Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/FPUtil/
DPolyEval.h28 polyeval(const T &, const T &a0) { in polyeval() function
33 LIBC_INLINE cpp::enable_if_t<(sizeof(T) <= sizeof(void *)), T> polyeval(T, in polyeval() function
40 polyeval(const T &x, const T &a0, const Ts &...a) { in polyeval() function
46 polyeval(T x, T a0, Ts... a) { in polyeval() function