Home
last modified time | relevance | path

Searched refs:frexpf (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_debug_util.h292 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/
Dmath.h1254 # 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/
Dmath.in.h942 # 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/
Dmath.h1254 # 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/
Dlibcall-declarations.c26 float frexpf(float, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
/external/clang/lib/Headers/
D__clang_cuda_cmath.h71 return ::frexpf(__arg, __exp); in frexp()
Dtgmath.h812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll312 ; CHECK: declare void @frexpf(...)
313 declare void @frexpf(...)
Dannotate.ll331 ; CHECK: declare float @frexpf(float, i32* nocapture) [[G0]]
332 declare float @frexpf(float, i32*)
/external/libcxx/include/
Dcmath95 float frexpf(float value, int* exp);
363 using ::frexpf;
Dmath.h831 …oat frexp(float __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpf(__lcpp_x, __lcpp_e… in frexp()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def554 /// float frexpf(float num, int *exp);
555 TLI_DEFINE_ENUM_INTERNAL(frexpf)
556 TLI_DEFINE_STRING_INTERNAL("frexpf")
/external/bison/m4/
Dmath_h.m445 fmod fmodf fmodl frexpf frexpl hypotf hypotl
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp285 TLI.setUnavailable(LibFunc::frexpf); in initialize()
751 case LibFunc::frexpf: in isValidProtoForLibFunc()
/external/mesa3d/src/mesa/program/
Dprog_execute.c754 GLfloat mantissa = frexpf(t[0], &exponent); in _mesa_execute_program()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp396 case LibFunc::frexpf: in inferLibFuncAttributes()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c194 mantissa = frexpf(f, &exponent); in pack_float24()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc657 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/
Dmath_h.pass.cpp340 static_assert((std::is_same<decltype(frexpf(0, &ip)), float>::value), ""); in test_frexp()
/external/clang/include/clang/Basic/
DBuiltins.def914 LIBBUILTIN(frexpf, "ffi*", "fn", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp342 static_assert((std::is_same<decltype(std::frexpf(0, &ip)), float>::value), ""); in test_frexp()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2275 float rf = frexpf(1.1, &x); in TEST()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1777 fun:frexpf=uninstrumented
/external/bison/
Dconfigure24887 …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/
Dlibc-2.13.so.sym90 PUBLIC 31d10 0 frexpf