Home
last modified time | relevance | path

Searched refs:truncf (Results 1 – 20 of 20) sorted by relevance

/freebsd/lib/msun/i387/
H A Ds_truncf.S7 ENTRY(truncf)
25 END(truncf)
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ceil.c696 ATF_CHECK(truncf(x) < SMALL_NUM); in ATF_TC_BODY()
697 ATF_CHECK(truncf(y) < SMALL_NUM); in ATF_TC_BODY()
710 ATF_CHECK(isnan(truncf(x)) != 0); in ATF_TC_BODY()
722 float y = truncf(x); in ATF_TC_BODY()
737 float y = truncf(x); in ATF_TC_BODY()
752 float y = truncf(x); in ATF_TC_BODY()
767 float y = truncf(x); in ATF_TC_BODY()
/freebsd/lib/msun/src/
H A Ds_truncf.c27 truncf(float x) in truncf() function
H A Dmath.h403 float truncf(float);
/freebsd/lib/msun/
H A DSymbol.map176 truncf;
H A DMakefile272 MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc200 using ::truncf;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h497 using ::truncf;
H A D__clang_cuda_math.h322 __DEVICE__ float truncf(float __a) { return __nv_truncf(__a); } in truncf() function
H A D__clang_hip_cmath.h785 using ::truncf;
H A Dtgmath.h1205 __tg_trunc(float __x) {return truncf(__x);} in __tg_trunc()
H A D__clang_hip_math.h695 float truncf(float __x) { return __builtin_truncf(__x); }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc201 using std::truncf;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath296 float truncf(float x);
485 using ::truncf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def222 HANDLE_LIBCALL(TRUNC_F32, "truncf")
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2332 /// float truncf(float x);
2333 TLI_DEFINE_ENUM_INTERNAL(truncf)
2334 TLI_DEFINE_STRING_INTERNAL("truncf")
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc831 SYMBOL(truncf, None, <math.h>)
H A DStdSymbolMap.inc2940 SYMBOL(truncf, std::, <cmath>)
2941 SYMBOL(truncf, None, <cmath>)
2942 SYMBOL(truncf, None, <math.h>)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1524 LIBBUILTIN(truncf, "ff", "fnc", MATH_H, ALL_LANGUAGES)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3171 fun:truncf=uninstrumented