HomeSort by relevance Sort by last modified time
    Searched full:mhalf (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Modules/_decimal/libmpdec/
difradix2.c 83 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/
FDistributionImpl.java 91 final double mhalf = denominatorDegreesOfFreedom / 2; local
96 return FastMath.exp(nhalf*logn + nhalf*logx - logx + mhalf*logm - nhalf*lognxm -
97 mhalf*lognxm - Beta.logBeta(nhalf, mhalf));
  /external/python/cpython3/Modules/
_heapqmodule.c 295 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--) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libm.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gcc.info     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-g++.1 502 \&\fB\-mhalf\-reg\-file \-mprefer\-short\-insn\-regs
    [all...]
x86_64-w64-mingw32-gcc.1 502 \&\fB\-mhalf\-reg\-file \-mprefer\-short\-insn\-regs
    [all...]

Completed in 1146 milliseconds