/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/lib/msun/src/ |
H A D | s_frexpf.c | 23 frexpf(float x, int *eptr) in frexpf() function
|
H A D | math.h | 361 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/lib/msun/ |
H A D | Symbol.map | 111 frexpf;
|
/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() 754 using ::frexpf;
|
H A D | tgmath.h | 805 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
|
/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/ |
H A D | cmath | 94 float frexpf(float value, int* exp); 393 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 | 370 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.def | 327 HANDLE_LIBCALL(FREXP_F32, "frexpf")
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1425 /// float frexpf(float num, int *exp); 1426 TLI_DEFINE_ENUM_INTERNAL(frexpf) 1427 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 | 1364 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 D | sanitizer_common_interceptors.inc | 923 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/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1782 fun:frexpf=uninstrumented
|