Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/bcmath/
H A Dbcmath.c227 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
267 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
307 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
347 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
428 long scale = BCG(bc_precision); in PHP_FUNCTION() local
473 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
513 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
551 int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dnearzero.c46 bc_is_near_zero (num, scale) in bc_is_near_zero() argument
H A Dinit.c48 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() argument
H A Dbcmath.h159 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) argument
H A Drecmul.c54 new_sub_num (length, scale, value) in new_sub_num() argument
/PHP-5.5/ext/gd/libgd/
H A Dmathmake.c4 #define scale 1024 macro
H A Dtestac.c73 double scale, in testDrawing()
H A Dgd_webp.c151 const float scale = MAX_VP8QP - MIN_VP8QP; in mapQualityToVP8QP() local
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c281 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c509 ub2 dtype, data_size, scale, precis; in oci_stmt_describe() local
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h248 sb1 scale; /* column scale */ member
/PHP-5.5/ext/interbase/
H A Dibase_query.c1294 int scale, int flag TSRMLS_DC) in _php_ibase_var_zval()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1275 SQLSMALLINT sqltype, ctype, scale; in PHP_FUNCTION() local

Completed in 97 milliseconds