Searched refs:get_rounding_mode (Results 1 - 4 of 4) sorted by relevance
/external/valgrind/none/tests/s390x/ |
H A D | srnmb.c | 22 get_rounding_mode(void) function 33 printf("initial rounding mode = %u\n", get_rounding_mode()); 37 printf("rounding mode = %u\n", get_rounding_mode()); 40 printf("rounding mode = %u\n", get_rounding_mode()); 43 printf("rounding mode = %u\n", get_rounding_mode()); 46 printf("rounding mode = %u\n", get_rounding_mode()); 51 printf("rounding mode = %u\n", get_rounding_mode()); 54 printf("rounding mode = %u\n", get_rounding_mode()); 57 printf("rounding mode = %u\n", get_rounding_mode()); 61 printf("rounding mode = %u\n", get_rounding_mode()); [all...] |
H A D | srnm.c | 13 get_rounding_mode(void) function 24 printf("initial rounding mode = %u\n", get_rounding_mode()); 28 printf("rounding mode = %u\n", get_rounding_mode()); 31 printf("rounding mode = %u\n", get_rounding_mode()); 34 printf("rounding mode = %u\n", get_rounding_mode()); 37 printf("rounding mode = %u\n", get_rounding_mode()); 41 printf("rounding mode = %u\n", get_rounding_mode()); 44 printf("rounding mode = %u\n", get_rounding_mode()); 47 printf("rounding mode = %u\n", get_rounding_mode());
|
H A D | rounding-2.c | 17 get_rounding_mode(void) function 32 printf("initial rounding mode: %u\n", get_rounding_mode()); 37 printf("...checking: %u\n", get_rounding_mode());
|
H A D | rounding-3.c | 20 get_rounding_mode(void) function 84 assert(get_rounding_mode() == rmodes[i]); 89 assert(get_rounding_mode() == rmodes[i]); 95 assert(get_rounding_mode() == rmodes[i]); 101 assert(get_rounding_mode() == rmodes[i]); 107 assert(get_rounding_mode() == rmodes[i]);
|
Completed in 73 milliseconds