Searched refs:shift2 (Results 1 - 13 of 13) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/optimize/
H A DVN_Long02.java42 return shift2(arg + 10);
61 public static long shift2(long x) { method in class:VN_Long02
H A DVN_Int02.java42 return shift2(arg + 10);
61 public static int shift2(int x) { method in class:VN_Int02
H A DReduce_IntShift02.java42 return shift2(arg + 192);
64 public static int shift2(int x) { method in class:Reduce_IntShift02
H A DReduce_IntShift01.java42 return shift2(arg + 10);
64 public static int shift2(int x) { method in class:Reduce_IntShift01
H A DReduce_LongShift02.java42 return shift2(arg + 192);
61 public static long shift2(long x) { method in class:Reduce_LongShift02
H A DReduce_LongShift01.java42 return shift2(arg + 10);
64 public static long shift2(long x) { method in class:Reduce_LongShift01
/openjdk9/jdk/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageConvCopyEdge_Bit.c90 mlib_s32 bitoff_end, test, shift1, shift2; local
207 shift2 = (8 - (bitoffs - bitoffd));
212 shift2 = bitoffd - bitoffs;
215 shift1 = 8 - shift2;
224 tmp = (s0 << shift1) | (s1 >> shift2);
234 tmp = (s0 << shift1) | (s1 >> shift2);
245 pd[i*img_strided + j] = (s0 << shift1) | (s1 >> shift2);
253 tmp = (s0 << shift1) | (s1 >> shift2);
272 tmp = (s0 << shift1) | (s1 >> shift2);
282 tmp = (s0 << shift1) | (s1 >> shift2);
[all...]
H A Dmlib_ImageConv_16ext.c956 x >>= shift2; \
967 mlib_s32 d0, d1, shift1, shift2; variable
982 shift2 = scale - shift1;
H A Dmlib_ImageConv_8ext.c941 x >>= shift2; \
952 mlib_s32 d0, d1, shift1, shift2; variable
967 shift2 = scale - shift1;
H A Dmlib_ImageConv_8nw.c860 x >>= shift2; \
875 mlib_s32 d0, d1, shift1, shift2; local
892 shift2 = scale - shift1;
H A Dmlib_ImageConv_16nw.c859 x >>= shift2; \
874 mlib_s32 d0, d1, shift1, shift2; local
891 shift2 = scale - shift1;
H A Dmlib_ImageConv_u16ext.c966 x >>= shift2; \
977 mlib_s32 d0, d1, shift1, shift2; variable
992 shift2 = scale - shift1;
H A Dmlib_ImageConv_u16nw.c859 x >>= shift2; \
874 mlib_s32 d0, d1, shift1, shift2; local
891 shift2 = scale - shift1;

Completed in 162 milliseconds