/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/ |
H A D | utils.cpp | 48 b = fmodf(a, b); in gcd()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/utils/ |
H A D | utils.cpp | 48 b = fmodf(a, b); in gcd()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
H A D | utils.cpp | 48 b = fmodf(a, b); in gcd()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/utils/ |
H A D | utils.cpp | 48 b = fmodf(a, b); in gcd()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/utils/ |
H A D | utils.cpp | 48 b = fmodf(a, b); in gcd()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/utils/ |
H A D | utils.cpp | 48 b = fmodf(a, b); in gcd()
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 814 TEST(MATH_TEST, fmodf) { in TEST() argument 815 ASSERT_FLOAT_EQ(2.0f, fmodf(12.0f, 10.0f)); in TEST() 818 ASSERT_TRUE(isnanf(fmodf(HUGE_VALF, 10.0f))); in TEST() 819 ASSERT_TRUE(isnanf(fmodf(-HUGE_VALF, 10.0f))); in TEST() 822 ASSERT_TRUE(isnanf(fmodf(nanf(""), 10.0f))); in TEST() 823 ASSERT_TRUE(isnanf(fmodf(12.0f, nan("")))); in TEST() 826 ASSERT_TRUE(isnanf(fmodf(3.0f, 0.0f))); in TEST() 1904 DoMathDataTest<1>(g_fmodf_intel_data, fmodf); in TEST()
|
/aosp12/art/runtime/arch/arm/ |
H A D | entrypoints_init_arm.cc | 66 extern "C" float fmodf(float a, float b); // REM_FLOAT[_2ADDR]
|
H A D | quick_entrypoints_arm.S | 1884 .extern fmodf 1892 bl fmodf
|
/aosp12/art/runtime/arch/arm64/ |
H A D | entrypoints_init_arm64.cc | 149 qpoints->pFmodf = fmodf; in InitEntryPoints()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuRuntimeMath.cpp | 129 EXPORT_F32_FN_F32_F32(fmodf) in EXPORT_F32_FN_F32_F32()
|
/aosp12/art/runtime/interpreter/mterp/arm64/ |
H A D | floating_point.S | 301 bl fmodf
|
/aosp12/bionic/libm/ |
H A D | libm.map.txt | 142 fmodf;
|
/aosp12/bionic/tests/headers/posix/ |
H A D | math_h.c | 208 FUNCTION(fmodf, float (*f)(float, float)); in math_h()
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 262 float fmodf(float __x, float __y);
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | math_private.h | 867 #define __ieee754_fmodf fmodf
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 278 fmodf
|
/aosp12/system/chre/platform/shared/ |
H A D | nanoapp_loader.cc | 159 ADD_EXPORTED_C_SYMBOL(fmodf),
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 1328 SetVRegFloat(A(), fmodf(GetVRegFloat(B()), GetVRegFloat(C()))); in REM_FLOAT() 1484 SetVRegFloat(A(), fmodf(GetVRegFloat(A()), GetVRegFloat(B()))); in REM_FLOAT_2ADDR()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Config/ |
H A D | Config.h.cmake | 165 /* Define to 1 if you have the `fmodf' function. */
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_138.S | 10185 CALL(fmodf)
|
H A D | liblinker_reloc_bench_030.S | 18550 CALL(fmodf)
|
H A D | liblinker_reloc_bench_087.S | 36550 CALL(fmodf)
|