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