Home
last modified time | relevance | path

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

12

/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/contrib/llvm-project/libc/shared/math/
H A Dfrexpf.h19 using math::frexpf;
/freebsd/contrib/llvm-project/libc/src/__support/math/
H A Dfrexpf.h20 static constexpr float frexpf(float x, int *exp) { in frexpf() function
/freebsd/lib/msun/src/
H A Ds_frexpf.c23 frexpf(float x, int *eptr) in frexpf() function
H A Dmath.h362 float frexpf(float, int *); /* fundamentally !__pure2 */
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dcbrtf_1u5.c38 float m = frexpf (asfloat (iax), &e); in cbrtf()
/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()
760 using ::frexpf;
H A D__clang_cuda_math.h142 __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.h433 float frexpf(float __x, int *__nptr) {
/freebsd/lib/msun/
H A DSymbol.map111 frexpf;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc79 using ::frexpf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath94 float frexpf(float value, int* exp);
392 using ::frexpf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath94 float frexpf(float value, int* exp);
396 using ::frexpf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc80 using std::frexpf _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/gen/
H A DMakefile.inc386 MLINKS+=frexp.3 frexpf.3 \
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c298 TFUNC(at_sip,rt_s, frexpf, 0),
1439 if (t.func->func.ptr == &frexp || t.func->func.ptr == &frexpf || in runtest()
/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.td921 def frexpf : RuntimeLibcallImpl<FREXP_F32>;
1118 frexpf, frexp_f80, frexp_f128, frexp_ppcf128
1129 defvar LibmHasFrexpF32 = LibcallImpls<(add frexpf), isNotOSWindowsOrIsCygwinMinGW>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1524 /// float frexpf(float num, int *exp);
1525 TLI_DEFINE_ENUM_INTERNAL(frexpf)
1526 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.inc1388 SYMBOL(frexpf, std::, <cmath>)
1389 SYMBOL(frexpf, None, <cmath>)
1390 SYMBOL(frexpf, None, <math.h>)
/freebsd/crypto/krb5/src/util/verto/
H A Dev.c1338 #define ecb_frexpf(x,e) frexpf ((x), (e))

12