Home
last modified time | relevance | path

Searched refs:si1 (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dfloat.c28 signed int si1; in main() local
33 values[0] = &si1; in main()
45 si1 = 6; in main()
50 floating (si1, f, d, ld); in main()
54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld)); in main()
56 CHECK((int)rint == floating(si1, f, d, ld)); in main()
/external/libffi/testsuite/libffi.call/
Dfloat.c28 signed int si1; in main() local
33 values[0] = &si1; in main()
45 si1 = 6; in main()
50 floating (si1, f, d, ld); in main()
54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld)); in main()
56 CHECK((int)rint == floating(si1, f, d, ld)); in main()
/external/llvm-project/mlir/test/Dialect/GPU/
Dmapping.mlir10 scf.parallel (%si0, %si1) = (%zero, %zero) to (%four, %four)
36 …scf.parallel (%si0, %si1, %si2, %si3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %fou…
/external/llvm-project/mlir/test/mlir-cpu-runner/
Dmlir_test_cblas_interface.cpp67 auto si0 = I->strides[0], si1 = I->strides[1]; in _mlir_ciface_linalg_copy_viewsxsxf32_viewsxsxf32() local
71 I->data[I->offset + i * si0 + j * si1]; in _mlir_ciface_linalg_copy_viewsxsxf32_viewsxsxf32()
/external/javassist/src/test/javassist/bytecode/
DBytecodeTest.java650 StringInfo si1 = new StringInfo(ui1.index, n++); in testConstInfos() local
653 assertTrue(si1.hashCode() == si2.hashCode()); in testConstInfos()
654 assertTrue(si1.equals(si1)); in testConstInfos()
655 assertTrue(si1.equals(si2)); in testConstInfos()
656 assertFalse(si1.equals(si3)); in testConstInfos()
657 assertFalse(si1.equals(ci1)); in testConstInfos()
658 assertFalse(si1.equals(null)); in testConstInfos()
/external/llvm-project/mlir/test/Conversion/SCFToGPU/
Dparallel_loop.mlir52 scf.parallel (%si0, %si1) = (%zero, %zero) to (%four, %four)
55 %idx1 = addi %i1, %si1 : index
152 scf.parallel (%si0, %si1) = (%zero, %zero) to (%four, %four)
155 %idx1 = addi %i1, %si1 : index
352 scf.parallel (%si0, %si1) = (%zero, %zero) to (%i0, %i1)
355 %idx1 = addi %i1, %si1 : index
/external/aac/libAACdec/src/
Dusacdec_lpd.cpp652 int si1, si2, sInput; in lpc2mdctAndNoiseShaping() local
660 g1 = invSqrtNorm2(fPow2(real) + fPow2(imag), &si1); in lpc2mdctAndNoiseShaping()
661 si1 += sInput; in lpc2mdctAndNoiseShaping()
673 if (si1 > si2) { in lpc2mdctAndNoiseShaping()
674 g2 >>= si1 - si2; in lpc2mdctAndNoiseShaping()
675 g_e = si1 - s; in lpc2mdctAndNoiseShaping()
677 g1 >>= si2 - si1; in lpc2mdctAndNoiseShaping()
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp18 signed int si1 = in std_example() local
Dp7-0x.cpp17 signed int si1 = in std_example() local
/external/pffft/
Dpffft_priv_impl.h1149 v4sf sr0, dr0, sr1, dr1, si0, di0, si1, di1; in FUNC_CPLX_FINALIZE() local
1165 si1 = VADD(i1,i3); di1 = VSUB(i1, i3); in FUNC_CPLX_FINALIZE()
1180 r0 = VADD(sr0, sr1); i0 = VADD(si0, si1); in FUNC_CPLX_FINALIZE()
1182 r2 = VSUB(sr0, sr1); i2 = VSUB(si0, si1); in FUNC_CPLX_FINALIZE()
1193 v4sf sr0, dr0, sr1, dr1, si0, di0, si1, di1; in FUNC_CPLX_PREPROCESS() local
1204 si1 = VADD(i1,i3); di1 = VSUB(i1, i3); in FUNC_CPLX_PREPROCESS()
1206 r0 = VADD(sr0, sr1); i0 = VADD(si0, si1); in FUNC_CPLX_PREPROCESS()
1208 r2 = VSUB(sr0, sr1); i2 = VSUB(si0, si1); in FUNC_CPLX_PREPROCESS()
1227 v4sf sr0, dr0, sr1, dr1, si0, di0, si1, di1; in FUNC_REAL_FINALIZE_4X4() local
1259 si1 = VADD(i1,i3); di1 = VSUB(i3,i1); in FUNC_REAL_FINALIZE_4X4()
[all …]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp18 signed int si1 = in std_example() local
Dp7-0x.cpp17 signed int si1 = in std_example() local
/external/llvm-project/mlir/test/IR/
Dattribute.mlir89 // CHECK-SAME: attr_21 = -1 : si1
90 attr_21 = -1 : si1,
/external/hyphenation-patterns/sl/
Dhyph-sl.pat.txt842 si1
/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java195 StringIterator si1 = new StringIterator(); field in CldrUtility.SimpleLineComparator
247 … if ((flags & SKIP_SPACES) != 0 && si1.set(line1).matches(si2.set(line2))) return LINES_SAME; in compare()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-cc-abi.ll1453 @si1 = common global i16 0, align 2
1464 %1 = load i16, i16* @si1, align 2
1490 ; 32BIT-DAG: renamable $r[[REGSIADDR:[0-9]+]] = LWZtoc @si1, $r2 :: (load 4 from got)
1491 … $r[[REGSI:[0-9]+]] = LHA 0, killed renamable $r[[REGSIADDR]] :: (dereferenceable load 2 from @si1)
1528 ; 64BIT-DAG: renamable $x[[REGSIADDR:[0-9]+]] = LDtoc @si1, $x2 :: (load 8 from got)
1529 …$x[[REGSI:[0-9]+]] = LHA8 0, killed renamable $x[[REGSIADDR]] :: (dereferenceable load 2 from @si1)
/external/icu/icu4c/source/data/translit/
DLatn_Bopo.txt1221 si1 ← ㄙ;