Searched refs: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 42 for (int exp : exp_array) { in testSpecialNumbers() 52 int32_t exp_array[5] = {1, 2, 3, 4, 5}; in testPowersOfTwo() local 54 for (int32_t exp : exp_array) { in testPowersOfTwo() 74 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnNormal() local 78 for (int32_t exp : exp_array) { in testUnderflowToZeroOnNormal() 87 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnSubnormal() local 91 for (int32_t exp : exp_array) { in testUnderflowToZeroOnSubnormal()
|