Searched refs:round_to_int (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | fixbr.c | 30 #define round_to_int(value,round) \ macro 43 #define fixbr(value,round) round_to_int(value,round)
|
D | rounding-6.c | 47 #define round_to_int(opcode,type,round,value) \ macro 71 round_to_int("fiebr",float,round,value) 73 round_to_int("fidbr",double,round,value)
|