Home
last modified time | relevance | path

Searched defs:precision (Results 1 – 14 of 14) sorted by relevance

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Dround.c21 void bc_round(bc_num num, zend_long precision, zend_long mode, bc_num *result) in bc_round()
/PHP-8.4/main/
H A Dspprintf.c168 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument
187 int precision = 0; in xbuf_format_converter() local
H A Dsnprintf.c272 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-8.4/ext/bcmath/
H A Dbcmath.stub.php48 …function bcround(string $num, int $precision = 0, RoundingMode $mode = RoundingMode::HalfAwayFromZ…
86 …public function round(int $precision = 0, \RoundingMode $mode = \RoundingMode::HalfAwayFromZero): …
H A Dbcmath.c766 zend_long precision = 0; in PHP_FUNCTION() local
1764 zend_long precision = 0; in PHP_METHOD() local
/PHP-8.4/Zend/
H A Dzend_smart_str.c117 smart_str *str, double num, int precision, bool zero_fraction) { in smart_str_append_double()
H A Dzend_globals.h205 zend_long precision; member
H A Dzend_operators.c3506 int precision = (int) EG(precision); local
/PHP-8.4/ext/standard/
H A Dformatted_print.c217 size_t alignment, int precision, in php_sprintf_appenddouble()
425 int alignment, currarg, adjusting, argnum, width, precision; in php_formatted_print() local
H A Dmath.c338 zend_long precision = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/PHP-8.4/ext/pdo_odbc/
H A Dodbc_stmt.c291 SQLULEN precision = 0; in odbc_stmt_param_hook() local
/PHP-8.4/ext/odbc/
H A Dphp_odbc_includes.h215 SQLULEN precision; member
/PHP-8.4/ext/pdo/
H A Dphp_pdo_driver.h534 zend_ulong precision; member

Completed in 79 milliseconds