Searched refs:test_mok (Results 1 – 6 of 6) sorted by relevance
/picolibc-latest/newlib/libm/test/ |
D | test_ieee.c | 142 test_mok(r1, add_rounded_up, 64); in test_round() 148 test_mok(r2, add_rounded_down, 64); in test_round() 154 test_mok(r3,add_rounded_up, 64); in test_round() 160 test_mok(r4,add_rounded_down,64); in test_round() 167 test_mok(r1,sub_rounded_down,64); in test_round() 173 test_mok(r2,sub_rounded_down,64); in test_round() 180 test_mok(r3,sub_rounded_up,64); in test_round() 186 test_mok(r4,sub_rounded_up,64); in test_round()
|
D | math2.c | 106 test_mok(gives,x,62); in test_frexp() 124 test_mok(gives,x, 32); in test_frexp() 138 test_mok(r, 0.5,64); in test_frexp() 143 test_mok(r, 0.75, 64); in test_frexp() 178 test_mok(intpart + r, n, 63); in test_mod() 195 test_mok((double) intpart + r, (double) n, 32); in test_mod() 223 test_mok(shouldbe, res,55); in test_pow() 243 test_mok((double) shouldbe, (double) res,28); in test_pow()
|
D | convert.c | 70 test_mok(v, pd->value, CONVERT_BITS_DOUBLE); in test_strtod() 126 test_mok(v, pd->value, STRTOLD_TEST_BITS); in test_strtold() 134 test_mok(atof(pd->string), pd->value, CONVERT_BITS_DOUBLE); in test_atof() 323 test_mok(v1, v2,30); in test_fcvt_r() 375 test_mok(v1, v2,30); in test_fcvt() 558 test_mok(d0, d1, s->mag); in test_scan() 560 test_mok(d0,d1, CONVERT_BITS_DOUBLE); in test_scan()
|
D | test.h | 310 void test_mok (double, double, int);
|
D | test.c | 364 test_mok (double value, in test_mok() function
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 25682 (test_mok): Use ``inaccurate'', not ``wrong''.
|