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

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_dremf.c 2 * dremf() wrapper for remainderf().
15 return remainderf(x, y);
math_private.h 723 #define __ieee754_remainderf remainderf
  /external/bison/darwin-lib/
math.h 1964 # undef remainderf macro
    [all...]
  /external/bison/lib/
math.in.h 1639 # undef remainderf macro
1640 # define remainderf macro
1650 _GL_CXXALIASWARN (remainderf); variable
1652 # undef remainderf macro
    [all...]
  /external/bison/linux-lib/
math.h 1964 # undef remainderf macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 146 float remainderf(float, float);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
445 // CHECK-NOERRNO: declare float @remainderf(float, float) [[NUW]]
  /bionic/libm/include/
math.h 357 float remainderf(float, float);
  /external/ltrace/etc/
libm.so.conf 249 float remainderf(float, float);
  /development/ndk/platforms/android-13/include/
math.h 362 float remainderf(float, float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 364 float remainderf(float, float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 357 float remainderf(float, float) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 664 TEST(math, remainderf) {
665 ASSERT_FLOAT_EQ(2.0f, remainderf(12.0f, 10.0f));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 547 static_assert((std::is_same<decltype(remainderf(0,0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 628 milliseconds