Searched refs:frexpf (Results 1 – 10 of 10) sorted by relevance
/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/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/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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 46 INTERCEPTOR(float, frexpf, float x, int *exp) { 48 COMMON_INTERCEPTOR_ENTER(ctx, frexpf, x, exp); 49 float res = REAL(frexpf)(x, exp); 63 INTERCEPT_FUNCTION(frexpf); \
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 255 frexpf, enumerator
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 526 TLI.setUnavailable(LibFunc::frexpf); in initialize()
|
/external/bison/m4/ |
D | math_h.m4 | 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
|
/external/clang/lib/Headers/ |
D | tgmath.h | 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 910 float rf = frexpf(1.1, &x); in TEST()
|
/external/bison/ |
D | configure | 24887 …xpm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypo…
|