Home
last modified time | relevance | path

Searched refs:nextafter (Results 1 – 25 of 47) sorted by relevance

12

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_nextafter.c29 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 Ds_fma.c224 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 Dmath_fp16.rscript229 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 DRandomGraphGeneratorUtils.h275 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 Drs_f16_math.c117 extern half __attribute__((overloadable)) nextafter(half x, half y) { in nextafter() function
/aosp12/bionic/libc/include/
H A Dmath.h281 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 Dentrypoints_init_x86.cc79 qpoints->pNextAfter = nextafter; in InitEntryPoints()
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c102 TGMATH2(nextafter); in tgmath_h()
H A Dmath_h.c279 FUNCTION(nextafter, double (*f)(double, double)); in math_h()
/aosp12/art/runtime/arch/x86_64/
H A Dentrypoints_init_x86_64.cc102 qpoints->pNextAfter = nextafter; in InitEntryPoints()
/aosp12/bionic/tests/
H A Dmath_test.cpp1272 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 Dmath_fp.rscript123 TEST_FUNC_2(nextafter);
/aosp12/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc164 qpoints->pNextAfter = nextafter; in InitEntryPoints()
/aosp12/frameworks/av/media/codec2/vndk/include/util/
H A DC2InterfaceUtils.h102 C2SupportedRange(std::nextafter(value, MAX_VALUE), MAX_VALUE) :
152 C2SupportedRange(MIN_VALUE, std::nextafter(value, MIN_VALUE)) :
/aosp12/art/runtime/arch/arm64/
H A Dentrypoints_init_arm64.cc178 qpoints->pNextAfter = nextafter; in InitEntryPoints()
/aosp12/bionic/libm/
H A Dlibm.map.txt207 nextafter;
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dapitest.rscript800 f = nextafter(f, f);
801 f2 = nextafter(f2, f2);
802 f3 = nextafter(f3, f3);
803 f4 = nextafter(f4, f4);
H A Dmath.rscript303 TEST_FN_FUNC_FN_FN(nextafter);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript818 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 Dapitest.rscript820 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 DVtsHalVibratorTargetTest.cpp499 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 Dmath.rscript163 TEST_FN_FUNC_FN_FN(nextafter);
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rs.bak289 TEST_FN_FUNC_FN_FN(nextafter);
H A Dmath.rs.orig303 TEST_FN_FUNC_FN_FN(nextafter);
H A Dmath.rscript303 TEST_FN_FUNC_FN_FN(nextafter);

12