Home
last modified time | relevance | path

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

/php-src/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-src/Zend/
H A Dzend_smart_str.c116 smart_str *str, double num, int precision, bool zero_fraction) { in smart_str_append_double()
H A Dzend_globals.h198 zend_long precision; member
H A Dzend_operators.c3494 int precision = (int) EG(precision); local
/php-src/ext/standard/
H A Dformatted_print.c220 size_t alignment, int precision, in php_sprintf_appenddouble()
428 int alignment, currarg, adjusting, argnum, width, precision; in php_formatted_print() local
H A Dmath.c309 zend_long precision = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c291 SQLULEN precision = 0; in odbc_stmt_param_hook() local
/php-src/ext/odbc/
H A Dphp_odbc_includes.h209 SQLULEN precision; member
/php-src/ext/pdo/
H A Dphp_pdo_driver.h529 zend_ulong precision; member

Completed in 116 milliseconds