Home
last modified time | relevance | path

Searched refs:precision (Results 376 – 385 of 385) sorted by relevance

1...<<111213141516

/PHP-5.5/main/
H A Dmain.c165 EG(precision) = i; in PHP_INI_MH()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1150 str = (char *) safe_emalloc(EG(precision), 1, MAX_LENGTH_OF_DOUBLE + 1); in to_xml_double()
1151 php_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str); in to_xml_double()
/PHP-5.5/
H A Dphp.ini-development209 ; http://php.net/precision
210 precision = 14
H A Dphp.ini-production209 ; http://php.net/precision
210 precision = 14
H A DNEWS1502 . Fixed bug #64760 (var_export() does not use full precision for floating-point
2021 equivalents) don't throw away better than second precision in the arguments.
3326 . Added $_SERVER['REQUEST_TIME_FLOAT'] to include microsecond precision.
4343 . Fixed bug #54055 (buffer overrun with high values for precision ini
5713 - Changed floating point behaviour to consistently use double precision on all
5715 - Changed round() to act more intuitively when rounding to a certain precision
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21629 if( precision<0 ){
21630 precision = precision >= -2147483647 ? -precision : -1;
21642 precision = -1;
21744 nOut = precision + 10;
21793 if( precision<0 ) precision = 6; /* Set default precision */
21802 if( xtype==etGENERIC && precision>0 ) precision--;
21848 precision = precision - exp;
21963 if( precision>1 ){
21964 width -= precision-1;
21987 if( precision>=0 ){
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic10136 #>3 byte 1 \b, normal precision
10137 >3 byte 2 \b, high precision
10170 >107 string -32 \b, 32-bit, floating point, single precision
10171 >107 string -64 \b, 64-bit, floating point, double precision
10991 >>(4.S+6) byte x \b, precision %d
10995 >>(4.S+6) byte x \b, precision %d
10999 >>(4.S+6) byte x \b, precision %d
14771 0 lelong 0101555 PDP-11 single precision APL workspace
14772 0 lelong 0101554 PDP-11 double precision APL workspace
17828 0 lelong 0101557 VAX single precision APL workspace
[all …]
/PHP-5.5/ext/standard/
H A Dstring.c1184 str_len = spprintf(&stmp, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(tmp)); in php_implode()
H A Dbasic_functions.c1643 ZEND_ARG_INFO(0, precision)
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3492 precision, but takes uncomfortably long for very large patterns.

Completed in 429 milliseconds

1...<<111213141516