Home
last modified time | relevance | path

Searched defs:lroundf (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h189 __DEVICE__ long lroundf(float __a) { return llroundf(__a); } in lroundf() function
194 __DEVICE__ long lroundf(float __a) { return roundf(__a); } in lroundf() function