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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_device_functions.h1619 __DEVICE__ long lrintf(float __a) { return __float2ll_rn(__a); } function
1624 __DEVICE__ long lrintf(float __a) { return __float2int_rn(__a); } function

Completed in 117 milliseconds