Home
last modified time | relevance | path

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

/external/llvm-project/libc/test/src/math/
DLdExpTest.h53 int32_t valArray[6] = {1, 2, 4, 8, 16, 32}; in testPowersOfTwo() local
55 for (int32_t val : valArray) { in testPowersOfTwo()
95 T valArray[] = { in testNormalOperation() local
103 for (T x : valArray) { in testNormalOperation()