Searched refs:test_iok (Results 1 – 6 of 6) sorted by relevance
/picolibc-latest/newlib/libm/test/ |
D | test_ieee.c | 33 test_iok(fpgetround(), FP_RN); in test_getround() 36 test_iok(fpgetround(), FP_RM); in test_getround() 39 test_iok(fpgetround(), FP_RP); in test_getround() 42 test_iok(fpgetround(), FP_RZ); in test_getround() 52 test_iok(fpgetmask(),FP_X_INV); in test_getmask() 55 test_iok(fpgetmask(),FP_X_DX); in test_getmask() 58 test_iok(fpgetmask(),FP_X_OFL); in test_getmask() 61 test_iok(fpgetmask(),FP_X_UFL); in test_getmask() 64 test_iok(fpgetmask(),FP_X_IMP); in test_getmask() 73 test_iok(fpgetsticky(),FP_X_INV); in test_getsticky() [all …]
|
D | convert.c | 71 test_iok(tail - pd->string, pd->endscan & ENDSCAN_MASK); in test_strtod() 92 test_iok(tail - pd->string, pd->endscan & ENDSCAN_MASK); in test_strtof() 127 test_iok(tail - pd->string, pd->endscan & ENDSCAN_MASK); in test_strtold() 197 test_iok(r, pi->value); in test_strtol_base() 199 test_iok(ptr - string, pi->end); in test_strtol_base() 216 test_iok(atoi(p->string), p->decimal.value); in test_atoi() 222 test_iok(atol(p->string), p->decimal.value); in test_atol() 251 test_iok(0, r); in test_ecvt_r() 254 test_iok(pdd->e2,a2); in test_ecvt_r() 255 test_iok(pdd->e3,a3); in test_ecvt_r() [all …]
|
D | math2.c | 102 test_iok(0,1); in test_frexp() 120 test_iok(0,1); in test_frexp() 139 test_iok(i, 7); in test_frexp() 144 test_iok(i, 7); in test_frexp()
|
D | test.h | 312 void test_iok (int, int);
|
D | test.c | 300 test_iok (int is, in test_iok() function
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 25680 * testsuite/libm.sac/test.c (test_sok, test_iok, test_scok):
|