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

1 2 34

  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
math.h 357 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 359 float remainderf(float, float) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 662 TEST(math, remainderf) {
663 ASSERT_FLOAT_EQ(2.0f, remainderf(12.0f, 10.0f));
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 547 static_assert((std::is_same<decltype(remainderf(0,0)), float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 554 static_assert((std::is_same<decltype(remainderf(0,0)), float>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 898 extern float __cdecl remainderf (float, float);
  /external/clang/lib/Headers/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
tgmath.h 1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 1260 milliseconds

1 2 34