| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_fpclassify.c | 65 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 D | frexpf.h | 19 using math::frexpf;
|
| /freebsd/contrib/llvm-project/libc/src/__support/math/ |
| H A D | frexpf.h | 20 static constexpr float frexpf(float x, int *exp) { in frexpf() function
|
| /freebsd/lib/msun/src/ |
| H A D | s_frexpf.c | 23 frexpf(float x, int *eptr) in frexpf() function
|
| H A D | math.h | 362 float frexpf(float, int *); /* fundamentally !__pure2 */
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | cbrtf_1u5.c | 38 float m = frexpf (asfloat (iax), &e); in cbrtf()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 65 return ::frexpf(__arg, __exp); in frexp() 467 using ::frexpf;
|
| H A D | __clang_hip_cmath.h | 65 return ::frexpf(__arg, __exp); in frexp() 760 using ::frexpf;
|
| H A D | __clang_cuda_math.h | 142 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } in frexpf() function
|
| H A D | tgmath.h | 805 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
|
| H A D | __clang_hip_math.h | 433 float frexpf(float __x, int *__nptr) {
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 111 frexpf;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 79 using ::frexpf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 94 float frexpf(float value, int* exp); 392 using ::frexpf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 94 float frexpf(float value, int* exp); 396 using ::frexpf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 80 using std::frexpf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/lib/libc/gen/ |
| H A D | Makefile.inc | 386 MLINKS+=frexp.3 frexpf.3 \
|
| /freebsd/contrib/arm-optimized-routines/math/test/ |
| H A D | mathtest.c | 298 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 D | tgmath.c | 119 float (frexpf)(float x, int *e) { n_float++; } in TGMACRO_REAL_REAL()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 921 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 D | TargetLibraryInfo.def | 1524 /// 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 D | CSymbolMap.inc | 496 SYMBOL(frexpf, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 1388 SYMBOL(frexpf, std::, <cmath>) 1389 SYMBOL(frexpf, None, <cmath>) 1390 SYMBOL(frexpf, None, <math.h>)
|
| /freebsd/crypto/krb5/src/util/verto/ |
| H A D | ev.c | 1338 #define ecb_frexpf(x,e) frexpf ((x), (e))
|