Home
last modified time | relevance | path

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

/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c178 static ISC_INT64 const scales[] = { 1, 10, 100, 1000, 10000, 100000, 1000000, 100000000, 1000000000, variable
238 ((double)*(short*)argv[i]->dsc_address)/scales[-argv[i]->dsc_scale]); in call_php()
247 ((double)*(ISC_LONG*)argv[i]->dsc_address)/scales[-argv[i]->dsc_scale]); in call_php()
257 ZVAL_DOUBLE(argp[i], ((double)l)/scales[-argv[i]->dsc_scale]); in call_php()
H A Dibase_query.c1296 static ISC_INT64 const scales[] = { 1, 10, 100, 1000, in _php_ibase_var_zval() local
1340 ISC_INT64 n = *(ISC_INT64 *) data, f = scales[-scale]; in _php_ibase_var_zval()
1359 long f = (long) scales[-scale]; in _php_ibase_var_zval()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c310 static ISC_INT64 const scales[] = { 1, 10, 100, 1000, in firebird_stmt_get_col() local
327 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col()

Completed in 16 milliseconds