Searched defs:precision (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | round.c | 21 void bc_round(bc_num num, zend_long precision, zend_long mode, bc_num *result) in bc_round()
|
/php-src/main/ |
H A D | spprintf.c | 168 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument 187 int precision = 0; in xbuf_format_converter() local
|
H A D | snprintf.c | 272 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len) in php_conv_fp() 451 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument 484 int precision = 0; in format_converter() local
|
/php-src/ext/bcmath/ |
H A D | bcmath.stub.php | 48 …function bcround(string $num, int $precision = 0, RoundingMode $mode = RoundingMode::HalfAwayFromZ… 86 …public function round(int $precision = 0, \RoundingMode $mode = \RoundingMode::HalfAwayFromZero): …
|
H A D | bcmath.c | 769 zend_long precision = 0; in PHP_FUNCTION() local 1770 zend_long precision = 0; in PHP_METHOD() local
|
/php-src/Zend/ |
H A D | zend_smart_str.c | 117 smart_str *str, double num, int precision, bool zero_fraction) { in smart_str_append_double()
|
H A D | zend_globals.h | 205 zend_long precision; member
|
H A D | zend_operators.c | 3509 int precision = (int) EG(precision); local
|
/php-src/ext/standard/ |
H A D | formatted_print.c | 217 size_t alignment, int precision, in php_sprintf_appenddouble() 425 int alignment, currarg, adjusting, argnum, width, precision; in php_formatted_print() local
|
H A D | math.c | 338 zend_long precision = 0; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 291 SQLULEN precision = 0; in odbc_stmt_param_hook() local
|
/php-src/ext/odbc/ |
H A D | php_odbc_includes.h | 215 SQLULEN precision; member
|
/php-src/ext/pdo/ |
H A D | php_pdo_driver.h | 534 zend_ulong precision; member
|
Completed in 51 milliseconds