Searched refs:truncf (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/lib/libm/arch/hppa/
H A Ds_truncf.c11 truncf(float x) function
/openbsd-current/lib/libm/src/
H A Ds_truncf.c14 * truncf(x)
19 * Inexact flag raised if x not equal to truncf(x).
28 truncf(float x) function
/openbsd-current/include/
H A Dmath.h338 float truncf(float);
/openbsd-current/lib/libm/hidden/
H A Dmath.h212 PROTO_STD_DEPRECATED(truncf); variable
/openbsd-current/gnu/llvm/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); } function
H A Dtgmath.h1205 __tg_trunc(float __x) {return truncf(__x);}
H A D__clang_hip_cmath.h785 using ::truncf;
H A D__clang_hip_math.h532 float truncf(float __x) { return __ocml_trunc_f32(__x); } function

Completed in 97 milliseconds