Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DLdExpTest.h53 int32_t val_array[6] = {1, 2, 4, 8, 16, 32}; in testPowersOfTwo() local
55 for (int32_t val : val_array) { in testPowersOfTwo()
97 T val_array[] = { in testNormalOperation() local
105 for (T x : val_array) { in testNormalOperation()