Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFloatingPoint.h97 const double inv_ln_2 = 1.44269504088896; in sk_float_log2() local
98 return (float)(log(x) * inv_ln_2); in sk_float_log2()