HomeSort by relevance Sort by last modified time
    Searched full:sub2 (Results 126 - 150 of 217) sorted by null

1 2 3 4 56 7 8 9

  /external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c 214 SUB2(zero, abs_diff0, zero, abs_diff1, abs_diff_neg0, abs_diff_neg1);
250 SUB2(zero, abs_diff0, zero, abs_diff1, abs_diff_neg0, abs_diff_neg1);
  /external/llvm/test/Transforms/LoopVectorize/
global_alias.ll 363 %sub2 = sub nsw i32 100, %4
364 %sub3 = sub nsw i32 %sub2, 1
415 %sub2 = sub nsw i32 100, %4
416 %sub3 = sub nsw i32 %sub2, 1
467 %sub2 = sub nsw i32 100, %4
468 %sub3 = sub nsw i32 %sub2, 10
749 %sub2 = sub nsw i32 100, %4
750 %sub3 = sub nsw i32 %sub2, 1
    [all...]
  /external/llvm/test/Transforms/SampleProfile/
remarks.ll 70 %sub2 = sub nsw i32 0, %7, !dbg !46
72 %mul = mul nsw i32 %sub2, %call, !dbg !48
  /external/python/cpython3/Lib/distutils/tests/
test_archive_util.py 130 'dist/sub', 'dist/sub/file3', 'dist/sub2')
141 os.mkdir(os.path.join(dist, 'sub2'))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_archive_util.py 97 os.mkdir(os.path.join(dist, 'sub2'))
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_devicetest.py 29 _SUB_DIR2 = "sub2"
  /external/llvm/lib/Target/AMDGPU/
R600RegisterInfo.td 23 let SubRegIndices = [sub0, sub1, sub2, sub3];
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 184 public static final int SUB2 = 1;
  /art/test/048-reflect-v8/
expected.txt 30 Annotations by type, defined by class UserSub2 with annotation Calendar: @Calendar(dayOfMonth=sub2, dayOfWeek=unspecified_week, hour=6)
45 Declared annotations by class class UserSub2, annotation interface Calendar: @Calendar(dayOfMonth=sub2, dayOfWeek=unspecified_week, hour=6)
62 Declared annnotations by type, defined by class UserSub2 with annotation Calendar: @Calendar(dayOfMonth=sub2, dayOfWeek=unspecified_week, hour=6)
  /external/clang/test/SemaObjC/
kindof.m 205 NSCellSub2 *sub2;
214 result = flag ? kindof_Sub : sub2;
219 result = flag ? sub2 : kindof_Sub;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-c674x.s     [all...]
  /art/compiler/optimizing/
bounds_check_elimination_test.cc 259 HInstruction* sub2 = new (GetAllocator()) HSub(DataType::Type::kInt32, sub1, constant_max_int); local
260 HInstruction* cmp2 = new (GetAllocator()) HLessThanOrEqual(sub2, constant_0);
263 block2->AddInstruction(sub2);
270 HBoundsCheck(sub2, array_length, 0);
    [all...]
  /external/autotest/client/bin/
site_sysinfo_unittest.py 30 self.existing_files_folder = ['', 'sub', 'sub/sub2']
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_devicetest.py 31 _SUB_DIR2 = "sub2"
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_txfm_msa.c 134 SUB2(stp34, stp25, stp33, stp22, in12, in11);
  /external/llvm/test/Analysis/DependenceAnalysis/
Coupled.ll 102 %sub2 = add nsw i64 %mul1, -6
103 %arrayidx3 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub2, i64 %sub
140 %sub2 = add nsw i64 %mul1, -6
141 %arrayidx3 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub2, i64 %sub
SymbolicSIV.ll 264 %sub2 = sub nsw i64 0, %i.03
265 %sub3 = sub i64 %sub2, %n
  /external/python/cpython2/Lib/distutils/tests/
test_archive_util.py 114 os.mkdir(os.path.join(dist, 'sub2'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 114 os.mkdir(os.path.join(dist, 'sub2'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 114 os.mkdir(os.path.join(dist, 'sub2'))
  /external/python/cpython3/Lib/test/
test_os.py 854 # SUB2/ a file kid and a dirsymlink kid
867 sub2_path = join(self.walk_path, "SUB2")
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
ClassPathTest.java 153 ClassLoader sub2 = new ClassLoader(parent) {}; local
155 findClass(ClassPath.from(sub2).getTopLevelClasses(), ClassPathTest.class));
  /external/llvm/test/Transforms/InstCombine/
icmp.ll     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java 1069 ArrayList sub2 = new ArrayList(); local
1178 ArrayList sub2 = new ArrayList(); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 598 public int compare(Integer sub1, Integer sub2) {
600 int slotId2 = SubscriptionController.getInstance().getSlotIndex(sub2);
    [all...]

Completed in 1410 milliseconds

1 2 3 4 56 7 8 9