Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/scanner/
H A Dgrid.cxx225 int logchunk = (int)std::log10( fChunkOut ); in computeChunk() local
226 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 14 milliseconds