HomeSort by relevance Sort by last modified time
    Searched full:fmodl (Results 1 - 25 of 344) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
pr15632.ll 15 ; CHECK: bl fmodl
  /development/ndk/platforms/android-L/arch-arm/symbols/
libm.so.functions.txt 121 fmodl
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libm.so.functions.txt 93 fmodl
  /development/ndk/platforms/android-L/arch-mips/symbols/
libm.so.functions.txt 100 fmodl
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libm.so.functions.txt 93 fmodl
  /development/ndk/platforms/android-L/arch-x86/symbols/
libm.so.functions.txt 96 fmodl
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libm.so.functions.txt 93 fmodl
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libm.so 
  /bionic/libm/
fake_long_double.c 30 long double fmodl(long double a1, long double a2) { return fmod(a1, a2); } function
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_fmodl.c 55 * fmodl(x,y)
65 fmodl(long double x, long double y) function
  /ndk/sources/android/support/include/
math.h 54 long double fmodl(long double, long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 54 long double fmodl(long double, long double);
  /external/bison/darwin-lib/
math.h 1236 # undef fmodl macro
    [all...]
  /external/bison/lib/
math.in.h 910 # undef fmodl macro
911 # define fmodl rpl_fmodl macro
913 _GL_FUNCDECL_RPL (fmodl, long double, (long double x, long double y));
914 _GL_CXXALIAS_RPL (fmodl, long double, (long double x, long double y));
917 # undef fmodl macro
918 _GL_FUNCDECL_SYS (fmodl, long double, (long double x, long double y));
920 _GL_CXXALIAS_SYS (fmodl, long double, (long double x, long double y));
922 _GL_CXXALIASWARN (fmodl); variable
924 # undef fmodl macro
926 _GL_WARN_ON_USE (fmodl, "fmodl is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1236 # undef fmodl macro
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
math.pxd 116 long double fmodl "npy_fmodl"(long double x)
  /ndk/sources/android/support/src/
math_support.c 61 __attribute__((weak)) long double fmodl(long double x, long double y) { return fmod((double)x, (double)y); } function
  /ndk/sources/android/support/src/wcstox/
floatscan.c 293 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits));
311 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1))
  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 449 ; ALL: ld $25, %call16(fmodl)
455 %call = tail call fp128 @fmodl(fp128 %0, fp128 %1) nounwind
459 declare fp128 @fmodl(fp128, fp128) #2
  /external/clang/test/CodeGen/
libcall-declarations.c 24 long double fmodl(long double, long double);
266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl),
329 // CHECK-NOERRNO: declare x86_fp80 @fmodl(x86_fp80, x86_fp80) [[NUW]]
  /external/bison/m4/
math_h.m4 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 91011>>