Searched defs:STOP (Results 1 – 13 of 13) sorted by relevance
108 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); in TEST_F() local
60 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); TEST_F() local
68 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
60 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(4.0).uintval(); TEST_F() local
54 uint64_t STOP = LIBC_NAMESPACE::fputil::FPBits<double>(0x1.0p200).uintval(); TEST_F() local
50 constexpr uint32_t STOP = 0x4080'0000U; // 4.0f TEST_F() local
64 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
91 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
66 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
86 constexpr uint64_t STOP = 0x4010'0000'0000'0000ULL; // 4.0 TEST_F() local
84 constexpr uint64_t STOP = 0x4010'0000'0000'0000ULL; // 4.0 TEST_F() local
83 constexpr uint64_t STOP = 0x4010'0000'0000'0000ULL; // 4.0 TEST_F() local
56 static constexpr uint32_t STOP = ((23U + 127U) << 23) + 1; variable