| /PHP_TRUNK/ext/intl/collator/ |
| H A D | collator_convert.c | 357 ZVAL_DOUBLE( num, Z_LVAL_P( num ) );
|
| /PHP_TRUNK/ext/intl/dateformat/ |
| H A D | dateformat_parse.c | 58 ZVAL_DOUBLE(return_value, result<0?ceil(result):floor(result));
|
| /PHP_TRUNK/ext/intl/msgformat/ |
| H A D | msgformat_helpers.cpp | 660 ZVAL_DOUBLE((*args)[i], aDate); 664 ZVAL_DOUBLE((*args)[i], (double)fargs[i].getDouble()); 674 ZVAL_DOUBLE((*args)[i], (double)aInt64);
|
| /PHP_TRUNK/ext/json/ |
| H A D | JSON_parser.c | 336 ZVAL_DOUBLE(*z, zend_strtod(buf->c, NULL));
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_variant.c | 205 ZVAL_DOUBLE(z, (double)V_R4(v)); 208 ZVAL_DOUBLE(z, V_R8(v));
|
| /PHP_TRUNK/ext/dom/ |
| H A D | xpath.c | 133 ZVAL_DOUBLE(args[i], obj->floatval);
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | ibase_query.c | 1374 ZVAL_DOUBLE(val, *(float *) data); 1377 ZVAL_DOUBLE(val, *(double *) data);
|
| H A D | php_ibase_udf.c | 239 ZVAL_DOUBLE(argp[i], 248 ZVAL_DOUBLE(argp[i], 259 ZVAL_DOUBLE(argp[i], ((double)l)/scales[-argv[i]->dsc_scale]); 264 ZVAL_DOUBLE(argp[i], *(float*)argv[i]->dsc_address); 268 ZVAL_DOUBLE(argp[i], *(double*)argv[i]->dsc_address);
|
| /PHP_TRUNK/ext/mssql/ |
| H A D | php_mssql.c | 961 ZVAL_DOUBLE(result, (double) floatcol4(offset)); 968 ZVAL_DOUBLE(result, res_buf); 972 ZVAL_DOUBLE(result, (double) floatcol8(offset));
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8_collection.c | 555 ZVAL_DOUBLE(*result_element, double_number);
|
| H A D | oci8_statement.c | 919 ZVAL_DOUBLE(*entry, ((double *)(bind->array.elements))[i]);
|
| /PHP_TRUNK/ext/pdo_sqlite/ |
| H A D | sqlite_driver.c | 367 ZVAL_DOUBLE(*zargs[i + is_agg], sqlite3_value_double(argv[i]));
|
| /PHP_TRUNK/ext/standard/ |
| H A D | math.c | 890 ZVAL_DOUBLE(ret, fnum);
|
| H A D | scanf.c | 1187 ZVAL_DOUBLE(*current, dvalue);
|
| H A D | var_unserializer.c | 988 ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL)); 1056 ZVAL_DOUBLE(*rval, php_get_nan()); 1058 ZVAL_DOUBLE(*rval, php_get_inf()); 1060 ZVAL_DOUBLE(*rval, -php_get_inf());
|
| H A D | var_unserializer.re | 530 ZVAL_DOUBLE(*rval, php_get_nan()); 532 ZVAL_DOUBLE(*rval, php_get_inf()); 534 ZVAL_DOUBLE(*rval, -php_get_inf()); 546 ZVAL_DOUBLE(*rval, zend_strtod((const char *)start + 2, NULL));
|
| /PHP_TRUNK/ext/tidy/ |
| H A D | tidy.c | 756 ZVAL_DOUBLE(out, 0); 789 ZVAL_DOUBLE(out, 0);
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_ps_codec.c | 180 ZVAL_DOUBLE(zv, value); 195 ZVAL_DOUBLE(zv, value);
|
| /PHP_TRUNK/ext/sqlite3/ |
| H A D | sqlite3.c | 587 ZVAL_DOUBLE(data, sqlite3_column_double(stmt, column)); 741 ZVAL_DOUBLE(*zargs[i + is_agg], sqlite3_value_double(argv[i]));
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 5398 ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); 5444 ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); 5494 ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); 5532 ZVAL_DOUBLE(new_val, Z_DVAL_PP(val)); 5789 ZVAL_DOUBLE(new_val, Z_DVAL_PP(val));
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_operators.c | 475 ZVAL_DOUBLE(op, retval); 824 ZVAL_DOUBLE(result, (double) Z_LVAL_P(op1) + (double) Z_LVAL_P(op2)); 832 ZVAL_DOUBLE(result, ((double)Z_LVAL_P(op1)) + Z_DVAL_P(op2)); 836 ZVAL_DOUBLE(result, Z_DVAL_P(op1) + ((double)Z_LVAL_P(op2))); 840 ZVAL_DOUBLE(result, Z_DVAL_P(op1) + Z_DVAL_P(op2)); 886 ZVAL_DOUBLE(result, (double) Z_LVAL_P(op1) - (double) Z_LVAL_P(op2)); 894 ZVAL_DOUBLE(result, ((double)Z_LVAL_P(op1)) - Z_DVAL_P(op2)); 898 ZVAL_DOUBLE(result, Z_DVAL_P(op1) - ((double)Z_LVAL_P(op2))); 902 ZVAL_DOUBLE(result, Z_DVAL_P(op1) - Z_DVAL_P(op2)); 935 ZVAL_DOUBLE(resul [all...] |
| H A D | zend_API.c | 1274 ZVAL_DOUBLE(tmp, d); 1357 ZVAL_DOUBLE(tmp, d); 1440 ZVAL_DOUBLE(tmp, d); 1512 ZVAL_DOUBLE(tmp, d); 1652 ZVAL_DOUBLE(tmp, d); 3569 ZVAL_DOUBLE(property, value); 3667 ZVAL_DOUBLE(constant, value); 3762 ZVAL_DOUBLE(tmp, value); 3871 ZVAL_DOUBLE(tmp, value);
|
| H A D | zend_API.h | 568 #define ZVAL_DOUBLE(z, d) { \ macro 621 #define RETVAL_DOUBLE(d) ZVAL_DOUBLE(return_value, d) 672 ZVAL_DOUBLE(var, v); \
|
| H A D | zend_object_handlers.c | 1580 ZVAL_DOUBLE(writeobj, 1);
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_encoding.c | 1045 ZVAL_DOUBLE(ret, php_get_nan()); 1047 ZVAL_DOUBLE(ret, php_get_inf()); 1049 ZVAL_DOUBLE(ret, -php_get_inf());
|