Home
last modified time | relevance | path

Searched defs:nearest_integer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A Dnearest_integer.h26 LIBC_INLINE float nearest_integer(float x) { return __builtin_rintf(x); } in nearest_integer() function
28 LIBC_INLINE double nearest_integer(double x) { return __builtin_rint(x); } in nearest_integer() function
43 LIBC_INLINE float nearest_integer(float x) { in nearest_integer() function
59 LIBC_INLINE double nearest_integer(double x) { in nearest_integer() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/
H A Dnearest_integer.h23 LIBC_INLINE float nearest_integer(float x) { in nearest_integer() function
29 LIBC_INLINE double nearest_integer(double x) { in nearest_integer() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/
H A Dnearest_integer.h29 LIBC_INLINE float nearest_integer(float x) { in nearest_integer() function
36 LIBC_INLINE double nearest_integer(double x) { in nearest_integer() function