Searched refs:mhalf (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
H A Ddifradix2.c83 mpd_size_t m, mhalf; local
93 mhalf = n / 2;
94 for (j = 0; j < mhalf; j += 2) {
100 v0 = a[j+mhalf];
103 v1 = a[j+1+mhalf];
113 a[j+mhalf] = v0;
114 a[j+1+mhalf] = v1;
121 mhalf = m / 2;
127 v0 = a[r+mhalf];
130 v1 = a[m+r+mhalf];
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DFDistributionImpl.java91 final double mhalf = denominatorDegreesOfFreedom / 2;
96 return FastMath.exp(nhalf*logn + nhalf*logx - logx + mhalf*logm - nhalf*lognxm -
97 mhalf*lognxm - Beta.logBeta(nhalf, mhalf));
/external/python/cpython3/Modules/
H A D_heapqmodule.c295 Py_ssize_t i, j, m, mhalf, leftmost; local
299 mhalf = m >> 1; /* parent of first childless node */
301 for (i = leftmost - 1 ; i >= mhalf ; i--) {
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 564 milliseconds