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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_remainderl.c 37 return (remquol(x, y, &quo));
s_remquo.c 158 __weak_reference(remquo, remquol);
s_remquol.c 68 remquol(long double x, long double y, int *quo) function
  /bionic/libm/include/
math.h 450 long double remquol(long double, long double, int *);
  /external/ltrace/etc/
libm.so.conf 338 ldouble remquol(ldouble, ldouble, +int *);
  /development/ndk/platforms/android-13/include/
math.h 472 long double remquol(long double, long double, int *) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 475 long double remquol(long double, long double, int *) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 467 long double remquol(long double, long double, int *) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 467 long double remquol(long double, long double, int *) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 450 long double remquol(long double, long double, int *) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 1322 TEST(math, remquol) {
1324 long double ld = remquol(13.0L, 4.0L, &q);
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 558 static_assert((std::is_same<decltype(remquol(0,0, &ip)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1115 {return remquol(__x, __y, __z);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 288 milliseconds