Home
last modified time | relevance | path

Searched defs:Y_STOP (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/test/src/math/exhaustive/
H A Dhypotf_test.cpp26 constexpr uint32_t Y_STOP = (48U + 127U) << 23; in check() local
/llvm-project/libc/test/src/math/
H A Dpowf_test.cpp58 constexpr uint32_t Y_STEP = (Y_STOP - Y_START) / Y_COUNT; in TEST_F() local
H A Datan2f_test.cpp60 constexpr uint32_t Y_STOP = FPBits(4.0f).uintval(); in TEST_F() local