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

1 2 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_remainderl.c 33 remainderl(long double x, long double y) function
e_remainder.c 78 __weak_reference(remainder, remainderl);
  /prebuilts/ndk/r10/sources/android/support/include/
math.h 78 long double remainderl(long double, long double);
  /prebuilts/ndk/r11/sources/android/support/include/
math.h 78 long double remainderl(long double, long double);
  /prebuilts/ndk/r13/sources/android/support/include/
math.h 78 long double remainderl(long double, long double);
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 85 __attribute__((weak)) long double remainderl(long double x, long double y) { return remainder((double)x, (double)y); } function
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 85 __attribute__((weak)) long double remainderl(long double x, long double y) { return remainder((double)x, (double)y); } function
  /external/bison/darwin-lib/
math.h 2011 # undef remainderl macro
    [all...]
  /external/bison/lib/
math.in.h 1685 # undef remainderl macro
1686 # define remainderl macro
1692 # undef remainderl macro
1697 _GL_CXXALIASWARN (remainderl); variable
1699 # undef remainderl macro
    [all...]
  /external/bison/linux-lib/
math.h 2011 # undef remainderl macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 147 long double remainderl(long double, long double);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
446 // CHECK-NOERRNO: declare x86_fp80 @remainderl(x86_fp80, x86_fp80) [[NUW]]
  /bionic/libc/include/
math.h 287 long double remainderl(long double, long double) __INTRODUCED_IN(21);
  /development/ndk/platforms/android-13/include/
math.h 469 long double remainderl(long double, long double);
  /development/ndk/platforms/android-18/include/
math.h 472 long double remainderl(long double, long double);
  /development/ndk/platforms/android-9/include/
math.h 464 long double remainderl(long double, long double);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 276 extern long double __REDIRECT_NTH (remainderl, (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 276 extern long double __REDIRECT_NTH (remainderl, (long double, long double),
  /development/ndk/platforms/android-21/include/
math.h 449 long double remainderl(long double, long double);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 466 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h 466 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
math.h 471 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
math.h 471 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
math.h 471 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
math.h 471 long double remainderl(long double, long double) __NDK_FPABI_MATH__;

Completed in 417 milliseconds

1 2 3 4 5 6