Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c160 f = frexpl(d0, &e); in ATF_TC_BODY()
178 f = frexpl(d1, &e); in ATF_TC_BODY()
185 f = frexpl(d1, &e); in ATF_TC_BODY()
/freebsd/lib/msun/src/
H A Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl() function
H A Ds_frexp.c51 __weak_reference(frexp, frexpl);
H A Dmath.h468 long double frexpl(long double, int *); /* fundamentally !__pure2 */
/freebsd/lib/msun/ld80/
H A De_powl.c380 x = frexpl( x, &i ); in powl()
604 s = frexpl( s, &lx ); in powil()
H A Db_logl.c343 g = frexpl(x, &m); in __log__D()
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c205 frexpl(x, &exponent); in tgamma128()
/freebsd/lib/msun/
H A DSymbol.map112 frexpl;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def329 HANDLE_LIBCALL(FREXP_F80, "frexpl")
330 HANDLE_LIBCALL(FREXP_F128, "frexpl")
331 HANDLE_LIBCALL(FREXP_PPCF128, "frexpl")
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc80 using ::frexpl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath95 long double frexpl(long double value, int* exp);
507 using ::frexpl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc81 using std::frexpl _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/gen/
H A DMakefile.inc371 frexp.3 frexpl.3
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c121 long double (frexpl)(long double x, int *e) { n_long_double++; }
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h813 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} in __tg_frexp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1430 /// long double frexpl(long double num, int *exp);
1431 TLI_DEFINE_ENUM_INTERNAL(frexpl)
1432 TLI_DEFINE_STRING_INTERNAL("frexpl")
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc497 SYMBOL(frexpl, None, <math.h>)
H A DStdSymbolMap.inc1367 SYMBOL(frexpl, std::, <cmath>)
1368 SYMBOL(frexpl, None, <cmath>)
1369 SYMBOL(frexpl, None, <math.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc932 INTERCEPTOR(long double, frexpl, long double x, int *exp) {
934 COMMON_INTERCEPTOR_ENTER(ctx, frexpl, x, exp);
936 long double res = REAL(frexpl)(x, exp);
943 COMMON_INTERCEPT_FUNCTION_LDBL(frexpl)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1783 fun:frexpl=uninstrumented