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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modff.c 25 modff(float x, float *iptr) function
  /external/chromium_org/third_party/angle/src/compiler/translator/
InfoSink.h 17 return modff(f, &intPart);
  /external/bison/darwin-lib/
math.h 1878 # undef modff macro
    [all...]
  /external/bison/lib/
math.in.h 1552 # undef modff macro
1553 # define modff macro
1559 # undef modff macro
1564 _GL_CXXALIASWARN (modff); variable
1566 # undef modff macro
    [all...]
  /external/bison/linux-lib/
math.h 1878 # undef modff macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 32 float modff(float, float *);
268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
  /bionic/libm/include/
math.h 327 float modff(float, float *); /* fundamentally !__pure2 */
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 434 /// float modff(float, float *iptr);
435 modff, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 329 float modff(float, +float *);
  /development/ndk/platforms/android-13/include/
math.h 332 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-18/include/
math.h 334 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-3/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 331 float modff(float, float *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-L/include/
math.h 327 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), "");
  /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...]
  /external/bison/
configure     [all...]

Completed in 448 milliseconds