Home
last modified time | relevance | path

Searched refs:scale (Results 51 – 56 of 56) sorted by relevance

123

/PHP-5.5/
H A Dphp.ini-development1348 ; http://php.net/bcmath.scale
1349 bcmath.scale = 0
H A Dphp.ini-production1348 ; http://php.net/bcmath.scale
1349 bcmath.scale = 0
H A DINSTALL609 to scale applications.
H A DNEWS113 . Fixed bug #72093 (bcpowmod accepts negative scale and corrupts _one_
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21814 LONGDOUBLE_TYPE scale = 1.0;
21815 while( realvalue>=1e100*scale && exp<=350 ){ scale *= 1e100;exp+=100;}
21816 while( realvalue>=1e64*scale && exp<=350 ){ scale *= 1e64; exp+=64; }
21817 while( realvalue>=1e8*scale && exp<=350 ){ scale *= 1e8; exp+=8; }
21818 while( realvalue>=10.0*scale && exp<=350 ){ scale *= 10.0; exp++; }
21819 realvalue /= scale;
23849 LONGDOUBLE_TYPE scale = 1.0;
23854 result = s / scale;
23857 result = s * scale;
23872 result = s / scale;
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic10569 # Wavelet Scalar Quantization format used in gray-scale fingerprint images

Completed in 376 milliseconds

123