Home
last modified time | relevance | path

Searched defs:STEP (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/llvm-libc/test/src/math/
DSqrtTest.h36 constexpr StorageType STEP = HIDDEN_BIT / COUNT; in test_denormal_values() local
45 constexpr StorageType STEP = STORAGE_MAX / COUNT; in test_denormal_values() local
DNearbyIntTest.h74 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
DDivTest.h43 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
DSubTest.h44 constexpr InStorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
61 constexpr InStorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
DAddTest.h44 constexpr InStorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
61 constexpr InStorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
DMulTest.h52 constexpr InStorageType STEP = in test_subnormal_range() local
72 constexpr InStorageType STEP = (IN_MAX_NORMAL_U - IN_MIN_NORMAL_U) / COUNT; in test_subnormal_range() local
DILogbTest.h84 constexpr StorageType STEP = (MAX_SUBNORMAL - MIN_SUBNORMAL) / COUNT; in test_subnormal_range() local
103 constexpr StorageType STEP = (MAX_NORMAL - MIN_NORMAL) / COUNT; in test_subnormal_range() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/
DSqrtTest.h36 constexpr StorageType STEP = HIDDEN_BIT / COUNT; in test_denormal_values() local
45 constexpr StorageType STEP = STORAGE_MAX / COUNT; in test_denormal_values() local
DNearbyIntTest.h74 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
DSubTest.h43 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
DDivTest.h43 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
DAddTest.h43 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
DMulTest.h52 constexpr InStorageType STEP = in test_subnormal_range() local
72 constexpr InStorageType STEP = (IN_MAX_NORMAL_U - IN_MIN_NORMAL_U) / COUNT; in test_subnormal_range() local
DILogbTest.h84 constexpr StorageType STEP = (MAX_SUBNORMAL - MIN_SUBNORMAL) / COUNT; in test_subnormal_range() local
103 constexpr StorageType STEP = (MAX_NORMAL - MIN_NORMAL) / COUNT; in test_subnormal_range() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/
DSqrtTest.h36 constexpr StorageType STEP = HIDDEN_BIT / COUNT; in test_denormal_values() local
45 constexpr StorageType STEP = STORAGE_MAX / COUNT; in test_denormal_values() local
DNearbyIntTest.h74 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
DSubTest.h43 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
DDivTest.h43 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
DAddTest.h43 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
DMulTest.h52 constexpr InStorageType STEP = in test_subnormal_range() local
72 constexpr InStorageType STEP = (IN_MAX_NORMAL_U - IN_MIN_NORMAL_U) / COUNT; in test_subnormal_range() local
DILogbTest.h84 constexpr StorageType STEP = (MAX_SUBNORMAL - MIN_SUBNORMAL) / COUNT; in test_subnormal_range() local
103 constexpr StorageType STEP = (MAX_NORMAL - MIN_NORMAL) / COUNT; in test_subnormal_range() local
DFmaTest.h61 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
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/smoke/
DILogbTest.h82 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
102 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/smoke/
DILogbTest.h82 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
102 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
/external/llvm-libc/test/src/math/smoke/
DILogbTest.h82 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local
102 constexpr StorageType STEP = LIBC_NAMESPACE::cpp::max( in test_subnormal_range() local

1234567891011