Searched defs:scale (Results 1 – 13 of 13) sorted by relevance
/PHP-5.4/ext/bcmath/ |
H A D | bcmath.c | 212 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 251 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 290 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 329 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 409 long scale = BCG(bc_precision); in PHP_FUNCTION() local 453 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 492 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 529 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
|
/PHP-5.4/ext/bcmath/libbcmath/src/ |
H A D | nearzero.c | 46 bc_is_near_zero (num, scale) in bc_is_near_zero() argument
|
H A D | init.c | 48 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() argument
|
H A D | bcmath.h | 159 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) argument
|
H A D | recmul.c | 54 new_sub_num (length, scale, value) in new_sub_num() argument
|
/PHP-5.4/ext/gd/libgd/ |
H A D | mathmake.c | 4 #define scale 1024 macro
|
H A D | testac.c | 73 double scale, in testDrawing()
|
H A D | gd_webp.c | 140 const float scale = MAX_VP8QP - MIN_VP8QP; in mapQualityToVP8QP() local
|
/PHP-5.4/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 281 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
|
/PHP-5.4/ext/pdo_oci/ |
H A D | oci_statement.c | 509 ub2 dtype, data_size, scale, precis; in oci_stmt_describe() local
|
/PHP-5.4/ext/oci8/ |
H A D | php_oci8_int.h | 248 sb1 scale; /* column scale */ member
|
/PHP-5.4/ext/interbase/ |
H A D | ibase_query.c | 1294 int scale, int flag TSRMLS_DC) in _php_ibase_var_zval()
|
/PHP-5.4/ext/odbc/ |
H A D | php_odbc.c | 1258 SQLSMALLINT sqltype, ctype, scale; in PHP_FUNCTION() local
|
Completed in 40 milliseconds