Searched refs:nearbyintf (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | nearbyint_test.c | 48 static float (*libnearbyintf)(float) = nearbyintf; 50 #define nearbyintf libnearbyintf macro 104 CHECK_FPEQUAL(out, nearbyintf(in)); in test_nearby()
|
/freebsd/lib/msun/src/ |
H A D | s_nearbyint.c | 57 DECL(float, nearbyintf, rintf)
|
H A D | math.h | 396 float nearbyintf(float);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 141 nearbyintf;
|
H A D | Makefile | 259 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 172 using ::nearbyintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 264 float nearbyintf(float x); 474 using ::nearbyintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 482 using ::nearbyintf;
|
H A D | __clang_hip_cmath.h | 769 using ::nearbyintf;
|
H A D | tgmath.h | 1027 __tg_nearbyint(float __x) {return nearbyintf(__x);} in __tg_nearbyint()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 173 using std::nearbyintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 267 HANDLE_LIBCALL(NEARBYINT_F32, "nearbyintf")
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1800 /// float nearbyintf(float x); 1801 TLI_DEFINE_ENUM_INTERNAL(nearbyintf) 1802 TLI_DEFINE_STRING_INTERNAL("nearbyintf")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 666 SYMBOL(nearbyintf, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2226 SYMBOL(nearbyintf, std::, <cmath>) 2227 SYMBOL(nearbyintf, None, <cmath>) 2228 SYMBOL(nearbyintf, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2343 fun:nearbyintf=uninstrumented
|