Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 204) sorted by relevance

123456789

/art/test/661-checker-simd-reduc/src/
DMain.java31 private static byte reductionByte(byte[] x) { in reductionByte()
39 private static short reductionShort(short[] x) { in reductionShort()
47 private static char reductionChar(char[] x) { in reductionChar()
116 private static int reductionInt(int[] x) { in reductionInt()
202 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in reductionIntChain() local
260 private static int reductionIntToLoop(int[] x) { in reductionIntToLoop()
307 private static long reductionLong(long[] x) { in reductionLong()
315 private static byte reductionByteM1(byte[] x) { in reductionByteM1()
323 private static short reductionShortM1(short[] x) { in reductionShortM1()
331 private static char reductionCharM1(char[] x) { in reductionCharM1()
[all …]
/art/test/530-checker-loops1/src/
DMain.java34 private static int linear(int[] x) { in linear()
48 private static int linearDown(int[] x) { in linearDown()
62 private static int linearObscure(int[] x) { in linearObscure()
77 private static int linearVeryObscure(int[] x) { in linearVeryObscure()
109 private static int linearWhile(int[] x) { in linearWhile()
124 private static int linearThreeWayPhi(int[] x) { in linearThreeWayPhi()
142 private static int linearFourWayPhi(int[] x) { in linearFourWayPhi()
164 private static int wrapAroundThenLinear(int[] x) { in wrapAroundThenLinear()
181 private static int wrapAroundThenLinearThreeWayPhi(int[] x) { in wrapAroundThenLinearThreeWayPhi()
203 int[] x = new int[n]; in linearWithParameter() local
[all …]
/art/test/567-checker-builder-intrinsics/src/
DTestCompare.java30 public static void $opt$noinline$testReplaceInputWithItself(int x) { in $opt$noinline$testReplaceInputWithItself()
52 private static int compareBooleans(boolean x, boolean y) { in compareBooleans()
89 private static int compareBooleans2(boolean x, boolean y) { in compareBooleans2()
114 private static int compareBytes(byte x, byte y) { in compareBytes()
125 private static int compareShorts(short x, short y) { in compareShorts()
136 private static int compareChars(char x, char y) { in compareChars()
147 private static int compareInts(int x, int y) { in compareInts()
158 private static int compareLongs(long x, long y) { in compareLongs()
170 public static int compareByteShort(byte x, short y) { in compareByteShort()
181 public static int compareByteChar(byte x, char y) { in compareByteChar()
[all …]
DTestSignum.java26 private static int signByte(byte x) { in signByte()
37 private static int signShort(short x) { in signShort()
48 private static int signChar(char x) { in signChar()
59 private static int signInt(int x) { in signInt()
70 private static int signLong(long x) { in signLong()
104 private static int signBoolean(boolean x) { in signBoolean()
/art/test/474-checker-boolean-input/src/
DMain.java37 public static boolean InlinePhi(int x) { in InlinePhi()
41 public static boolean TestPhiAsBoolean(int x) { in TestPhiAsBoolean()
54 public static boolean InlineAnd(boolean x, boolean y) { in InlineAnd()
58 public static boolean TestAndAsBoolean(boolean x, boolean y) { in TestAndAsBoolean()
71 public static boolean InlineOr(boolean x, boolean y) { in InlineOr()
75 public static boolean TestOrAsBoolean(boolean x, boolean y) { in TestOrAsBoolean()
88 public static boolean InlineXor(boolean x, boolean y) { in InlineXor()
92 public static boolean TestXorAsBoolean(boolean x, boolean y) { in TestXorAsBoolean()
/art/test/570-checker-select/src/
DMain.java37 public static int $noinline$BoolCond_IntVarVar(boolean cond, int x, int y) { in $noinline$BoolCond_IntVarVar()
59 public static int $noinline$BoolCond_IntVarCst(boolean cond, int x) { in $noinline$BoolCond_IntVarCst()
104 public static long $noinline$BoolCond_LongVarVar(boolean cond, long x, long y) { in $noinline$BoolCond_LongVarVar()
127 public static long $noinline$BoolCond_LongVarCst(boolean cond, long x) { in $noinline$BoolCond_LongVarCst()
162 public static float $noinline$BoolCond_FloatVarVar(boolean cond, float x, float y) { in $noinline$BoolCond_FloatVarVar()
174 public static float $noinline$BoolCond_FloatVarCst(boolean cond, float x) { in $noinline$BoolCond_FloatVarCst()
209 public static int $noinline$IntNonmatCond_IntVarVar(int a, int b, int x, int y) { in $noinline$IntNonmatCond_IntVarVar()
235 public static int $noinline$IntMatCond_IntVarVar(int a, int b, int x, int y) { in $noinline$IntMatCond_IntVarVar()
260 public static long $noinline$IntNonmatCond_LongVarVar(int a, int b, long x, long y) { in $noinline$IntNonmatCond_LongVarVar()
293 public static long $noinline$IntMatCond_LongVarVar(int a, int b, long x, long y) { in $noinline$IntMatCond_LongVarVar()
[all …]
/art/test/463-checker-boolean-simplifier/src-art/
DMain.java61 public static boolean GreaterThan(int x, int y) { in GreaterThan()
89 public static boolean LessThan(int x, int y) { in LessThan()
105 public static int SimpleTrueBlock(boolean x, int y) { in SimpleTrueBlock()
121 public static int SimpleFalseBlock(boolean x, int y) { in SimpleFalseBlock()
139 public static int SimpleBothBlocks(boolean x, int y, int z) { in SimpleBothBlocks()
153 public static int ThreeBlocks(boolean x, boolean y) { in ThreeBlocks()
176 public int TrueBlockWithTooManyInstructions(boolean x) { in TrueBlockWithTooManyInstructions()
193 public int FalseBlockWithTooManyInstructions(boolean x) { in FalseBlockWithTooManyInstructions()
209 public int TrueBlockWithSideEffects(boolean x) { in TrueBlockWithSideEffects()
225 public int FalseBlockWithSideEffects(boolean x) { in FalseBlockWithSideEffects()
/art/test/564-checker-bitcount/src/
DMain.java27 private static int $noinline$BitCountBoolean(boolean x) { in $noinline$BitCountBoolean()
35 private static int $noinline$BitCountByte(byte x) { in $noinline$BitCountByte()
43 private static int $noinline$BitCountShort(short x) { in $noinline$BitCountShort()
51 private static int $noinline$BitCountChar(char x) { in $noinline$BitCountChar()
59 private static int $noinline$BitCountInt(int x) { in $noinline$BitCountInt()
67 private static int $noinline$BitCountLong(long x) { in $noinline$BitCountLong()
/art/test/530-checker-loops2/src/
DMain.java54 int[] x = { 1, 3 }; in periodicIdiom() local
72 int[] x = { 1, 3 }; in periodicSequence2() local
96 int[] x = { 1, 3, 5, 7 }; in periodicSequence4() local
121 int[] x = { 1, 3 }; in periodicXorSequence() local
139 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justRightUp1() local
154 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justRightUp2() local
169 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justRightUp3() local
186 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justOOBUp() local
202 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justRightDown1() local
217 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justRightDown2() local
[all …]
/art/test/480-checker-dead-blocks/src/
DMain.java53 public static int testTrueBranch(int x, int y) { in testTrueBranch()
85 public static int testFalseBranch(int x, int y) { in testFalseBranch()
103 public static int testRemoveLoop(int x) { in testRemoveLoop()
120 public static int testInfiniteLoop(int x) { in testInfiniteLoop()
139 public static int testDeadLoop(int x) { in testDeadLoop()
159 public static int testUpdateLoopInformation(int x) { in testUpdateLoopInformation()
179 public static int testRemoveSuspendCheck(int x, int y) { in testRemoveSuspendCheck()
/art/test/660-checker-sad/src/
DSadChar.java29 static int sad1(char x, char y) { in sad1()
40 static int sad2(char x, char y) { in sad2()
53 static int sad3(char x, char y) { in sad3()
65 static int sad3Alt(char x, char y) { in sad3Alt()
77 static long sadL1(char x, char y) { in sadL1()
90 static long sadL2(char x, char y) { in sadL2()
103 static long sadL3(char x, char y) { in sadL3()
115 static long sadL3Alt(char x, char y) { in sadL3Alt()
138 char x = interesting[i]; in main() local
DSadShort.java29 static int sad1(short x, short y) { in sad1()
40 static int sad2(short x, short y) { in sad2()
53 static int sad3(short x, short y) { in sad3()
65 static int sad3Alt(short x, short y) { in sad3Alt()
77 static long sadL1(short x, short y) { in sadL1()
90 static long sadL2(short x, short y) { in sadL2()
103 static long sadL3(short x, short y) { in sadL3()
115 static long sadL3Alt(short x, short y) { in sadL3Alt()
138 short x = interesting[i]; in main() local
DSadInt.java34 static int sad1(int x, int y) { in sad1()
45 static int sad2(int x, int y) { in sad2()
58 static int sad3(int x, int y) { in sad3()
70 static int sad3Alt(int x, int y) { in sad3Alt()
82 static long sadL1(int x, int y) { in sadL1()
95 static long sadL2(int x, int y) { in sadL2()
108 static long sadL3(int x, int y) { in sadL3()
120 static long sadL3Alt(int x, int y) { in sadL3Alt()
137 int x = interesting[i]; in main() local
DSadByte.java29 static int sad1(byte x, byte y) { in sad1()
40 static int sad2(byte x, byte y) { in sad2()
53 static int sad3(byte x, byte y) { in sad3()
65 static int sad3Alt(byte x, byte y) { in sad3Alt()
77 static long sadL1(byte x, byte y) { in sadL1()
90 static long sadL2(byte x, byte y) { in sadL2()
103 static long sadL3(byte x, byte y) { in sadL3()
115 static long sadL3Alt(byte x, byte y) { in sadL3Alt()
DSadLong.java34 static long sad1(long x, long y) { in sad1()
45 static long sad2(long x, long y) { in sad2()
58 static long sad3(long x, long y) { in sad3()
70 static long sad3Alt(long x, long y) { in sad3Alt()
93 long x = interesting[i]; in main() local
/art/test/620-checker-bce-intrinsics/src/
DMain.java30 int x = 0; in oneArray() local
44 int x = 0; in oneArrayAbs() local
60 int x = 0; in twoArrays() local
76 int x = 0; in threeArrays() local
93 int x = 0; in fourArrays() local
110 int x = 0; in oneArrayWithCleanup() local
132 int x = 0; in twoArraysWithCleanup() local
155 int x = 0; in threeArraysWithCleanup() local
174 int x = 0; in altLoopLogic() local
190 int x = 0; in hiddenMin() local
[all …]
/art/test/665-checker-simd-zero/src/
DMain.java42 private static void zeroz(boolean[] x) { in zeroz()
68 private static void zerob(byte[] x) { in zerob()
94 private static void zeroc(char[] x) { in zeroc()
120 private static void zeros(short[] x) { in zeros()
146 private static void zeroi(int[] x) { in zeroi()
172 private static void zerol(long[] x) { in zerol()
198 private static void zerof(float[] x) { in zerof()
224 private static void zerod(double[] x) { in zerod()
/art/test/HiddenApi/
DMain.java21 void imethod(long x) {} in imethod()
22 public static void smethod(Object x) {} in smethod()
24 public native void inmethod(char x); in inmethod()
25 protected native static void snmethod(Integer x); in snmethod()
/art/test/702-LargeBranchOffset/src/
DMain.java.in17 #define DO_2_TIMES(x) x x argument
18 #define DO_4_TIMES(x) DO_2_TIMES(DO_2_TIMES(x)) argument
19 #define DO_16_TIMES(x) DO_4_TIMES(DO_4_TIMES(x)) argument
20 #define DO_256_TIMES(x) DO_16_TIMES(DO_16_TIMES(x)) argument
21 #define DO_512_TIMES(x) DO_256_TIMES(DO_2_TIMES(x)) argument
/art/test/645-checker-abs-simd/src/
DMain.java65 private static void doitByte(byte[] x) { in doitByte()
76 private static void doitChar(char[] x) { in doitChar()
119 private static void doitShort(short[] x) { in doitShort()
151 private static void doitCastedChar(char[] x) { in doitCastedChar()
193 private static void doitInt(int[] x) { in doitInt()
225 private static void doitLong(long[] x) { in doitLong()
257 private static void doitFloat(float[] x) { in doitFloat()
289 private static void doitDouble(double[] x) { in doitDouble()
/art/test/568-checker-onebit/src/
DMain.java22 private static int hi32(int x) { in hi32()
29 private static int lo32(int x) { in lo32()
36 private static long hi64(long x) { in hi64()
43 private static long lo64(long x) { in lo64()
/art/test/552-checker-x86-avx2-bit-manipulation/src/
DMain.java49 public static long and_not_64( long x, long y) { in and_not_64()
80 public static int and_not_32( int x, int y) { in and_not_32()
124 public static int reset_lowest_set_bit_32(int x) { in reset_lowest_set_bit_32()
163 public static long reset_lowest_set_bit_64(long x) { in reset_lowest_set_bit_64()
192 public static int get_mask_lowest_set_bit_32(int x) { in get_mask_lowest_set_bit_32()
208 public static long get_mask_lowest_set_bit_64(long x) { in get_mask_lowest_set_bit_64()
213 int x = 50; in main() local
/art/test/674-hiddenapi/src/
DParentClass.java141 public ParentClass(int x, short y) {} in ParentClass()
142 ParentClass(float x, short y) {} in ParentClass()
143 protected ParentClass(long x, short y) {} in ParentClass()
144 private ParentClass(double x, short y) {} in ParentClass()
147 public ParentClass(int x, boolean y) {} in ParentClass()
148 ParentClass(float x, boolean y) {} in ParentClass()
149 protected ParentClass(long x, boolean y) {} in ParentClass()
150 private ParentClass(double x, boolean y) {} in ParentClass()
153 public ParentClass(int x, byte y) {} in ParentClass()
154 ParentClass(float x, byte y) {} in ParentClass()
[all …]
/art/test/409-materialized-condition/src/
DMain.java53 public static boolean $noinline$intEq0(int x) { in $noinline$intEq0()
57 public static boolean $noinline$intNe0(int x) { in $noinline$intNe0()
61 public static boolean $noinline$longEq0(long x) { in $noinline$longEq0()
65 public static boolean $noinline$longNe0(long x) { in $noinline$longNe0()
69 public static boolean $noinline$longEqCst(long x) { in $noinline$longEqCst()
73 public static boolean $noinline$longNeCst(long x) { in $noinline$longNeCst()
/art/libartbase/base/
Dbit_utils.h47 constexpr int CLZ(T x) { in CLZ()
62 constexpr int JAVASTYLE_CLZ(T x) { in JAVASTYLE_CLZ()
69 constexpr int CTZ(T x) { in CTZ()
81 constexpr int JAVASTYLE_CTZ(T x) { in JAVASTYLE_CTZ()
89 constexpr int POPCOUNT(T x) { in POPCOUNT()
95 constexpr T BSWAP(T x) { in BSWAP()
129 constexpr T RoundUpToPowerOfTwo(T x) { in RoundUpToPowerOfTwo()
145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo()
152 constexpr int WhichPowerOf2(T x) { in WhichPowerOf2()
165 constexpr T RoundDown(T x, typename Identity<T>::type n) { in RoundDown()
[all …]

123456789