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