/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_nextafter.c | 29 nextafter(double x, double y) in nextafter() function 80 __weak_reference(nextafter, nexttoward); 81 __weak_reference(nextafter, nexttowardl); 82 __weak_reference(nextafter, nextafterl);
|
H A D | s_fma.c | 224 return (nextafter(z, 0)); in fma() 229 return (nextafter(z, -INFINITY)); in fma() 232 return (nextafter(z, INFINITY)); in fma()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | math_fp16.rscript | 229 TEST_HN_FUNC_HN_HN(nextafter); 375 h = nextafter(h, toward); 382 h = nextafter(h, toward); 389 h = nextafter(h, toward); 396 h = nextafter(h, toward); 404 // constraints of nextafter. 406 // nextafter(0, infinity) = minnormal or minsubnormal 407 h = nextafter(zero, infinity); 410 h = nextafter(zero, negativeInfinity); 415 h = nextafter(minNormal, negativeInfinity); [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
H A D | RandomGraphGeneratorUtils.h | 275 float nextLower = std::nextafter(static_cast<float>(lower), std::numeric_limits<float>::max()); in getUniform() 282 upper = std::nextafter(static_cast<float>(upper), std::numeric_limits<float>::min()); in getUniformNonZero() 286 return value >= zeroPoint ? std::nextafter(value, std::numeric_limits<float>::max()) : value; in getUniformNonZero()
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_f16_math.c | 117 extern half __attribute__((overloadable)) nextafter(half x, half y) { in nextafter() function
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 281 double nextafter(double __x, double __y); 283 long double nextafterl(long double __x, long double __y) __RENAME_LDBL_NO_GUARD_FOR_NDK(nextafter, …
|
/aosp12/art/runtime/arch/x86/ |
H A D | entrypoints_init_x86.cc | 79 qpoints->pNextAfter = nextafter; in InitEntryPoints()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | tgmath_h.c | 102 TGMATH2(nextafter); in tgmath_h()
|
H A D | math_h.c | 279 FUNCTION(nextafter, double (*f)(double, double)); in math_h()
|
/aosp12/art/runtime/arch/x86_64/ |
H A D | entrypoints_init_x86_64.cc | 102 qpoints->pNextAfter = nextafter; in InitEntryPoints()
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 1272 TEST(MATH_TEST, nextafter) { in TEST() argument 1273 ASSERT_DOUBLE_EQ(0.0, nextafter(0.0, 0.0)); in TEST() 1274 ASSERT_DOUBLE_EQ(4.9406564584124654e-324, nextafter(0.0, 1.0)); in TEST() 1275 ASSERT_DOUBLE_EQ(-4.9406564584124654e-324, nextafter(0.0, -1.0)); in TEST() 1682 ASSERT_TRUE(nextafter(1.0, 0.0) - 1.0 < 0.0); in TEST() 2039 DoMathDataTest<1>(g_nextafter_intel_data, nextafter); in TEST()
|
/aosp12/frameworks/compile/slang/tests/P_math_fp/ |
H A D | math_fp.rscript | 123 TEST_FUNC_2(nextafter);
|
/aosp12/art/runtime/arch/arm/ |
H A D | entrypoints_init_arm.cc | 164 qpoints->pNextAfter = nextafter; in InitEntryPoints()
|
/aosp12/frameworks/av/media/codec2/vndk/include/util/ |
H A D | C2InterfaceUtils.h | 102 C2SupportedRange(std::nextafter(value, MAX_VALUE), MAX_VALUE) : 152 C2SupportedRange(MIN_VALUE, std::nextafter(value, MIN_VALUE)) :
|
/aosp12/art/runtime/arch/arm64/ |
H A D | entrypoints_init_arm64.cc | 178 qpoints->pNextAfter = nextafter; in InitEntryPoints()
|
/aosp12/bionic/libm/ |
H A D | libm.map.txt | 207 nextafter;
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 800 f = nextafter(f, f); 801 f2 = nextafter(f2, f2); 802 f3 = nextafter(f3, f3); 803 f4 = nextafter(f4, f4);
|
H A D | math.rscript | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 818 f = nextafter(f, f); 819 f2 = nextafter(f2, f2); 820 f3 = nextafter(f3, f3); 821 f4 = nextafter(f4, f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 820 f = nextafter(f, f); 821 f2 = nextafter(f2, f2); 822 f3 = nextafter(f3, f3); 823 f4 = nextafter(f4, f4);
|
/aosp12/hardware/interfaces/vibrator/aidl/vts/ |
H A D | VtsHalVibratorTargetTest.cpp | 499 effect.scale = std::nextafter(0.0f, -1.0f); in TEST_P() 509 effect.scale = std::nextafter(1.0f, 2.0f); in TEST_P()
|
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
H A D | math.rscript | 163 TEST_FN_FUNC_FN_FN(nextafter);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
H A D | math.rs.bak | 289 TEST_FN_FUNC_FN_FN(nextafter);
|
H A D | math.rs.orig | 303 TEST_FN_FUNC_FN_FN(nextafter);
|
H A D | math.rscript | 303 TEST_FN_FUNC_FN_FN(nextafter);
|