Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A DPolyEval.h29 polyeval(const T &, const T &a0) { in polyeval() function
34 LIBC_INLINE cpp::enable_if_t<(sizeof(T) <= sizeof(void *)), T> polyeval(T, in polyeval() function
41 polyeval(const T &x, const T &a0, const Ts &...a) { in polyeval() function
47 polyeval(T x, T a0, Ts... a) { in polyeval() function