Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dcomplex.cpp231 const float LN10_INVF = 1.f / ::log(10.f); in log10() local
232 return log10T(z, LN10_INVF); in log10()