Searched refs:logchunk (Results 1 – 1 of 1) sorted by relevance
225 int logchunk = (int)std::log10( fChunkOut ); in computeChunk() local226 int nChunk = (int)( fChunkOut / std::exp( (double)(logchunk-1) * M_LN10 ) ); in computeChunk()239 fChunkOut = (double) nChunk * exp( (double)(logchunk-1) * M_LN10 ); in computeChunk()
Completed in 10 milliseconds