Searched refs:coshl (Results 1 – 17 of 17) sorted by relevance
/freebsd/usr.bin/m4/tests/ |
H A D | regress.gnupatterns2.out | 1 acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
|
H A D | gnupatterns2.m4 | 5 coshl sinhl tanhl)
|
/freebsd/lib/msun/src/ |
H A D | e_cosh.c | 80 __weak_reference(cosh, coshl);
|
H A D | e_coshl.c | 83 coshl(long double x) in coshl() function
|
H A D | math.h | 454 long double coshl(long double);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 261 coshl;
|
H A D | Makefile | 212 MLINKS+=cosh.3 coshf.3 cosh.3 coshl.3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 212 HANDLE_LIBCALL(COSH_F80, "coshl") 213 HANDLE_LIBCALL(COSH_F128, "coshl") 214 HANDLE_LIBCALL(COSH_PPCF128, "coshl")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 56 using ::coshl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 75 long double coshl(long double x); 502 using ::coshl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 57 using std::coshl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 329 __tg_cosh(long double __x) {return coshl(__x);} in __tg_cosh()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1062 /// long double coshl(long double x); 1063 TLI_DEFINE_ENUM_INTERNAL(coshl) 1064 TLI_DEFINE_STRING_INTERNAL("coshl")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 390 SYMBOL(coshl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 974 SYMBOL(coshl, std::, <cmath>) 975 SYMBOL(coshl, None, <cmath>) 976 SYMBOL(coshl, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1516 fun:coshl=uninstrumented
|