Home
last modified time | relevance | path

Searched refs:e1 (Results 26 – 50 of 58) sorted by relevance

123

/php-src/ext/standard/tests/math/
H A Dsqrt_variation.phpt17 2.345e1,
18 -2.345e1,
23 "2.345e1",
H A Dlog_basic.phpt9 2.345e1,
10 -2.345e1,
15 "2.345e1",
H A Dround_basic.phpt27 "2.1e1",
55 ...with precision 2.1e1-> float(123456789)
71 ...with precision 2.1e1-> float(123.456789)
87 ...with precision 2.1e1-> float(-4.5679123)
103 ...with precision 2.1e1-> float(12300)
119 ...with precision 2.1e1-> float(-4567)
135 ...with precision 2.1e1-> float(2311527)
151 ...with precision 2.1e1-> float(14680063)
167 ...with precision 2.1e1-> float(1.234567)
183 ...with precision 2.1e1-> float(234567890)
H A Dpow_basic.phpt15 2.345e1,
16 -2.345e1,
21 "2.345e1",
220 Base = 2.345e1
H A Dpow_basic_64bit.phpt15 2.345e1,
16 -2.345e1,
21 "2.345e1",
220 Base = 2.345e1
H A Dnumber_format_multichar.phpt13 "12.3456789e1",
H A Dnumber_format_basic.phpt17 "12.3456789e1",
/php-src/main/
H A Dphp_ticks.c44 struct st_tick_function *e1 = (struct st_tick_function *)elem1; in php_compare_tick_functions() local
46 return e1->func == e2->func && e1->arg == e2->arg; in php_compare_tick_functions()
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation19.phpt34 array(2e1, 2e-1, -2e1),
39 array(2e1, 2e-1, -2e1)
H A Dvprintf_variation19_64bit.phpt34 array(2e1, 2e-1, -2e1),
39 array(2e1, 2e-1, -2e1)
H A Dnumber_format_basic.phpt15 "12.3456789e1",
H A Dvprintf_variation17.phpt27 array(1e1, +1e2, -1e3, "1e2_"),
H A Dstrtolower.phpt279 e1 => e1
H A Dstrtoupper1.phpt282 e1 => e1
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dentity.phpt12 <!ENTITY e1 "e1">
16 <child>&e1;</child>
/php-src/ext/dom/tests/
H A DDOMNode_insertBefore.phpt15 $e1 = $dom->createElement("A");
22 $e2->parentNode->insertBefore($e1, $e2);
/php-src/ext/dom/tests/modern/spec/
H A DNode_isEqualNode_02.phpt10 $e1 = $dom->documentElement->appendChild($dom->createElement("foo1"));
11 $e1->after("\n");
H A DNode_isEqualNode_01.phpt10 $e1 = $dom->documentElement->appendChild($dom->createElementNS("urn:example1", "example:foo"));
11 $e1->after("\n");
/php-src/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt57 $e1 = $rcE->newInstanceArgs();
58 var_dump($e1);
H A DReflectionClass_newInstance_001.phpt60 $e1 = $rcE->newInstance();
61 var_dump($e1);
/php-src/ext/bcmath/tests/
H A Dstr2num_formatting.phpt26 echo bcadd("1e1", "2");
72 echo bccomp("1e1", "2");
/php-src/Zend/
H A Dzend_strtod.c1799 Long e, e1; local
1912 e1 = 10*e1 + n - 0x10;
1915 e1 = -e1;
1916 e += e1;
2842 e1 += nd - k;
2866 if (e1 > 0) {
2911 e1 >>= 4;
2912 for(j = 0; e1 > 1; j++, e1 >>= 1)
2932 e1 = -e1;
2941 for(j = 0; e1 > 0; j++, e1 >>= 1)
[all …]
/php-src/ext/ffi/tests/
H A D004.phpt11 enum _a {e1};
/php-src/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt84 "2e1",
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3486 v1=e1->u.nval;
3504 e1->u.nval=r;
3514 freeexp(fs,e1);
3519 freeexp(fs,e1);
3522 e1->k=VRELOCABLE;
3530 freeexp(fs,e1);
3537 e1->k=VJMP;
3588 *e1=*e2;
3594 *e1=*e2;
3600 freeexp(fs,e1);
[all …]

Completed in 83 milliseconds

123