Searched refs:rounding (Results 1 – 14 of 14) sorted by relevance
2 round() rejects invalid rounding modes.12 round(): Argument #3 ($mode) must be a valid rounding mode (RoundingMode::*)
2 GH-12143: Test rounding of 0.49999999999999994.
2 GH-12143: Test rounding of 0.50000000000000011.
2 GH-12143: Test rounding of 0.5.
2 GH-12143: Test rounding of 1.5.
2 round() with different rounding modes
2 round() with different rounding modes for zeros
18 /* see if we're rounding negative numbers right */
2 NumberFormatter: rounding modes
1922 switch(rounding) {1946 switch(rounding) {2034 switch (rounding) {2070 switch(rounding) {2116 switch(rounding) {2337 if (bc->rounding == 1)2546 bc.rounding = 1;2852 bc.rounding = bc.rounding == 2 ? 0 : 2;2855 bc.rounding = 0;3040 if (bc.rounding != 1)[all …]
7 dnl See: https://wiki.php.net/rfc/rounding
114 /* Here two different outputs, which depends on the rounding value
107 /* Here two different outputs, which depends on the rounding value
Completed in 28 milliseconds