Home
last modified time | relevance | path

Searched refs:testA (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/expansion/
H A Dtestif.tex4 \def\testA{foo}
12 Test Macros testA and testB (True) : \ifx\testA\testB True \else False\fi.
14 Test Macros testA and testC (False) : \ifx\testA\testC True \else False\fi.
17 \ifx\testA\testB True \ifx\testA\testC True \else False\fi \else False \ifx\testA\testC True \else …
19 \ifx\testA\testC True \ifx\testA\testB True \else False\fi \else False \ifx\testA\testB True \else …
23 \ifx\testA\testB True \ifx\testA\testC True \else False\endif \else False\ifx\testA\testC True \els…
27 \ifx\testA\testB True \ifx\testA\testC True \otherwise False\endif \otherwise False\ifx\testA\testC…
53 Test f and testA \if f\testA True\else False\fi
66 \def\testifx{T\ifx\testA\testB T\else F\fi}
68 Test ifx testA testB \testifx
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/find_program/
H A DNO_CACHE-stdout.txt1 -- PROG_A='.+/Tests/RunCMake/find_program/A/testA'
7 -- CACHED PROG_cache='testA'
8 -- PROG_cache='testA'
9 -- CACHED PROG_cache='testA'
10 -- PROG_cache='testA'
15 -- CACHED PROG_cache='testA'
16 -- PROG_cache='testA'
17 -- CACHED PROG_cache='testA'
18 -- PROG_cache='.+/Tests/RunCMake/find_program/NO_CACHE-build/testA'
/dports/devel/p5-Declare-Constraints-Simple/Declare-Constraints-Simple-0.03/t/
H A D03-constraints-oo.t18 my $testA = bless {} => 'TestA';
22 [IsA(qw(TestNone TestA)), $testA, 1, 'IsA multiple true'],
23 [IsA('TestB'), $testA, 0, 'IsA false'],
25 [IsA(), $testA, 0, 'IsA empty'],
37 [IsObject, $testA, 1, 'IsObject true'],
39 [HasMethods(qw(foo)), $testA, 1, 'HasMethods true'],
40 [HasMethods(qw(foo bar)), $testA, 1, 'HasMethods multiple true'],
41 [HasMethods(qw(foo baz)), $testA, 0, 'HasMethods half false'],
42 [HasMethods(qw(baz)), $testA, 0, 'HasMethods all false'],
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigByteParams01.java38 …sum += testA((byte) 0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
39 …sum += testA((byte) 1, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
40 …sum += testA((byte) 2, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
41 …sum += testA((byte) 3, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
42 …sum += testA((byte) 4, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
43 …sum += testA((byte) 5, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
44 …sum += testA((byte) 6, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
45 …sum += testA((byte) 7, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
46 …sum += testA((byte) 8, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
59 …sum += testA(i, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (b… in test()
[all …]
H A DBigIntParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
H A DBigFloatParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
H A DBigShortParams01.java38 …sum += testA((short) 0, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
39 …sum += testA((short) 1, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
40 …sum += testA((short) 2, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
41 …sum += testA((short) 3, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
42 …sum += testA((short) 4, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
43 …sum += testA((short) 5, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
44 …sum += testA((short) 6, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
45 …sum += testA((short) 7, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
46 …sum += testA((short) 8, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
59 …sum += testA(i, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (shor… in test()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigIntParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
H A DBigShortParams01.java38 …sum += testA((short) 0, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
39 …sum += testA((short) 1, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
40 …sum += testA((short) 2, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
41 …sum += testA((short) 3, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
42 …sum += testA((short) 4, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
43 …sum += testA((short) 5, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
44 …sum += testA((short) 6, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
45 …sum += testA((short) 7, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
46 …sum += testA((short) 8, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
59 …sum += testA(i, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (shor… in test()
[all …]
H A DBigByteParams01.java38 …sum += testA((byte) 0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
39 …sum += testA((byte) 1, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
40 …sum += testA((byte) 2, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
41 …sum += testA((byte) 3, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
42 …sum += testA((byte) 4, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
43 …sum += testA((byte) 5, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
44 …sum += testA((byte) 6, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
45 …sum += testA((byte) 7, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
46 …sum += testA((byte) 8, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
59 …sum += testA(i, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (b… in test()
[all …]
H A DBigFloatParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigFloatParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
H A DBigIntParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
H A DBigByteParams01.java38 …sum += testA((byte) 0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
39 …sum += testA((byte) 1, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
40 …sum += testA((byte) 2, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
41 …sum += testA((byte) 3, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
42 …sum += testA((byte) 4, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
43 …sum += testA((byte) 5, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
44 …sum += testA((byte) 6, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
45 …sum += testA((byte) 7, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
46 …sum += testA((byte) 8, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
59 …sum += testA(i, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (b… in test()
[all …]
H A DBigShortParams01.java38 …sum += testA((short) 0, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
39 …sum += testA((short) 1, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
40 …sum += testA((short) 2, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
41 …sum += testA((short) 3, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
42 …sum += testA((short) 4, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
43 …sum += testA((short) 5, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
44 …sum += testA((short) 6, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
45 …sum += testA((short) 7, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
46 …sum += testA((short) 8, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
59 …sum += testA(i, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (shor… in test()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigIntParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
H A DBigShortParams01.java38 …sum += testA((short) 0, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
39 …sum += testA((short) 1, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
40 …sum += testA((short) 2, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
41 …sum += testA((short) 3, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
42 …sum += testA((short) 4, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
43 …sum += testA((short) 5, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
44 …sum += testA((short) 6, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
45 …sum += testA((short) 7, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
46 …sum += testA((short) 8, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
59 …sum += testA(i, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (shor… in test()
[all …]
H A DBigByteParams01.java38 …sum += testA((byte) 0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
39 …sum += testA((byte) 1, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
40 …sum += testA((byte) 2, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
41 …sum += testA((byte) 3, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
42 …sum += testA((byte) 4, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
43 …sum += testA((byte) 5, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
44 …sum += testA((byte) 6, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
45 …sum += testA((byte) 7, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
46 …sum += testA((byte) 8, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
59 …sum += testA(i, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (b… in test()
[all …]
H A DBigFloatParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigByteParams01.java38 …sum += testA((byte) 0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
39 …sum += testA((byte) 1, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
40 …sum += testA((byte) 2, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
41 …sum += testA((byte) 3, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
42 …sum += testA((byte) 4, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
43 …sum += testA((byte) 5, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
44 …sum += testA((byte) 6, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
45 …sum += testA((byte) 7, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
46 …sum += testA((byte) 8, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
59 …sum += testA(i, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (b… in test()
[all …]
H A DBigShortParams01.java38 …sum += testA((short) 0, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
39 …sum += testA((short) 1, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
40 …sum += testA((short) 2, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
41 …sum += testA((short) 3, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
42 …sum += testA((short) 4, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
43 …sum += testA((short) 5, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
44 …sum += testA((short) 6, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
45 …sum += testA((short) 7, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
46 …sum += testA((short) 8, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
59 …sum += testA(i, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (shor… in test()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigFloatParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
H A DBigIntParams01.java38 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
39 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
40 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
41 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
42 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
43 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
44 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
45 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
46 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
59 sum += testA(i, 1, 2, 3, 4, 5, 6, 7, 8, 9); in test()
[all …]
H A DBigByteParams01.java38 …sum += testA((byte) 0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
39 …sum += testA((byte) 1, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
40 …sum += testA((byte) 2, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
41 …sum += testA((byte) 3, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
42 …sum += testA((byte) 4, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
43 …sum += testA((byte) 5, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
44 …sum += testA((byte) 6, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
45 …sum += testA((byte) 7, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
46 …sum += testA((byte) 8, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte… in test()
59 …sum += testA(i, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (b… in test()
[all …]
H A DBigShortParams01.java38 …sum += testA((short) 0, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
39 …sum += testA((short) 1, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
40 …sum += testA((short) 2, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
41 …sum += testA((short) 3, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
42 …sum += testA((short) 4, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
43 …sum += testA((short) 5, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
44 …sum += testA((short) 6, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
45 …sum += testA((short) 7, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
46 …sum += testA((short) 8, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) … in test()
59 …sum += testA(i, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (shor… in test()
[all …]

12345678910>>...29