Home
last modified time | relevance | path

Searched defs:STOP (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libc/test/src/math/
H A Dsincos_test.cpp108 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
H A Dtan_test.cpp60 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); TEST_F() local
H A Dcos_test.cpp68 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
H A Dexpm1_test.cpp60 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(4.0).uintval(); TEST_F() local
H A Dsin_test.cpp54 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); TEST_F() local
H A Derff_test.cpp50 constexpr uint32_t STOP = 0x4080'0000U; // 4.0f TEST_F() local
H A Dexp_test.cpp64 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
H A Dexp10_test.cpp91 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
H A Dexp2_test.cpp66 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
H A Dlog10_test.cpp86 constexpr uint64_t STOP = 0x4010'0000'0000'0000ULL; // 4.0 TEST_F() local
H A Dlog2_test.cpp84 constexpr uint64_t STOP = 0x4010'0000'0000'0000ULL; // 4.0 TEST_F() local
H A Dlog_test.cpp83 constexpr uint64_t STOP = 0x4010'0000'0000'0000ULL; // 4.0 TEST_F() local
/llvm-project/libc/test/src/math/exhaustive/
H A Dhypotf_test.cpp56 static constexpr uint32_t STOP = ((23U + 127U) << 23) + 1; variable