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

  /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);
  /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/libm/include/
math.h 449 long double remainderl(long double, long double);
  /external/ltrace/etc/
libm.so.conf 250 ldouble remainderl(ldouble, ldouble);
  /development/ndk/platforms/android-13/include/
math.h 471 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 474 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 466 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 466 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 449 long double remainderl(long double, long double) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 668 TEST(math, remainderl) {
669 ASSERT_DOUBLE_EQ(2.0L, remainderl(12.0L, 10.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 548 static_assert((std::is_same<decltype(remainderl(0,0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1094 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 702 milliseconds