| /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 | s_rsqrtl.c | 173 x = frexpl(x, &hx); in rsqrtl()
|
| H A D | math.h | 469 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/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 80 using ::frexpl _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cmath | 95 long double frexpl(long double value, int* exp); 506 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); 510 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 | 387 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 | 1529 /// long double frexpl(long double num, int *exp); 1530 TLI_DEFINE_ENUM_INTERNAL(frexpl) 1531 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 | 1391 SYMBOL(frexpl, std::, <cmath>) 1392 SYMBOL(frexpl, None, <cmath>) 1393 SYMBOL(frexpl, None, <math.h>)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 2097 // FIXME: This is has ldexpl/frexpl plus use f128 for long double.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 973 INTERCEPTOR(long double, frexpl, long double x, int *exp) { 975 COMMON_INTERCEPTOR_ENTER(ctx, frexpl, x, exp); 977 long double res = REAL(frexpl)(x, exp); 982 # define INIT_FREXPL COMMON_INTERCEPT_FUNCTION_LDBL(frexpl)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1783 fun:frexpl=uninstrumented
|