Searched refs:truncl (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/msun/i387/ |
H A D | s_truncl.S | 7 ENTRY(truncl) 25 END(truncl)
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_ceil.c | 787 ATF_CHECK(truncl(x) < SMALL_NUM); in ATF_TC_BODY() 788 ATF_CHECK(truncl(y) < SMALL_NUM); in ATF_TC_BODY() 801 ATF_CHECK(isnan(truncl(x)) != 0); in ATF_TC_BODY() 813 long double y = truncl(x); in ATF_TC_BODY() 828 long double y = truncl(x); in ATF_TC_BODY() 843 long double y = truncl(x); in ATF_TC_BODY() 858 long double y = truncl(x); in ATF_TC_BODY()
|
/freebsd/lib/msun/src/ |
H A D | s_trunc.c | 62 __weak_reference(trunc, truncl);
|
H A D | s_truncl.c | 37 truncl(long double x) in truncl() function
|
H A D | math.h | 502 long double truncl(long double);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 177 truncl;
|
H A D | Makefile | 272 MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 259 HANDLE_LIBCALL(TRUNC_F80, "truncl") 260 HANDLE_LIBCALL(TRUNC_F128, "truncl") 261 HANDLE_LIBCALL(TRUNC_PPCF128, "truncl")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 201 using ::truncl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 305 long double truncl(long double x); 555 using ::truncl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 202 using std::truncl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1213 __tg_trunc(long double __x) {return truncl(__x);} in __tg_trunc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 2372 /// long double truncl(long double x); 2373 TLI_DEFINE_ENUM_INTERNAL(truncl) 2374 TLI_DEFINE_STRING_INTERNAL("truncl")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 832 SYMBOL(truncl, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2943 SYMBOL(truncl, std::, <cmath>) 2944 SYMBOL(truncl, None, <cmath>) 2945 SYMBOL(truncl, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3172 fun:truncl=uninstrumented
|