Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c65 f = frexpf(d0, &e); in ATF_TC_BODY()
83 f = frexpf(d1, &e); in ATF_TC_BODY()
90 f = frexpf(d1, &e); in ATF_TC_BODY()
/freebsd/lib/msun/src/
H A Ds_frexpf.c23 frexpf(float x, int *eptr) in frexpf() function
H A Dmath.h361 float frexpf(float, int *); /* fundamentally !__pure2 */
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dcbrtf_1u5.c38 float m = frexpf (asfloat (iax), &e); in cbrtf()
/freebsd/lib/msun/
H A DSymbol.map111 frexpf;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h65 return ::frexpf(__arg, __exp); in frexp()
467 using ::frexpf;
H A D__clang_hip_cmath.h65 return ::frexpf(__arg, __exp); in frexp()
754 using ::frexpf;
H A D__clang_cuda_math.h138 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } in frexpf() function
H A Dtgmath.h805 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
H A D__clang_hip_math.h426 float frexpf(float __x, int *__nptr) {
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc79 using ::frexpf;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc80 using std::frexpf;
/freebsd/lib/libc/gen/
H A DMakefile.inc369 MLINKS+=frexp.3 frexpf.3 \
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c297 TFUNC(at_sip,rt_s, frexpf, 0),
1438 if (t.func->func.ptr == &frexp || t.func->func.ptr == &frexpf || in runtest()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath94 float frexpf(float value, int* exp);
384 using ::frexpf _LIBCPP_USING_IF_EXISTS;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c119 float (frexpf)(float x, int *e) { n_float++; } in TGMACRO_REAL_REAL()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def292 HANDLE_LIBCALL(FREXP_F32, "frexpf")
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1405 /// float frexpf(float num, int *exp);
1406 TLI_DEFINE_ENUM_INTERNAL(frexpf)
1407 TLI_DEFINE_STRING_INTERNAL("frexpf")
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc496 SYMBOL(frexpf, None, <math.h>)
H A DStdSymbolMap.inc1364 SYMBOL(frexpf, std::, <cmath>)
1365 SYMBOL(frexpf, None, <cmath>)
1366 SYMBOL(frexpf, None, <math.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc923 INTERCEPTOR(float, frexpf, float x, int *exp) {
925 COMMON_INTERCEPTOR_ENTER(ctx, frexpf, x, exp);
927 float res = REAL(frexpf)(x, exp);
942 COMMON_INTERCEPT_FUNCTION(frexpf); \
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1310 LIBBUILTIN(frexpf, "ffi*", "fn", MATH_H, ALL_LANGUAGES)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1782 fun:frexpf=uninstrumented