Searched refs:test_isnormal (Results 1 – 3 of 3) sorted by relevance
/third_party/optimized-routines/math/test/rtest/ |
D | semi.c | 646 char *test_isnormal(uint32 *x, uint32 *out) in test_isnormal() function 851 test_isnormal(x, out); in test_isunordered() 853 test_isnormal(y, out); in test_isunordered()
|
D | semi.h | 34 char *test_isnormal(uint32 *x, uint32 *out);
|
D | dotest.c | 591 {"isnormal", (funcptr)test_isnormal, classify, {NULL}, cases_uniform, 0, 0x7fffffff},
|