Home
last modified time | relevance | path

Searched refs:expArray (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/libc/test/src/math/
DLdExpTest.h41 int expArray[5] = {-INT_MAX - 1, -10, 0, 10, INT_MAX}; in testSpecialNumbers() local
42 for (int exp : expArray) { in testSpecialNumbers()
52 int32_t expArray[5] = {1, 2, 3, 4, 5}; in testPowersOfTwo() local
54 for (int32_t exp : expArray) { in testPowersOfTwo()
74 int32_t expArray[] = {baseExponent + 5, baseExponent + 4, baseExponent + 3, in testUnderflowToZeroOnNormal() local
77 for (int32_t exp : expArray) { in testUnderflowToZeroOnNormal()
86 int32_t expArray[] = {baseExponent + 5, baseExponent + 4, baseExponent + 3, in testUnderflowToZeroOnSubnormal() local
89 for (int32_t exp : expArray) { in testUnderflowToZeroOnSubnormal()