OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_rounding_mode
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/none/tests/s390x/
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
...]
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
());
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
());
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 56 milliseconds