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

1 2 3 4 5

  /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);
  /ndk/sources/android/support/include/
math.h 78 long double remainderl(long double, long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 78 long double remainderl(long double, long double);
  /ndk/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]]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 466 long double remainderl(long double, long double);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h 466 long double remainderl(long double, long double);

Completed in 563 milliseconds

1 2 3 4 5