Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/
H A DREADME.MAILINGLIST_RULES56 1. If you notice that your posting ratio is much higher than that of other
/PHP-5.3/Zend/
H A Dzend_strtod.c1221 static double ratio (Bigint *a, Bigint *b) in ratio() function
2447 if ((aadj = ratio(delta, bs)) <= 2.) { in zend_strtod()
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc1512 $infos['Compression-ratio'] = sprintf('%.3g%%', $usize ? ($csize * 100) / $usize : 100);
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic9182 # Next, the resolution or aspect ratio of the image:
9183 #>>13 byte 0 \b, aspect ratio
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c56123 int ratio = pgszDest/pgszSrc;
56124 nDestTruncate = (nSrcPage+ratio-1)/ratio;

Completed in 338 milliseconds