/external/mesa3d/src/mesa/math/ |
D | m_debug_util.h | 292 frexpf( a, &a_ex ); in significand_match() 293 frexpf( b, &b_ex ); in significand_match() 294 frexpf( d, &d_ex ); in significand_match()
|
/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/clang/test/CodeGen/ |
D | libcall-declarations.c | 26 float frexpf(float, int *); 267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 71 return ::frexpf(__arg, __exp); in frexp()
|
D | tgmath.h | 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 312 ; CHECK: declare void @frexpf(...) 313 declare void @frexpf(...)
|
D | annotate.ll | 331 ; CHECK: declare float @frexpf(float, i32* nocapture) [[G0]] 332 declare float @frexpf(float, i32*)
|
/external/libcxx/include/ |
D | cmath | 95 float frexpf(float value, int* exp); 363 using ::frexpf;
|
D | math.h | 831 …oat frexp(float __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpf(__lcpp_x, __lcpp_e… in frexp()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 554 /// float frexpf(float num, int *exp); 555 TLI_DEFINE_ENUM_INTERNAL(frexpf) 556 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 | 285 TLI.setUnavailable(LibFunc::frexpf); in initialize() 751 case LibFunc::frexpf: in isValidProtoForLibFunc()
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 754 GLfloat mantissa = frexpf(t[0], &exponent); in _mesa_execute_program()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 396 case LibFunc::frexpf: in inferLibFuncAttributes()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_emit.c | 194 mantissa = frexpf(f, &exponent); in pack_float24()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 657 INTERCEPTOR(float, frexpf, float x, int *exp) { 659 COMMON_INTERCEPTOR_ENTER(ctx, frexpf, x, exp); 663 float res = REAL(frexpf)(x, exp); 680 COMMON_INTERCEPT_FUNCTION(frexpf); \
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 340 static_assert((std::is_same<decltype(frexpf(0, &ip)), float>::value), ""); in test_frexp()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 914 LIBBUILTIN(frexpf, "ffi*", "fn", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 342 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 | 2275 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
|