Searched defs:lrintf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h185 __DEVICE__ long lrintf(float __a) { return __float2ll_rn(__a); } function
190 __DEVICE__ long lrintf(float __a) { return __float2int_rn(__a); } function
H A D__clang_hip_math.h231 inline long int lrintf(float __x) { return __ocml_rint_f32(__x); } function

Completed in 40 milliseconds