Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/lib/math/
Dlog_base.h223 const double ca_2 = 1.25000000037717509602e-02; /* 0x3f89999999bac6d4 */ 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()