/openbsd/regress/lib/libm/round/ |
H A D | round.c | 38 assert(roundf(8.6F) == 9.); in main() 56 assert(roundf(2.5F) == 3.); in main() 59 assert(roundf(-2.5F) == -3.); in main()
|
/openbsd/lib/libm/src/ |
H A D | s_roundf.c | 33 roundf(float x) in roundf() function
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 244 roundf;
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 178 PROTO_STD_DEPRECATED(roundf);
|
/openbsd/include/ |
H A D | math.h | 335 float roundf(float);
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 170 __DEVICE__ float roundf(float __a) { return __nv_roundf(__a); } in roundf() function 194 __DEVICE__ long lroundf(float __a) { return roundf(__a); } in lroundf()
|
H A D | __clang_cuda_cmath.h | 488 using ::roundf;
|
H A D | __clang_hip_cmath.h | 776 using ::roundf;
|
H A D | tgmath.h | 1137 __tg_round(float __x) {return roundf(__x);} in __tg_round()
|
H A D | __clang_hip_math.h | 471 float roundf(float __x) { return __ocml_round_f32(__x); }
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | cmath | 134 #undef roundf 284 using ::roundf;
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cmath | 280 float roundf(float x); 475 using ::roundf _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 232 HANDLE_LIBCALL(ROUND_F32, "roundf")
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1946 /// float roundf(float x); 1947 TLI_DEFINE_ENUM_INTERNAL(roundf) 1948 TLI_DEFINE_STRING_INTERNAL("roundf")
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 370 DEF_C99_BUILTIN (BUILT_IN_ROUNDF, "roundf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LIST)
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 712 SYMBOL(roundf, None, <math.h>)
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 1415 LIBBUILTIN(roundf, "ff", "fnc", MATH_H, ALL_LANGUAGES)
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2765 fun:roundf=uninstrumented
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 2774 libc/src/math/roundf.h 2791 libc/src/math/aarch64/roundf.cpp 2878 libc/src/math/generic/roundf.cpp
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5533 @findex roundf 5697 @code{roundf}, @code{roundl}, @code{round}, @code{scalblnf},
|
H A D | md.texi | 3640 corresponds to the C data type @code{double} and the @code{roundf}
|
H A D | gcc.info | 20361 `remquo', `rintf', `rintl', `rint', `roundf', `roundl', `round',
|
H A D | gccint.info | 15488 corresponds to the C data type `double' and the `roundf' built-in
|