/llvm-project/libc/test/src/math/ |
H A D | SqrtTest.h | 36 constexpr StorageType STEP = HIDDEN_BIT / COUNT; in test_denormal_values() local 45 constexpr StorageType STEP = STORAGE_MAX / COUNT; in test_denormal_values() local
|
H A D | NearbyIntTest.h | 74 const StorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local 89 const StorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
|
H A D | DivTest.h | 43 constexpr InStorageType STEP = in test_subnormal_range() local 57 constexpr InStorageType STEP = (IN_MAX_NORMAL_U - IN_MIN_NORMAL_U) / COUNT; in test_subnormal_range() local
|
H A D | SubTest.h | 43 constexpr InStorageType STEP = in test_subnormal_range() local 57 constexpr InStorageType STEP = (IN_MAX_NORMAL_U - IN_MIN_NORMAL_U) / COUNT; in test_subnormal_range() local
|
H A D | AddTest.h | 43 constexpr InStorageType STEP = in test_subnormal_range() local 57 constexpr InStorageType STEP = (IN_MAX_NORMAL_U - IN_MIN_NORMAL_U) / COUNT; in test_subnormal_range() local
|
H A D | ILogbTest.h | 82 constexpr StorageType STEP = (MAX_SUBNORMAL - MIN_SUBNORMAL) / COUNT; test_subnormal_range() local 101 constexpr StorageType STEP = (MAX_NORMAL - MIN_NORMAL) / COUNT; test_subnormal_range() local
|
H A D | FmaTest.h | 61 constexpr InStorageType STEP = in test_subnormal_range() local 78 constexpr InStorageType STEP = (IN_MAX_NORMAL_U - IN_MIN_NORMAL_U) / COUNT; in test_subnormal_range() local
|
H A D | RemQuoTest.h | 107 constexpr StorageType STEP = (MAX_SUBNORMAL - MIN_SUBNORMAL) / COUNT; testSubnormalRange() local 120 constexpr StorageType STEP = (MAX_NORMAL - MIN_NORMAL) / COUNT; testSubnormalRange() local
|
H A D | RIntTest.h | 105 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( testSubnormalRange() local 120 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( testSubnormalRange() local
|
H A D | exp2m1f_test.cpp | 49 constexpr uint32_t STEP = UINT32_MAX / COUNT; in TEST_F() local
|
H A D | FAbsTest.h | 41 constexpr StorageType STEP = STORAGE_MAX / COUNT; local
|
H A D | CopySignTest.h | 39 constexpr StorageType STEP = STORAGE_MAX / COUNT; local
|
H A D | cbrtf_test.cpp | 22 const uint32_t STEP = FPBits(inf).uintval() / COUNT; in TEST_F() local
|
H A D | atanf_test.cpp | 52 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST_F() local
|
H A D | atanhf_test.cpp | 101 const uint32_t STEP = FPBits(1.0f).uintval() / COUNT; in TEST_F() local
|
H A D | acosf_test.cpp | 48 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST_F() local
|
H A D | log10f_test.cpp | 70 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST_F() local
|
H A D | RoundTest.h | 74 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( local
|
H A D | TruncTest.h | 74 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( local
|
H A D | acoshf_test.cpp | 45 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST_F() local
|
H A D | asinf_test.cpp | 46 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST_F() local
|
H A D | log1pf_test.cpp | 74 for (uint32_t i = 0, v = 0; i <= COUNT; ++i, v += STEP) { in TEST_F() local
|
H A D | sincos_test.cpp | 109 uint64_t STEP = (STOP - START) / COUNT; in TEST_F() local
|
/llvm-project/libc/test/src/math/smoke/ |
H A D | ILogbTest.h | 80 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( test_subnormal_range() local 100 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( test_subnormal_range() local
|
H A D | CopySignTest.h | 40 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( local
|