Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/lib/math/
Dlog_base.h222 const double ca_1 = 8.33333333333317923934e-02; /* 0x3fb55555555554e6 */ 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()