HomeSort by relevance Sort by last modified time
    Searched refs:modff (Results 126 - 144 of 144) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
math.h 327 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
math.h 327 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
math.h 327 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /bionic/tests/
math_test.cpp 1294 TEST(math, modff) {
1296 float ff = modff(123.75f, &fi);
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 143 static_assert((std::is_same<decltype(modff(0, (float*)0)), float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 143 static_assert((std::is_same<decltype(modff(0, (float*)0)), float>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 709 extern float __cdecl modff (float, float*);
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 317 static_assert((std::is_same<decltype(std::modff(0, (float*)0)), float>::value), "");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 317 static_assert((std::is_same<decltype(std::modff(0, (float*)0)), float>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 1040 milliseconds

1 2 3 4 56