Searched refs:cbrtl (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_cbrt.c | 273 ATF_CHECK(isnan(cbrtl(x)) != 0); in ATF_TC_BODY() 294 long double x_cbrt = cbrtl(x[i]); in ATF_TC_BODY() 333 long double y = cbrtl(x); in ATF_TC_BODY() 348 long double y = cbrtl(x); in ATF_TC_BODY() 363 long double y = cbrtl(x); in ATF_TC_BODY() 378 long double y = cbrtl(x); in ATF_TC_BODY()
|
/freebsd/lib/msun/src/ |
H A D | s_cbrt.c | 113 __weak_reference(cbrt, cbrtl);
|
H A D | s_cbrtl.c | 32 cbrtl(long double x) in cbrtl() function
|
H A D | math.h | 451 long double cbrtl(long double);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 223 cbrtl;
|
H A D | Makefile | 267 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 132 HANDLE_LIBCALL(CBRT_F80, "cbrtl") 133 HANDLE_LIBCALL(CBRT_F128, "cbrtl") 134 HANDLE_LIBCALL(CBRT_PPCF128, "cbrtl")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 124 using ::cbrtl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 169 long double cbrtl(long double x); 522 using ::cbrtl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 125 using std::cbrtl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 581 __tg_cbrt(long double __x) {return cbrtl(__x);} in __tg_cbrt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 987 /// long double cbrtl(long double x); 988 TLI_DEFINE_ENUM_INTERNAL(cbrtl) 989 TLI_DEFINE_STRING_INTERNAL("cbrtl")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 346 SYMBOL(cbrtl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 859 SYMBOL(cbrtl, std::, <cmath>) 860 SYMBOL(cbrtl, None, <cmath>) 861 SYMBOL(cbrtl, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1443 fun:cbrtl=uninstrumented
|