/external/bison/linux-lib/ |
D | math.h | 1864 # undef modff 1865 # define modff rpl_modff 1867 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2))); 1868 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr)); 1871 # undef modff 1872 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2))); 1874 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr)); 1876 _GL_CXXALIASWARN (modff); 1878 # undef modff 1880 _GL_WARN_ON_USE (modff, "modff is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1552 # undef modff 1553 # define modff rpl_modff macro 1555 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2))); 1556 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr)); 1559 # undef modff 1560 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2))); 1562 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr)); 1564 _GL_CXXALIASWARN (modff); 1566 # undef modff 1568 _GL_WARN_ON_USE (modff, "modff is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1864 # undef modff 1865 # define modff rpl_modff 1867 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2))); 1868 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr)); 1871 # undef modff 1872 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2))); 1874 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr)); 1876 _GL_CXXALIASWARN (modff); 1878 # undef modff 1880 _GL_WARN_ON_USE (modff, "modff is unportable - "
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | InfoSink.h | 17 return modff(f, &intPart); in fractionalPart()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 32 float modff(float, float *); 268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 435 modff, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 329 float modff(float, +float *);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 86 float modff "npy_modff"(float x)
|
/external/bison/m4/ |
D | math_h.m4 | 50 modf modff modfl powf
|
/external/libcxx/include/ |
D | cmath | 111 float modff(float value, float* iptr); 933 using ::modff; 936 …_VISIBILITY float modf(float __x, float* __y) _NOEXCEPT {return modff(__x, __y);}
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 143 static_assert((std::is_same<decltype(modff(0, (float*)0)), float>::value), ""); in test_modf()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1035 case LibFunc::modff: in inferPrototypeAttributes()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2017 INTERCEPTOR(float, modff, float x, float *iptr) { 2019 COMMON_INTERCEPTOR_ENTER(ctx, modff, x, iptr); 2023 float res = REAL(modff)(x, iptr); 2043 COMMON_INTERCEPT_FUNCTION(modff); \
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1626 TEST(MemorySanitizer, modff) { in TEST() argument 1628 x = modff(2.1, &y); in TEST()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 866 LIBBUILTIN(modff, "fff*", "fn", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 317 static_assert((std::is_same<decltype(std::modff(0, (float*)0)), float>::value), ""); in test_modf()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2539 fun:modff=uninstrumented
|
/external/bison/ |
D | configure | 24887 …g10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf re…
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 3811 as the SDK is missing the underlying modff implementation.
|