Searched defs:mPreComputedExponentPart (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dnormal_distribution.h33 mPreComputedExponentPart(-1.0f / (2.0f * GeometryUtils::SQUARE_FLOAT(sigma))) {}
38 * expf(mPreComputedExponentPart * GeometryUtils::SQUARE_FLOAT(shiftedX));
46 const float mPreComputedExponentPart; // = -1 / (2 * sigma^2) member in class:latinime::NormalDistribution

Completed in 63 milliseconds