/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpclassify.c | 160 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 D | s_frexpl.c | 39 frexpl(long double x, int *ex) in frexpl() function
|
H A D | s_frexp.c | 51 __weak_reference(frexp, frexpl);
|
H A D | math.h | 468 long double frexpl(long double, int *); /* fundamentally !__pure2 */
|
/freebsd/lib/msun/ld80/ |
H A D | e_powl.c | 380 x = frexpl( x, &i ); in powl() 604 s = frexpl( s, &lx ); in powil()
|
H A D | b_logl.c | 343 g = frexpl(x, &m); in __log__D()
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | tgamma128.c | 205 frexpl(x, &exponent); in tgamma128()
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 112 frexpl;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 329 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 D | cmath.inc | 80 using ::frexpl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 95 long double frexpl(long double value, int* exp); 507 using ::frexpl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 81 using std::frexpl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/gen/ |
H A D | Makefile.inc | 371 frexp.3 frexpl.3
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 121 long double (frexpl)(long double x, int *e) { n_long_double++; }
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 813 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} in __tg_frexp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1430 /// 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 D | CSymbolMap.inc | 497 SYMBOL(frexpl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 1367 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 D | sanitizer_common_interceptors.inc | 932 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 D | libc_ubuntu1404_abilist.txt | 1783 fun:frexpl=uninstrumented
|