/external/bison/darwin-lib/ |
D | math.h | 1254 # undef frexpf 1255 # define frexpf rpl_frexpf 1257 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2))); 1258 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr)); 1261 # undef frexpf 1262 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2))); 1264 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr)); 1266 _GL_CXXALIASWARN (frexpf); 1268 # undef frexpf 1270 _GL_WARN_ON_USE (frexpf, "frexpf is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 942 # undef frexpf 943 # define frexpf rpl_frexpf macro 945 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2))); 946 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr)); 949 # undef frexpf 950 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2))); 952 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr)); 954 _GL_CXXALIASWARN (frexpf); 956 # undef frexpf 958 _GL_WARN_ON_USE (frexpf, "frexpf is unportable - "
|
/external/bison/linux-lib/ |
D | math.h | 1254 # undef frexpf 1255 # define frexpf rpl_frexpf 1257 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2))); 1258 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr)); 1261 # undef frexpf 1262 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2))); 1264 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr)); 1266 _GL_CXXALIASWARN (frexpf); 1268 # undef frexpf 1270 _GL_WARN_ON_USE (frexpf, "frexpf is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 26 float frexpf(float, int *); 267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
|
/external/ltrace/etc/ |
D | libm.so.conf | 289 float frexpf(float, +int *);
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 268 #define FREXPF(x,y) frexpf(x,y)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 549 /// float frexpf(float num, int *exp); 550 TLI_DEFINE_ENUM_INTERNAL(frexpf) 551 TLI_DEFINE_STRING_INTERNAL("frexpf")
|
/external/bison/m4/ |
D | math_h.m4 | 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 280 TLI.setUnavailable(LibFunc::frexpf); in initialize()
|
/external/libcxx/include/ |
D | cmath | 95 float frexpf(float value, int* exp); 874 using ::frexpf; 877 …float frexp(float __lcpp_x, int* __lcpp_e) _NOEXCEPT {return frexpf(__lcpp_x, __lcpp_e…
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 112 static_assert((std::is_same<decltype(frexpf(0, &ip)), float>::value), ""); in test_frexp()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_emit.c | 173 mantissa = frexpf(f, &exponent); in pack_float24()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1399 case LibFunc::frexpf: in inferPrototypeAttributes()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 488 INTERCEPTOR(float, frexpf, float x, int *exp) { 490 COMMON_INTERCEPTOR_ENTER(ctx, frexpf, x, exp); 494 float res = REAL(frexpf)(x, exp); 511 COMMON_INTERCEPT_FUNCTION(frexpf); \
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 886 LIBBUILTIN(frexpf, "ffi*", "fn", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 343 static_assert((std::is_same<decltype(std::frexpf(0, &ip)), float>::value), ""); in test_frexp()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2268 float rf = frexpf(1.1, &x); in TEST()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1777 fun:frexpf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …xpm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypo…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 90 PUBLIC 31d10 0 frexpf
|