Home
last modified time | relevance | path

Searched refs:scale (Results 26 – 50 of 56) sorted by relevance

123

/PHP-5.5/ext/bcmath/tests/
H A Dbccomp_variation001.phpt6 bcmath.scale=0
H A Dbccomp_variation002.phpt6 bcmath.scale=0
H A Dbccomp.phpt6 bcmath.scale=0
H A Dbcdiv.phpt6 bcmath.scale=0
H A Dbcmul.phpt6 bcmath.scale=0
H A Dbcmod_error2.phpt6 bcmath.scale=0
H A Dbcscale.phpt6 bcmath.scale=0
H A Dbcadd_error1.phpt6 bcmath.scale=0
H A Dbcmul_error1.phpt6 bcmath.scale=0
H A Dbcpow_error3.phpt6 bcmath.scale=0
H A Dbcsqrt_error2.phpt6 bcmath.scale=0
H A Dbcsub_error1.phpt6 bcmath.scale=0
H A Dbcpowmod.phpt6 bcmath.scale=0
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_45876.phpt23 ["scale"]=>
/PHP-5.5/ext/gd/libgd/
H A Dgd_webp.c151 const float scale = MAX_VP8QP - MIN_VP8QP; in mapQualityToVP8QP() local
153 scale * (MAX_QUALITY - quality) / (MAX_QUALITY - MIN_QUALITY) + MIN_VP8QP; in mapQualityToVP8QP()
/PHP-5.5/ext/bcmath/libbcmath/
H A DFAQ15 a "scale" that represent the number of digits to represent after the
/PHP-5.5/ext/interbase/
H A Dibase_query.c1294 int scale, int flag TSRMLS_DC) in _php_ibase_var_zval() argument
1336 if (scale == 0) { in _php_ibase_var_zval()
1340 ISC_INT64 n = *(ISC_INT64 *) data, f = scales[-scale]; in _php_ibase_var_zval()
1343 …l = slprintf(string_data, sizeof(string_data), "%" LL_MASK "d.%0*" LL_MASK "d", n / f, -scale, n %… in _php_ibase_var_zval()
1345 …l = slprintf(string_data, sizeof(string_data), "%" LL_MASK "d.%0*" LL_MASK "d", n / f, -scale, -n … in _php_ibase_var_zval()
1347 l = slprintf(string_data, sizeof(string_data), "-0.%0*" LL_MASK "d", -scale, -n % f); in _php_ibase_var_zval()
1356 if (scale == 0) { in _php_ibase_var_zval()
1359 long f = (long) scales[-scale]; in _php_ibase_var_zval()
1362 l = slprintf(string_data, sizeof(string_data), "%ld.%0*ld", n / f, -scale, n % f); in _php_ibase_var_zval()
1364 l = slprintf(string_data, sizeof(string_data), "%ld.%0*ld", n / f, -scale, -n % f); in _php_ibase_var_zval()
[all …]
/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
316 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()
324 scale = 5; in odbc_stmt_param_hook()
374 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c308 add_assoc_long(return_value, "scale", (int) dbtypeinfo->scale ); in pdo_dblib_stmt_get_column_meta()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c509 ub2 dtype, data_size, scale, precis; in oci_stmt_describe() local
527 (param, OCI_DTYPE_PARAM, &scale, 0, OCI_ATTR_SCALE, S->err)); in oci_stmt_describe()
537 col->precision = scale; in oci_stmt_describe()
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h248 sb1 scale; /* column scale */ member
H A Doci8_statement.c562 …>errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->scale, (dvoid *)0, OCI_A… in php_oci_statement_execute()
H A Doci8_interface.c1179 RETURN_LONG(column->scale);
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1275 SQLSMALLINT sqltype, ctype, scale; in PHP_FUNCTION() local
1335 rc = SQLDescribeParam(result->stmt, (SQLUSMALLINT)i, &sqltype, &precision, &scale, &nullable); in PHP_FUNCTION()
1397 ctype, sqltype, precision, scale, in PHP_FUNCTION()
1409 ctype, sqltype, precision, scale, in PHP_FUNCTION()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1377 result->numerics[i] = (result->datafmt[i].scale == 0) ? 3 : 2; in php_sybase_fetch_result_set()

Completed in 75 milliseconds

123