Searched defs:exp_array (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/math/ |
| H A D | LdExpTest.h | 41 int exp_array[5] = {-INT_MAX - 1, -10, 0, 10, INT_MAX}; in testSpecialNumbers() local 52 int32_t exp_array[5] = {1, 2, 3, 4, 5}; in testPowersOfTwo() local 74 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnNormal() local 87 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnSubnormal() local
|