Home
last modified time | relevance | path

Searched refs:scales (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/interbase/
H A Dphp_ibase_udf.c178 static ISC_INT64 const scales[] = { 1, 10, 100, 1000, 10000, 100000, 1000000, 100000000, 1000000000, variable
237 ((double)*(short*)argv[i]->dsc_address)/scales[-argv[i]->dsc_scale]); in call_php()
246 ((double)*(ISC_LONG*)argv[i]->dsc_address)/scales[-argv[i]->dsc_scale]); in call_php()
256 ZVAL_DOUBLE(&args[i], ((double)l)/scales[-argv[i]->dsc_scale]); in call_php()
H A Dibase_query.c1298 static ISC_INT64 const scales[] = { 1, 10, 100, 1000, in _php_ibase_var_zval() local
1342 ISC_INT64 n = *(ISC_INT64 *) data, f = scales[-scale]; in _php_ibase_var_zval()
1361 zend_long f = (zend_long) scales[-scale]; in _php_ibase_var_zval()
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c337 static ISC_INT64 const scales[] = { 1, 10, 100, 1000, in firebird_stmt_get_col() local
354 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col()

Completed in 17 milliseconds