Home
last modified time | relevance | path

Searched refs:nearest_integer (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A Dnearest_integer.h21 static inline float nearest_integer(float x) { in nearest_integer() function
27 static inline double nearest_integer(double x) { in nearest_integer() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A Dnearest_integer.h27 static inline float nearest_integer(float x) { in nearest_integer() function
34 static inline double nearest_integer(double x) { in nearest_integer() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A Dnearest_integer.h29 static inline float nearest_integer(float x) { in nearest_integer() function
45 static inline double nearest_integer(double x) { in nearest_integer() function
H A DCMakeLists.txt74 nearest_integer
76 nearest_integer.h
/llvm-project-15.0.7/libc/src/math/generic/
H A Dexpf.cpp84 float kf = fputil::nearest_integer(x * 0x1.0p7f);
H A Dexpm1f.cpp138 float kf = fputil::nearest_integer(x * 0x1.0p7f);
H A DCMakeLists.txt87 libc.src.__support.FPUtil.nearest_integer
487 libc.src.__support.FPUtil.nearest_integer
518 libc.src.__support.FPUtil.nearest_integer
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/libc/
H A DBUILD.bazel268 "src/__support/FPUtil/nearest_integer.h",
272 "src/__support/FPUtil/x86_64/nearest_integer.h",
273 "src/__support/FPUtil/aarch64/nearest_integer.h",