/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_os.py | 394 # SUB1/ a file kid and a directory kid 403 sub1_path = join(walk_path, "SUB1") 430 # We can't know which order SUB1 and SUB2 will appear in. 431 # Not flipped: TESTFN, SUB1, SUB11, SUB2 432 # flipped: TESTFN, SUB2, SUB1, SUB11 433 flipped = all[0][1][0] != "SUB1" 435 self.assertEqual(all[0], (walk_path, ["SUB1", "SUB2"], ["tmp1"])) 444 # Don't descend into SUB1. 445 if 'SUB1' in dirs: 447 dirs.remove('SUB1') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_os.py | 394 # SUB1/ a file kid and a directory kid 403 sub1_path = join(walk_path, "SUB1") 430 # We can't know which order SUB1 and SUB2 will appear in. 431 # Not flipped: TESTFN, SUB1, SUB11, SUB2 432 # flipped: TESTFN, SUB2, SUB1, SUB11 433 flipped = all[0][1][0] != "SUB1" 435 self.assertEqual(all[0], (walk_path, ["SUB1", "SUB2"], ["tmp1"])) 444 # Don't descend into SUB1. 445 if 'SUB1' in dirs: 447 dirs.remove('SUB1') [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NFRule.java | 105 private NFSubstitution sub1 = null; field in class:NFRule 419 sub1 = extractSubstitution(owner, predecessor); 420 if (sub1 == null) { 540 if (sub1 != null) { 541 sub1.setDivisor(radix, exponent); 622 && Utility.objectEquals(sub1, that2.sub1) 681 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { 691 if (sub1 != null) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NFRule.java | 104 private NFSubstitution sub1 = null; field in class:NFRule 418 sub1 = extractSubstitution(owner, predecessor); 419 if (sub1 == null) { 539 if (sub1 != null) { 540 sub1.setDivisor(radix, exponent); 621 && Utility.objectEquals(sub1, that2.sub1) 680 if (ruleText.startsWith(" ") && (sub1 == null || sub1.getPos() != 0)) { 690 if (sub1 != null) [all...] |
/external/llvm/lib/CodeGen/ |
RenameIndependentSubregs.cpp | 14 /// %vreg0:sub1 = ... 18 /// use %vreg0:sub1 19 /// sub0 and sub1 are never used together, and we have two independent sub0 22 /// %vreg1:sub1<read-undef> = ... 23 /// use %vreg1:sub1 24 /// %vreg2:sub1<read-undef> = ... 25 /// use %vreg2:sub1
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
intrapred_neon.c | 961 const int16x8_t sub1 = vreinterpretq_s16_u16( local 1018 const int16x8_t sub1 = vreinterpretq_s16_u16( local [all...] |
highbd_intrapred_neon.c | 995 const int16x8_t sub1 = vsubq_s16(above1, top_left); local 1055 const int16x8_t sub1 = vsubq_s16(above1, top_left); local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigDecimalTest.java | 743 BigDecimal sub1 = new BigDecimal("13948"); local 745 BigDecimal result = sub1.subtract(sub2); 749 BigDecimal result2 = sub2.subtract(sub1); 755 sub1 = new BigDecimal(value, 1); 757 result = sub1.subtract(sub2); 758 assertTrue("1234590.8 - 0 is wrong", result.equals(sub1)); 759 sub1 = new BigDecimal(1.234E-03); 761 result = sub1.subtract(sub2); 764 sub1 = new BigDecimal(1234.0123); 766 result = sub1.subtract(sub2) 775 BigDecimal sub1 = new BigDecimal("-29830.989"); local [all...] |
/art/test/458-checker-instruct-simplification/smali/ |
SmaliTests.smali | 252 ## CHECK-DAG: <<Sub1:i\d+>> Sub [<<ArgValue>>,<<Const9>>] 253 ## CHECK-DAG: <<Sub2:i\d+>> Sub [<<Sub1>>,<<Const10>>] 281 ## CHECK-DAG: <<Sub1:i\d+>> Sub [<<Const11>>,<<ArgValue>>] 282 ## CHECK-DAG: <<Sub2:i\d+>> Sub [<<Sub1>>,<<Const12>>] 308 ## CHECK-DAG: <<Sub1:i\d+>> Sub [<<ArgValue>>,<<Const16>>] 309 ## CHECK-DAG: <<Sub2:i\d+>> Sub [<<Const15>>,<<Sub1>>]
|
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.h | 45 /// E.g., REG_SEQUENCE vreg1:sub1, sub0, vreg2, sub1 would produce 47 /// - vreg1:sub1, sub0 48 /// - vreg2<:0>, sub1 61 /// E.g., EXTRACT_SUBREG vreg1:sub1, sub0, sub1 would produce: 62 /// - vreg1:sub1, sub0 75 /// E.g., INSERT_SUBREG vreg0:sub0, vreg1:sub1, sub3 would produce: 77 /// - InsertedReg: vreg1:sub1, sub3
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
Coupled.ll | 329 %sub1 = add nsw i64 %mul, -18 330 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub 366 %sub1 = add nsw i64 %mul, -18 367 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub 404 %sub1 = add nsw i64 %mul, -18 405 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub 442 %sub1 = add nsw i64 %mul, -18 443 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %sub 480 %sub1 = add nsw i64 %mul, -18 481 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %sub1, i64 %su [all...] |
/external/llvm/test/Transforms/LoopVectorize/ |
global_alias.ll | 357 %sub1 = sub nsw i32 %sub, 1 358 %arrayidx = getelementptr inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 2), i32 0, i32 %sub1 409 %sub1 = sub nsw i32 %sub, 10 410 %arrayidx = getelementptr inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 2), i32 0, i32 %sub1 461 %sub1 = sub nsw i32 %sub, 1 462 %arrayidx = getelementptr inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 2), i32 0, i32 %sub1 575 %sub1 = sub nsw i32 %sub, 1 578 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %arrayidx, i32 0, i32 %sub1 635 %sub1 = sub nsw i32 %sub, 1 639 %arrayidx2 = getelementptr inbounds [100 x i32], [100 x i32]* %arrayidx, i32 0, i32 %sub1 [all...] |
/external/llvm/test/CodeGen/AMDGPU/ |
local-memory-two-objects.ll | 47 ; SI-DAG: v_sub_i32_e32 [[SUB1:v[0-9]+]], vcc, 12, [[ADDRW]] 50 ; SI-DAG: ds_read_b32 v{{[0-9]+}}, [[SUB1]]
|
/external/llvm/test/CodeGen/SPARC/ |
LeonPreventRoundChangePassUT.ll | 36 %sub1 = fsub double -0.000000e+00, %mul 40 %cmp = fcmp une double %sub1, %mul2
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-sub-01.ll | 107 %sub1 = fsub float %sub0, %val1 108 %sub2 = fsub float %sub1, %val2
|
fp-sub-02.ll | 109 %sub1 = fsub double %sub0, %val1 110 %sub2 = fsub double %sub1, %val2
|
int-sub-04.ll | 129 %sub1 = sub i64 %sub0, %val1 130 %sub2 = sub i64 %sub1, %val2
|
/external/llvm/test/Transforms/Inline/ |
optimization-remarks.ll | 46 %sub1 = sub nsw i32 %2, 2 48 %call2 = call float @foz(i32 %sub1, i32 %3)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
atomic_add.ll | 5 define void @sub1(i32* nocapture %p, i32 %v) nounwind ssp { 7 ; CHECK: sub1:
|
/external/vulkan-validation-layers/libs/glm/detail/ |
intrinsic_geometric.inl | 129 __m128 sub1 = _mm_sub_ps(glm::detail::one, mul1); 130 __m128 mul2 = _mm_mul_ps(sub0, sub1);
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ |
intrinsic_geometric.inl | 129 __m128 sub1 = _mm_sub_ps(glm::detail::one, mul1); 130 __m128 mul2 = _mm_mul_ps(sub0, sub1);
|
/external/llvm/lib/Target/AMDGPU/ |
R600OptimizeVectorRegisters.cpp | 15 /// vreg5<def> = REG_SEQ vreg1, sub0, vreg2, sub1, vreg3, sub2, undef, sub3 17 /// vreg7<def> = REG_SEQ vreg1, sub0, vreg3, sub1, undef, sub2, vreg4, sub3 18 /// (swizzable Inst) vreg7, SwizzleMask : sub0, sub1, sub2, sub3 21 /// vreg5<def> = REG_SEQ vreg1, sub0, vreg2, sub1, vreg3, sub2, undef, sub3 24 /// (swizzable Inst) vreg7, SwizzleMask : sub0, sub2, sub1, sub3
|
SIInstrInfo.cpp | 352 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, 366 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, 376 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, 384 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, 388 AMDGPU::sub0, AMDGPU::sub1, 859 unsigned DstHi = RI.getSubReg(Dst, AMDGPU::sub1); 878 .addReg(RI.getSubReg(SrcOp.getReg(), AMDGPU::sub1)) 888 unsigned DstHi = RI.getSubReg(Dst, AMDGPU::sub1); 899 .addReg(RI.getSubReg(Src0, AMDGPU::sub1)) 900 .addReg(RI.getSubReg(Src1, AMDGPU::sub1)) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
regex_tests.py | 266 ('\\([^/]*/\\)*sub1/', 'd:msgs/tdir/sub1/trial/away.cpp', SUCCEED,
267 'found+"-"+g1', 'd:msgs/tdir/sub1/-tdir/'),
|
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr-reuse.ll | 45 %sub1 = sub nsw i32 %arg, 1 46 %cmp1 = icmp slt i32 0, %sub1 74 %cmp4 = icmp slt i32 %i.inc, %sub1
|