Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/FPUtil/aarch64/
H A Dnearest_integer.h22 LIBC_INLINE float nearest_integer(float x) { nearest_integer() function
28 LIBC_INLINE double nearest_integer(double x) { nearest_integer() function
/llvm-project/libc/src/__support/FPUtil/x86_64/
H A Dnearest_integer.h28 LIBC_INLINE float nearest_integer(float x) { nearest_integer() function
35 LIBC_INLINE double nearest_integer(double x) { nearest_integer() function
/llvm-project/libc/src/__support/FPUtil/
H A Dnearest_integer.h30 LIBC_INLINE float nearest_integer(float x) { nearest_integer() function
46 LIBC_INLINE double nearest_integer(double x) { nearest_integer() function