Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/lib/math/
Dlog_base.h224 const double ca_3 = 2.23213998791944806202e-03; /* 0x3f62492307f1519f */ in log2() local
227 double r2 = fma(u*v, fma(v, fma(v, fma(v, ca_4, ca_3), ca_2), ca_1), -correction); in log2()