Home
last modified time | relevance | path

Searched refs:rintf (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/lib/msun/i387/
H A Ds_rintf.S9 ENTRY(rintf)
13 END(rintf)
/freebsd/lib/msun/src/
H A Ds_lrintf.c2 #define roundit rintf
H A Ds_llrintf.c2 #define roundit rintf
H A Ds_nearbyint.c57 DECL(float, nearbyintf, rintf)
H A De_scalbf.c35 if (rintf(fn)!=fn) return (fn-fn)/(fn-fn); in scalbf()
H A Ds_rintf.c29 rintf(float x) in rintf() function
H A Dmath.h401 float rintf(float);
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dsincospif_3u2.c73 float ar_s = x - rintf (x); in arm_math_sincospif()
/freebsd/lib/msun/
H A DSymbol.map151 rintf;
H A DMakefile282 MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc176 using ::rintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath284 float rintf(float x);
483 using ::rintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath284 float rintf(float x);
487 using ::rintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h487 using ::rintf;
H A D__clang_cuda_math.h260 __DEVICE__ float rintf(float __a) { return __builtin_rintf(__a); } in rintf() function
H A D__clang_hip_cmath.h781 using ::rintf;
H A Dtgmath.h1120 __tg_rint(float __x) {return rintf(__x);} in __tg_rint()
H A D__clang_hip_math.h610 float rintf(float __x) { return __builtin_rintf(__x); }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc177 using std::rintf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2160 /// float rintf(float x);
2161 TLI_DEFINE_ENUM_INTERNAL(rintf)
2162 TLI_DEFINE_STRING_INTERNAL("rintf")
/freebsd/contrib/file/magic/Magdir/
H A Ddatabase392 # skip with valid 1st item "rintf" keylayouts.mod
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc709 SYMBOL(rintf, None, <math.h>)
H A DStdSymbolMap.inc2583 SYMBOL(rintf, std::, <cmath>)
2584 SYMBOL(rintf, None, <cmath>)
2585 SYMBOL(rintf, None, <math.h>)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td853 def rintf : RuntimeLibcallImpl<RINT_F32>;

12