Searched defs:exp_array (Results 1 – 2 of 2) sorted by relevance
| /external/llvm-libc/test/src/math/smoke/ |
| D | LdExpTest.h | 40 int exp_array[5] = {-INT_MAX - 1, -10, 0, 10, INT_MAX}; in testSpecialNumbers() local 51 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
|
| /external/llvm-libc/test/src/math/ |
| 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 75 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnNormal() local 88 int32_t exp_array[] = {base_exponent + 5, base_exponent + 4, in testUnderflowToZeroOnSubnormal() local
|