/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | target.ml | 37 let sty = struct_type context [| i32_type; i64_type |] in 43 ignore (size_in_bits td sty); 44 ignore (store_size td sty); 45 ignore (abi_size td sty); 46 ignore (stack_align td sty); 47 ignore (preferred_align td sty); 48 ignore (preferred_align_of_global td (declare_global sty "g" m)); 49 ignore (element_at_offset td sty (Int64.of_int 1)); 50 ignore (offset_of_element td sty 1);
|
D | vmcore.ml | 840 let sty = struct_type context [| i8_type; i64_type |] in var 841 let fty = function_type sty [| |] in 1070 let sty = struct_type context [| i32_type; i8_type |] in 1071 let alloca2 = build_alloca sty "build_alloca2" b in 1202 let sty = struct_type context [| i32_type; i8_type |] in 1208 let p = build_alloca sty "ba" atentry in
|
/external/llvm/test/Bindings/OCaml/ |
D | target.ml | 46 let sty = struct_type context [| i32_type; i64_type |] in 54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96); 55 assert_equal (DL.store_size sty dl) (Int64.of_int 12); 56 assert_equal (DL.abi_size sty dl) (Int64.of_int 12); 57 assert_equal (DL.stack_align sty dl) 4; 58 assert_equal (DL.preferred_align sty dl) 8; 59 assert_equal (DL.preferred_align_of_global (declare_global sty "g" m) dl) 8; 60 assert_equal (DL.element_at_offset sty (Int64.of_int 1) dl) 0; 61 assert_equal (DL.offset_of_element sty 1 dl) (Int64.of_int 4)
|
D | core.ml | 941 let sty = struct_type context [| i8_type; i64_type |] in var 942 let fty = function_type sty [| |] in 1094 let sty = struct_type context [| i32_type; i8_type |] in 1100 let p = build_alloca sty "ba" atentry in 1369 let sty = struct_type context [| i32_type; i8_type |] in 1370 let alloca2 = build_alloca sty "build_alloca2" b in
|
/external/cblas/src/ |
D | cblas_chpr2.c | 33 *yy=(float *)Y, *tx, *ty, *stx, *sty; in cblas_chpr2() local 93 sty= y+n; in cblas_chpr2() 97 sty = y-2; in cblas_chpr2() 116 while (y != sty); in cblas_chpr2()
|
D | cblas_cher2.c | 33 *yy=(float *)Y, *tx, *ty, *stx, *sty; in cblas_cher2() local 94 sty= y+n; in cblas_cher2() 98 sty = y-2; in cblas_cher2() 118 while (y != sty); in cblas_cher2()
|
D | cblas_zher2.c | 33 *yy=(double *)Y, *tx, *ty, *stx, *sty; in cblas_zher2() local 94 sty= y+n; in cblas_zher2() 98 sty = y-2; in cblas_zher2() 118 while (y != sty); in cblas_zher2()
|
D | cblas_zhpr2.c | 33 *yy=(double *)Y, *stx, *sty; in cblas_zhpr2() local 78 sty = y + n; in cblas_zhpr2() 102 while (y != sty); in cblas_zhpr2()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-move-06.ll | 34 ; CHECK: sty %r3, 4096(%r2) 44 ; CHECK: sty %r3, 524284(%r2) 66 ; CHECK: sty %r3, -4(%r2) 76 ; CHECK: sty %r3, -524288(%r2) 110 ; CHECK: sty %r4, 4096(%r3,%r2)
|
D | int-const-05.ll | 73 ; CHECK: sty [[TMP]], 4096(%r2) 84 ; CHECK: sty [[TMP]], -4(%r2)
|
D | cond-store-03.ll | 129 ; CHECK: sty %r3, 4096(%r2) 145 ; CHECK: sty %r3, 524284(%r2) 179 ; CHECK: sty %r3, -524288(%r2) 213 ; CHECK: sty %r4, 4096(%r3,%r2)
|
D | frame-13.ll | 192 ; CHECK-NOFP: sty [[TMP]], 12296(%r15) 197 ; CHECK-FP: sty [[TMP]], 12296(%r11)
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 887 def cvtff : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 888 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 892 def cvtss : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 893 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 897 def cvtsu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 898 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 902 def cvtus : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 903 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 907 def cvtuu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 908 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 1090 def cvtff : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 1091 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 1095 def cvtss : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 1096 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 1100 def cvtsu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 1101 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 1105 def cvtus : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 1106 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 1110 def cvtuu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 1111 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | DfpMath.java | 900 Dfp sty[] = new Dfp[2]; in atan() local 903 sty[0] = sqr2Split[0].subtract(one); in atan() 904 sty[1] = sqr2Split[1]; in atan() 908 Dfp[] ds = splitMult(xs, sty); in atan() 911 xs[0] = xs[0].subtract(sty[0]); in atan() 912 xs[1] = xs[1].subtract(sty[1]); in atan()
|
/external/valgrind/docs/ |
D | README | 90 (2) apply Mark's epstopdf-base.sty hack as documented in "Notes [Mar 2015]" 110 Also you need the epstopdf-base.sty hack detailed below. 132 /usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
D | 05-MemLoadsStores.ll | 2 ; RUN: llc < %s | grep sty | count 2
|
/external/capstone/suite/MC/SystemZ/ |
D | insn-good.s.cs | 2139 0xe3,0x00,0x00,0x00,0x80,0x50 = sty %r0, -524288 2140 0xe3,0x00,0x0f,0xff,0xff,0x50 = sty %r0, -1 2141 0xe3,0x00,0x00,0x00,0x00,0x50 = sty %r0, 0 2142 0xe3,0x00,0x00,0x01,0x00,0x50 = sty %r0, 1 2143 0xe3,0x00,0x0f,0xff,0x7f,0x50 = sty %r0, 524287 2144 0xe3,0x00,0x10,0x00,0x00,0x50 = sty %r0, 0(%r1) 2145 0xe3,0x00,0xf0,0x00,0x00,0x50 = sty %r0, 0(%r15) 2146 0xe3,0x01,0xff,0xff,0x7f,0x50 = sty %r0, 524287(%r1,%r15) 2147 0xe3,0x0f,0x1f,0xff,0x7f,0x50 = sty %r0, 524287(%r15,%r1) 2148 0xe3,0xf0,0x00,0x00,0x00,0x50 = sty %r15, 0
|
/external/llvm/docs/TableGen/ |
D | index.rst | 241 dag address, ValueType sty> { 242 def : Pat<(i32 (!cast<SDNode>("sextload" # sty) address)), 246 def : Pat<(i64 (!cast<SDNode>("sextload" # sty) address)),
|
/external/icu/icu4c/source/test/testdata/ |
D | ConverterSelectorTestUTF8.txt | 232 …nandi tölur fyrir sama táknið. Sérhver tölva þarf(sérstaklega miðlarar) að styðja margs konar túlk… 235 …öfrum og mörgum öðrum búnaði. Tilkoma Unicode staðalsins og búnaðar til að styðja hann eru veigami…
|
/external/llvm/test/MC/SystemZ/ |
D | insn-good.s | 9525 #CHECK: sty %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x50] 9526 #CHECK: sty %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x50] 9527 #CHECK: sty %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x50] 9528 #CHECK: sty %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x50] 9529 #CHECK: sty %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x50] 9530 #CHECK: sty %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x50] 9531 #CHECK: sty %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x50] 9532 #CHECK: sty %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x50] 9533 #CHECK: sty %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x50] 9534 #CHECK: sty %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x50] [all …]
|
D | insn-bad.s | 3437 #CHECK: sty %r0, -524289 3439 #CHECK: sty %r0, 524288 3441 sty %r0, -524289 3442 sty %r0, 524288
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 496 (** [struct_element_types sty] returns the constituent types of the struct type 497 [sty]. See the method [llvm::StructType::getElementType]. *) 501 (** [is_packed sty] returns [true] if the structure type [sty] is packed, 505 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 627 (** [struct_element_types sty] returns the constituent types of the struct type 628 [sty]. See the method [llvm::StructType::getElementType]. *) 631 (** [is_packed sty] returns [true] if the structure type [sty] is packed, 635 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
|
/external/icu/icu4c/source/data/locales/ |
D | pl.txt | 1104 "sty", 1148 "sty",
|