Home
last modified time | relevance | path

Searched refs:roundf (Results 1 – 23 of 23) sorted by relevance

/openbsd/regress/lib/libm/round/
H A Dround.c38 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 Ds_roundf.c33 roundf(float x) in roundf() function
/openbsd/lib/libm/
H A DSymbols.map244 roundf;
/openbsd/lib/libm/hidden/
H A Dmath.h178 PROTO_STD_DEPRECATED(roundf);
/openbsd/include/
H A Dmath.h335 float roundf(float);
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h170 __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.h488 using ::roundf;
H A D__clang_hip_cmath.h776 using ::roundf;
H A Dtgmath.h1137 __tg_round(float __x) {return roundf(__x);} in __tg_round()
H A D__clang_hip_math.h471 float roundf(float __x) { return __ocml_round_f32(__x); }
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath134 #undef roundf
284 using ::roundf;
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath280 float roundf(float x);
475 using ::roundf _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def232 HANDLE_LIBCALL(ROUND_F32, "roundf")
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1946 /// float roundf(float x);
1947 TLI_DEFINE_ENUM_INTERNAL(roundf)
1948 TLI_DEFINE_STRING_INTERNAL("roundf")
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def370 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 DCSymbolMap.inc712 SYMBOL(roundf, None, <math.h>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1415 LIBBUILTIN(roundf, "ff", "fnc", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2765 fun:roundf=uninstrumented
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt2774 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 Dextend.texi5533 @findex roundf
5697 @code{roundf}, @code{roundl}, @code{round}, @code{scalblnf},
H A Dmd.texi3640 corresponds to the C data type @code{double} and the @code{roundf}
H A Dgcc.info20361 `remquo', `rintf', `rintl', `rint', `roundf', `roundl', `round',
H A Dgccint.info15488 corresponds to the C data type `double' and the `roundf' built-in