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

1 2 3

  /prebuilts/ndk/r16/sources/android/support/include/
math.h 60 long double fmodl(long double, long double);
  /bionic/libm/
fake_long_double.c 28 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
  /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]]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 107 extern long double __REDIRECT_NTH (fmodl, (long double, long double),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 107 extern long double __REDIRECT_NTH (fmodl, (long double, long double),
  /bionic/tests/headers/posix/
math_h.c 209 FUNCTION(fmodl, long double (*f)(long double, long double));
  /external/libxml2/
trio.c 277 # define fmodl(x,y) fmod((double)(x),(double)(y)) macro
    [all...]
  /bionic/libc/include/
math.h 265 long double fmodl(long double __x, long double __y) __RENAME_LDBL(fmod, 3, 21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 625 /* Define to 1 if you have the `fmodl' function. */
1468 # define fmodl macro
    [all...]
  /bionic/tests/
math_test.cpp 781 TEST(MATH_TEST, fmodl) {
782 ASSERT_DOUBLE_EQ(2.0L, fmodl(12.0L, 10.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 811 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 811 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 811 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 811 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 811 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 811 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 811 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);}

Completed in 435 milliseconds

1 2 3