Home
last modified time | relevance | path

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

/dports/math/fftw3-float/fftw-3.3.9/libbench2/
H A Dmp.c8 #define BITS_IN_REAL 53 /* mantissa */ macro
232 while (bits + SHFT <= BITS_IN_REAL) { in toreal()
239 while (bits + SHFT < BITS_IN_REAL) { in toreal()
/dports/math/fftw3/fftw-3.3.9/libbench2/
H A Dmp.c8 #define BITS_IN_REAL 53 /* mantissa */ macro
232 while (bits + SHFT <= BITS_IN_REAL) { in toreal()
239 while (bits + SHFT < BITS_IN_REAL) { in toreal()
/dports/math/fftw3-long/fftw-3.3.9/libbench2/
H A Dmp.c8 #define BITS_IN_REAL 53 /* mantissa */ macro
232 while (bits + SHFT <= BITS_IN_REAL) { in toreal()
239 while (bits + SHFT < BITS_IN_REAL) { in toreal()
/dports/math/fftw3-quad/fftw-3.3.9/libbench2/
H A Dmp.c8 #define BITS_IN_REAL 53 /* mantissa */ macro
232 while (bits + SHFT <= BITS_IN_REAL) { in toreal()
239 while (bits + SHFT < BITS_IN_REAL) { in toreal()