HomeSort by relevance Sort by last modified time
    Searched refs:remainderf (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_dremf.c 2 * dremf() wrapper for remainderf().
15 return remainderf(x, y);
math_private.h 735 #define __ieee754_remainderf remainderf
  /external/bison/darwin-lib/
math.h 1964 # undef remainderf macro
    [all...]
  /external/bison/lib/
math.in.h 1639 # undef remainderf macro
1640 # define remainderf macro
1650 _GL_CXXALIASWARN (remainderf); variable
1652 # undef remainderf macro
    [all...]
  /external/bison/linux-lib/
math.h 1964 # undef remainderf macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 146 float remainderf(float, float);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
445 // CHECK-NOERRNO: declare float @remainderf(float, float) [[NUW]]
  /bionic/libc/include/
math.h 228 float remainderf(float, float);
  /development/ndk/platforms/android-13/include/
math.h 360 float remainderf(float, float);
  /development/ndk/platforms/android-18/include/
math.h 362 float remainderf(float, float);
  /development/ndk/platforms/android-9/include/
math.h 357 float remainderf(float, float);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 143 EXPORT_F32_FN_F32_F32(remainderf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 274 extern float __REDIRECT_NTH (remainderf, (float, float), __remainderf_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 274 extern float __REDIRECT_NTH (remainderf, (float, float), __remainderf_finite);
  /development/ndk/platforms/android-21/include/
math.h 357 float remainderf(float, float);
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 453 using ::remainderf;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 453 using ::remainderf;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 453 using ::remainderf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 453 using ::remainderf;
  /prebuilts/ndk/r11/sources/android/support/src/msun/
math_private.h 723 #define __ieee754_remainderf remainderf
  /prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h 723 #define __ieee754_remainderf remainderf
  /bionic/tests/
math_test.cpp 677 TEST(math, remainderf) {
678 ASSERT_FLOAT_EQ(2.0f, remainderf(12.0f, 10.0f));
    [all...]
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 727 #define __ieee754_remainderf remainderf
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;

Completed in 487 milliseconds

1 2 3 4 5 6