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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_dremf.c 2 * dremf() wrapper for remainderf().
15 return remainderf(x, y);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 152 EXPORT_F32_FN_F32_F32(remainderf)
223 { "_Z9remainderff", (void *)&remainderf, true },
  /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/qemu/fpu/
softfloat-native.c 34 #define remainderf(fa, fb) ((float)remainder(fa, fb)) macro
217 return remainderf(a, b);
  /development/ndk/platforms/android-3/include/
math.h 359 float remainderf(float, float);
  /development/ndk/platforms/android-9/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h 359 float remainderf(float, float);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
math.h 359 float remainderf(float, float);

Completed in 118 milliseconds

1 2 3