Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DFDistributionImpl.java90 final double nhalf = numeratorDegreesOfFreedom / 2; in density() local
96 return FastMath.exp(nhalf*logn + nhalf*logx - logx + mhalf*logm - nhalf*lognxm - in density()
97 mhalf*lognxm - Beta.logBeta(nhalf, mhalf)); in density()
/external/python/cpython3/Modules/_decimal/libmpdec/
Dnumbertheory.c84 mpd_size_t nhalf; in _mpd_init_fnt_params() local
90 nhalf = n/2; in _mpd_init_fnt_params()
91 tparams = mpd_sh_alloc(sizeof *tparams, nhalf, sizeof (mpd_uint_t)); in _mpd_init_fnt_params()
105 for (i = 0; i < nhalf; i++) { in _mpd_init_fnt_params()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...