Home
last modified time | relevance | path

Searched refs:sty (Results 1 – 25 of 45) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dtarget.ml37 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);
Dvmcore.ml840 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/
Dtarget.ml46 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)
Dcore.ml941 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/
Dcblas_chpr2.c33 *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()
Dcblas_cher2.c33 *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()
Dcblas_zher2.c33 *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()
Dcblas_zhpr2.c33 *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/
Dint-move-06.ll34 ; 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)
Dint-const-05.ll73 ; CHECK: sty [[TMP]], 4096(%r2)
84 ; CHECK: sty [[TMP]], -4(%r2)
Dcond-store-03.ll129 ; CHECK: sty %r3, 4096(%r2)
145 ; CHECK: sty %r3, 524284(%r2)
179 ; CHECK: sty %r3, -524288(%r2)
213 ; CHECK: sty %r4, 4096(%r3,%r2)
Dframe-13.ll192 ; CHECK-NOFP: sty [[TMP]], 12296(%r15)
197 ; CHECK-FP: sty [[TMP]], 12296(%r11)
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td887 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/
DTargetSelectionDAG.td1090 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/
DDfpMath.java900 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/
DREADME90 (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/
D05-MemLoadsStores.ll2 ; RUN: llc < %s | grep sty | count 2
/external/capstone/suite/MC/SystemZ/
Dinsn-good.s.cs2139 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/
Dindex.rst241 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/
DConverterSelectorTestUTF8.txt232 …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/
Dinsn-good.s9525 #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 …]
Dinsn-bad.s3437 #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/
Dllvm.mli496 (** [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/
Dllvm.mli627 (** [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/
Dpl.txt1104 "sty",
1148 "sty",

12