Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/musl/src/math/
Dnexttowardf.c3 float nexttowardf(float x, long double y) in nexttowardf() function
/aosp_15_r20/external/musl/src/math/
H A Dnexttowardf.c3 float nexttowardf(float x, long double y) in nexttowardf() function
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_nexttowardf.c21 nexttowardf(float x, long double y) in nexttowardf() function
/aosp_15_r20/bionic/libm/
H A Dfake_long_double.c36 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c161 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c161 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_25/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_24/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm/android_product_arm64_armv8-2a_cortex-a55_shared/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_28/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_27/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_34/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm/android_arm64_armv8-2a_cortex-a55_shared_current/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_29/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_30/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_current/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_31/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_32/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm/android_recovery_arm64_armv8-2a_cortex-a55_shared_current/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_33/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm/android_vendor_arm64_armv8-2a_cortex-a55_shared/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_26/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_35/gen/
Dstub.c209 void nexttowardf() {} in nexttowardf() function
/aosp_15_r20/bionic/tests/
H A Dmath_test.cpp1347 TEST(math_h, nexttowardf) { in TEST() argument