Home
last modified time | relevance | path

Searched refs:fdiv (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/standard/tests/math/
H A Dfdiv.phpt2 fdiv() function
6 var_dump(fdiv(10, 3));
7 var_dump(fdiv(10., 3.));
8 var_dump(fdiv(-10., 2.5));
9 var_dump(fdiv(10., -2.5));
11 var_dump(fdiv(10., 0.));
12 var_dump(fdiv(10., -0.));
13 var_dump(fdiv(-10., 0.));
16 var_dump(fdiv(INF, 0.));
21 var_dump(fdiv(0., 0.));
[all …]
/php-src/Zend/tests/float_to_int/
H A Dexplicit_casts_should_not_warn.phpt15 fdiv(0, 0),
20 (string) fdiv(0, 0),
H A Dexplicit_casts_should_not_warn_32bit.phpt15 fdiv(0, 0),
20 (string) fdiv(0, 0),
H A Dunion_int_string_type_arg.phpt14 foo(fdiv(0, 0));
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_float_NAN_values.phpt8 $f1 = fdiv(0, 0);
11 $f2 = fdiv(10.0**400, 9.0**400);
H A Drange_step_errors.phpt46 var_dump( range(1.0, 7.0, fdiv(0, 0)) );
51 var_dump( range(1, 7, fdiv(0, 0)) );
56 var_dump( range('A', 'H', fdiv(0, 0)) );
/php-src/ext/standard/
H A Dmath.c1379 PHP_FUNCTION(fdiv) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3275 function fdiv(float $num1, float $num2): float {}
H A Dbasic_functions_arginfo.h2791 ZEND_FUNCTION(fdiv);
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2646 | ASM_FP_REG_REG_REG_OP fdiv, type, def_reg, op1_reg, op2_reg

Completed in 64 milliseconds