Home
last modified time | relevance | path

Searched refs:ZVAL_DOUBLE (Results 1 – 25 of 49) sorted by relevance

12

/PHP-7.1/ext/interbase/
H A Dphp_ibase_udf.c236 ZVAL_DOUBLE(&args[i], in call_php()
245 ZVAL_DOUBLE(&args[i], in call_php()
256 ZVAL_DOUBLE(&args[i], ((double)l)/scales[-argv[i]->dsc_scale]); in call_php()
261 ZVAL_DOUBLE(&args[i], *(float*)argv[i]->dsc_address); in call_php()
265 ZVAL_DOUBLE(&args[i], *(double*)argv[i]->dsc_address); in call_php()
/PHP-7.1/Zend/
H A Dzend_operators.c373 ZVAL_DOUBLE(op, 0.0); in convert_to_double()
376 ZVAL_DOUBLE(op, 1.0); in convert_to_double()
381 ZVAL_DOUBLE(op, d); in convert_to_double()
385 ZVAL_DOUBLE(op, (double) Z_LVAL_P(op)); in convert_to_double()
400 ZVAL_DOUBLE(op, tmp); in convert_to_double()
412 ZVAL_DOUBLE(op, 1.0); in convert_to_double()
1099 ZVAL_DOUBLE(result, dval * pow(l2, i)); in pow_function()
2372 ZVAL_DOUBLE(op1, d+1); in increment_function()
2379 ZVAL_DOUBLE(op1, dval+1); in increment_function()
2445 ZVAL_DOUBLE(op1, d-1); in decrement_function()
[all …]
H A Dzend_operators.h476 ZVAL_DOUBLE(op1, (double)ZEND_LONG_MAX + 1.0); in fast_long_increment_function()
514 ZVAL_DOUBLE(op1, (double)ZEND_LONG_MIN - 1.0); in fast_long_decrement_function()
581 ZVAL_DOUBLE(result, (double) Z_LVAL_P(op1) + (double) Z_LVAL_P(op2)); in fast_long_add_function()
595 ZVAL_DOUBLE(result, ((double)Z_LVAL_P(op1)) + Z_DVAL_P(op2)); in fast_add_function()
600 ZVAL_DOUBLE(result, Z_DVAL_P(op1) + Z_DVAL_P(op2)); in fast_add_function()
603 ZVAL_DOUBLE(result, Z_DVAL_P(op1) + ((double)Z_LVAL_P(op2))); in fast_add_function()
674 ZVAL_DOUBLE(result, (double) Z_LVAL_P(op1) - (double) Z_LVAL_P(op2)); in fast_long_sub_function()
H A Dzend_language_scanner.l1640 ZVAL_DOUBLE(zendlval, zend_bin_strtod(bin, (const char **)&end));
1666 ZVAL_DOUBLE(zendlval, zend_oct_strtod(yytext, (const char **)&end));
1668 ZVAL_DOUBLE(zendlval, zend_strtod(yytext, (const char **)&end));
1711 ZVAL_DOUBLE(zendlval, zend_hex_strtod(hex, (const char **)&end));
1742 ZVAL_DOUBLE(zendlval, zend_strtod(yytext, &end));
H A Dzend_ini_scanner.l166 ZVAL_DOUBLE(retval, dval); in convert_to_number()
H A Dzend_API.c1364 ZVAL_DOUBLE(&tmp, d); in add_assoc_double_ex()
1449 ZVAL_DOUBLE(&tmp, d); in add_index_double()
1527 ZVAL_DOUBLE(&tmp, d); in add_next_index_double()
1598 ZVAL_DOUBLE(&tmp, d); in add_get_index_double()
1734 ZVAL_DOUBLE(&tmp, d); in add_property_double_ex()
3729 ZVAL_DOUBLE(&property, value); in zend_declare_property_double()
3831 ZVAL_DOUBLE(&constant, value); in zend_declare_class_constant_double()
3935 ZVAL_DOUBLE(&tmp, value); in zend_update_property_double()
4039 ZVAL_DOUBLE(&tmp, value); in zend_update_static_property_double()
H A Dzend_constants.c203 ZVAL_DOUBLE(&c.value, dval); in zend_register_double_constant()
H A Dzend_vm_execute.h3369 ZVAL_DOUBLE(result, zval_get_double(expr));
4161 ZVAL_DOUBLE(result, Z_DVAL_P(op1) + Z_DVAL_P(op2));
4204 ZVAL_DOUBLE(result, Z_DVAL_P(op1) - Z_DVAL_P(op2));
4250 ZVAL_DOUBLE(result, Z_DVAL_P(op1) * Z_DVAL_P(op2));
12060 ZVAL_DOUBLE(result, Z_DVAL_P(op1) + Z_DVAL_P(op2));
12096 ZVAL_DOUBLE(result, Z_DVAL_P(op1) - Z_DVAL_P(op2));
12134 ZVAL_DOUBLE(result, Z_DVAL_P(op1) * Z_DVAL_P(op2));
12802 ZVAL_DOUBLE(result, zval_get_double(expr));
16382 ZVAL_DOUBLE(result, zval_get_double(expr));
35431 ZVAL_DOUBLE(result, zval_get_double(expr));
[all …]
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_stmt.c345 ZVAL_DOUBLE(zv, (double) (*(DBFLT4 *) data));
351 ZVAL_DOUBLE(zv, (double) (*(DBFLT8 *) data));
383 ZVAL_DOUBLE(zv, float_value);
/PHP-7.1/ext/intl/collator/
H A Dcollator_convert.c330 ZVAL_DOUBLE( num, Z_LVAL_P( num ) ); in collator_convert_string_to_double()
363 ZVAL_DOUBLE(rv, dval); in collator_convert_string_to_number_if_possible()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp678 ZVAL_DOUBLE(&(*args)[i], aDate); in umsg_parse_helper()
682 ZVAL_DOUBLE(&(*args)[i], (double)fargs[i].getDouble()); in umsg_parse_helper()
692 ZVAL_DOUBLE(&(*args)[i], (double)aInt64); in umsg_parse_helper()
/PHP-7.1/ext/opcache/Optimizer/
H A Ddfa_pass.c415 ZVAL_DOUBLE(&tmp, zval_get_double(zv)); in zend_dfa_optimize_op_array()
426 ZVAL_DOUBLE(&tmp, zval_get_double(zv)); in zend_dfa_optimize_op_array()
449 ZVAL_DOUBLE(&tmp, zval_get_double(zv)); in zend_dfa_optimize_op_array()
461 ZVAL_DOUBLE(&tmp, zval_get_double(zv)); in zend_dfa_optimize_op_array()
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_parse.c58 ZVAL_DOUBLE(return_value, result<0?ceil(result):floor(result)); in internal_parse_to_timestamp()
/PHP-7.1/ext/json/
H A Djson_scanner.re180 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
185 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
H A Djson_scanner.c321 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL)); in php_json_scan()
483 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL)); in php_json_scan()
/PHP-7.1/ext/standard/
H A Dvar_unserializer.c1061 ZVAL_DOUBLE(rval, zend_strtod((const char *)start + 2, NULL)); in php_var_unserialize_internal()
1450 ZVAL_DOUBLE(rval, php_get_nan()); in php_var_unserialize_internal()
1452 ZVAL_DOUBLE(rval, php_get_inf()); in php_var_unserialize_internal()
1454 ZVAL_DOUBLE(rval, -php_get_inf()); in php_var_unserialize_internal()
H A Dvar_unserializer.re708 ZVAL_DOUBLE(rval, php_get_nan());
710 ZVAL_DOUBLE(rval, php_get_inf());
712 ZVAL_DOUBLE(rval, -php_get_inf());
725 ZVAL_DOUBLE(rval, zend_strtod((const char *)start + 2, NULL));
H A Dscanf.c1175 ZVAL_DOUBLE(current, dvalue); in php_sscanf_internal()
/PHP-7.1/ext/filter/
H A Dlogical_filters.c408 ZVAL_DOUBLE(value, (double)lval); in php_filter_float()
415 ZVAL_DOUBLE(value, dval); in php_filter_float()
/PHP-7.1/ext/com_dotnet/
H A Dcom_variant.c231 ZVAL_DOUBLE(z, (double)V_R4(v)); in php_com_zval_from_variant()
234 ZVAL_DOUBLE(z, V_R8(v)); in php_com_zval_from_variant()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c190 ZVAL_DOUBLE(zv, dval); in ps_fetch_float()
203 ZVAL_DOUBLE(zv, value); in ps_fetch_double()
/PHP-7.1/ext/dom/
H A Dxpath.c128 ZVAL_DOUBLE(&fci.params[i], obj->floatval); in dom_xpath_ext_function_php()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp183 ZVAL_DOUBLE(arg, dval); in PHP_FUNCTION()
/PHP-7.1/ext/oci8/
H A Doci8_collection.c570 ZVAL_DOUBLE(result_element, double_number); in php_oci_collection_element_get()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c1007 ZVAL_DOUBLE(ret, lval); in to_zval_double()
1010 ZVAL_DOUBLE(ret, dval); in to_zval_double()
1014 ZVAL_DOUBLE(ret, php_get_nan()); in to_zval_double()
1016 ZVAL_DOUBLE(ret, php_get_inf()); in to_zval_double()
1018 ZVAL_DOUBLE(ret, -php_get_inf()); in to_zval_double()
1050 ZVAL_DOUBLE(ret, dval); in to_zval_long()
1099 ZVAL_DOUBLE(&tmp, zval_get_double(data)); in to_xml_double()

Completed in 207 milliseconds

12