Searched refs:modfl (Results 1 – 18 of 18) sorted by relevance
/external/bison/linux-lib/ |
D | math.h | 1908 # undef modfl 1909 # define modfl rpl_modfl 1911 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr) 1913 _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr)); 1916 # undef modfl 1917 _GL_FUNCDECL_SYS (modfl, long double, (long double x, long double *iptr) 1920 _GL_CXXALIAS_SYS (modfl, long double, (long double x, long double *iptr)); 1922 _GL_CXXALIASWARN (modfl); 1924 # undef modfl 1926 _GL_WARN_ON_USE (modfl, "modfl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1596 # undef modfl 1597 # define modfl rpl_modfl macro 1599 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr) 1601 _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr)); 1604 # undef modfl 1605 _GL_FUNCDECL_SYS (modfl, long double, (long double x, long double *iptr) 1608 _GL_CXXALIAS_SYS (modfl, long double, (long double x, long double *iptr)); 1610 _GL_CXXALIASWARN (modfl); 1612 # undef modfl 1614 _GL_WARN_ON_USE (modfl, "modfl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1908 # undef modfl 1909 # define modfl rpl_modfl 1911 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr) 1913 _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr)); 1916 # undef modfl 1917 _GL_FUNCDECL_SYS (modfl, long double, (long double x, long double *iptr) 1920 _GL_CXXALIAS_SYS (modfl, long double, (long double x, long double *iptr)); 1922 _GL_CXXALIASWARN (modfl); 1924 # undef modfl 1926 _GL_WARN_ON_USE (modfl, "modfl is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 33 long double modfl(long double, long double *); 268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
|
/external/ltrace/etc/ |
D | libm.so.conf | 330 ldouble modfl(ldouble, +ldouble *);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 664 /// long double modfl(long double value, long double *iptr); 665 TLI_DEFINE_ENUM_INTERNAL(modfl) 666 TLI_DEFINE_STRING_INTERNAL("modfl")
|
/external/bison/m4/ |
D | math_h.m4 | 50 modf modff modfl powf
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 133 TLI.setUnavailable(LibFunc::modfl); in initialize()
|
/external/libcxx/include/ |
D | cmath | 112 long double modfl(long double value, long double* iptr); 937 …ouble modf(long double __lcpp_x, long double* __lcpp_y) _NOEXCEPT {return modfl(__lcpp_x, __lcpp_y… 1640 using ::modfl;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 146 static_assert((std::is_same<decltype(modfl(0, (long double*)0)), long double>::value), ""); in test_modf()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1044 case LibFunc::modfl: in inferPrototypeAttributes()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2100 INTERCEPTOR(long double, modfl, long double x, long double *iptr) { 2102 COMMON_INTERCEPTOR_ENTER(ctx, modfl, x, iptr); 2106 long double res = REAL(modfl)(x, iptr); 2115 COMMON_INTERCEPT_FUNCTION(modfl);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1726 TEST(MemorySanitizer, modfl) { in TEST() argument 1728 x = modfl(2.1, &y); in TEST()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 894 LIBBUILTIN(modfl, "LdLdLd*", "fn", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 413 static_assert((std::is_same<decltype(std::modfl(0, (long double*)0)), long double>::value), ""); in test_modf()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2301 fun:modfl=uninstrumented
|
/external/bison/ |
D | configure | 24887 …og1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainde…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 97 PUBLIC 31ee0 0 modfl
|