Home
last modified time | relevance | path

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

/freebsd-head/contrib/netbsd-tests/lib/libc/gen/
HDt_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-head/lib/msun/src/
HDs_frexpf.c23 frexpf(float x, int *eptr) in frexpf() function
HDmath.h361 float frexpf(float, int *); /* fundamentally !__pure2 */
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/experimental/
HDcbrtf_1u5.c38 float m = frexpf (asfloat (iax), &e); in cbrtf()
/freebsd-head/lib/msun/
HDSymbol.map111 frexpf;
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_cmath.h65 return ::frexpf(__arg, __exp); in frexp()
467 using ::frexpf;
HD__clang_hip_cmath.h65 return ::frexpf(__arg, __exp); in frexp()
754 using ::frexpf;
HD__clang_cuda_math.h138 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } in frexpf() function
HDtgmath.h805 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
HD__clang_hip_math.h426 float frexpf(float __x, int *__nptr) {
/freebsd-head/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc79 using ::frexpf _LIBCPP_USING_IF_EXISTS;
/freebsd-head/contrib/llvm-project/libcxx/include/
HDcmath94 float frexpf(float value, int* exp);
393 using ::frexpf _LIBCPP_USING_IF_EXISTS;
/freebsd-head/lib/libc/gen/
HDMakefile.inc376 MLINKS+=frexp.3 frexpf.3 \
/freebsd-head/contrib/arm-optimized-routines/math/test/
HDmathtest.c298 TFUNC(at_sip,rt_s, frexpf, 0),
1439 if (t.func->func.ptr == &frexp || t.func->func.ptr == &frexpf || in runtest()
/freebsd-head/tools/regression/include/tgmath/
HDtgmath.c119 float (frexpf)(float x, int *e) { n_float++; } in TGMACRO_REAL_REAL()
/freebsd-head/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc80 using std::frexpf _LIBCPP_USING_IF_EXISTS;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDRuntimeLibcalls.def327 HANDLE_LIBCALL(FREXP_F32, "frexpf")
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def1425 /// float frexpf(float num, int *exp);
1426 TLI_DEFINE_ENUM_INTERNAL(frexpf)
1427 TLI_DEFINE_STRING_INTERNAL("frexpf")
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc496 SYMBOL(frexpf, None, <math.h>)
HDStdSymbolMap.inc1364 SYMBOL(frexpf, std::, <cmath>)
1365 SYMBOL(frexpf, None, <cmath>)
1366 SYMBOL(frexpf, None, <math.h>)
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1782 fun:frexpf=uninstrumented