/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 1389 let sty = struct_type context [| i32_type; i8_type |] in 1390 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_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_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_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 | 136 ; CHECK: sty %r3, 4096(%r2) 153 ; CHECK: sty %r3, 524284(%r2) 189 ; CHECK: sty %r3, -524288(%r2) 225 ; CHECK: sty %r4, 4096(%r3,%r2)
|
D | frame-13.ll | 192 ; CHECK-NOFP: sty [[TMP]], 12296(%r15) 197 ; CHECK-FP: sty [[TMP]], 12296(%r11)
|
D | asm-18.ll | 17 ; CHECK-DAG: sty [[REG4]], 524284(%r3)
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 992 def cvtff : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 993 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 997 def cvtss : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 998 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 1002 def cvtsu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 1003 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 1007 def cvtus : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 1008 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{ 1012 def cvtuu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat), 1013 (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/libvorbis/doc/ |
D | Vorbis_I_spec.css | 2 /* start css.sty */ 137 /* end css.sty */
|
/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/linux-tools-perf/src/tools/perf/Documentation/ |
D | Makefile | 300 …-p /etc/asciidoc/dblatex/asciidoc-dblatex.xsl -s /etc/asciidoc/dblatex/asciidoc-dblatex.sty $< && \
|
/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/valgrind/docs/ |
D | README | 98 /usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 1427 GLuint stx, sty; in radeonUpdateViewportOffset() local 1435 sty = 31 - ((dPriv->h - 1) in radeonUpdateViewportOffset() 1439 (sty << RADEON_STIPPLE_Y_OFFSET_SHIFT)); in radeonUpdateViewportOffset()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 1645 GLuint stx, sty; in r200UpdateViewportOffset() local 1653 sty = 31 - ((dPriv->h - 1) in r200UpdateViewportOffset() 1657 (sty << R200_STIPPLE_Y_OFFSET_SHIFT)); in r200UpdateViewportOffset()
|
/external/llvm/test/MC/SystemZ/ |
D | insn-good.s | 8290 #CHECK: sty %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x50] 8291 #CHECK: sty %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x50] 8292 #CHECK: sty %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x50] 8293 #CHECK: sty %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x50] 8294 #CHECK: sty %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x50] 8295 #CHECK: sty %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x50] 8296 #CHECK: sty %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x50] 8297 #CHECK: sty %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x50] 8298 #CHECK: sty %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x50] 8299 #CHECK: sty %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x50] [all …]
|
D | insn-bad.s | 3220 #CHECK: sty %r0, -524289 3222 #CHECK: sty %r0, 524288 3224 sty %r0, -524289 3225 sty %r0, 524288
|
/external/icu/icu4c/source/data/locales/ |
D | pl.txt | 869 "sty", 913 "sty",
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 601 (** [struct_element_types sty] returns the constituent types of the struct type 602 [sty]. See the method [llvm::StructType::getElementType]. *) 605 (** [is_packed sty] returns [true] if the structure type [sty] is packed, 609 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 8047 # CHECK: sty %r0, -524288 8050 # CHECK: sty %r0, -1 8053 # CHECK: sty %r0, 0 8056 # CHECK: sty %r0, 1 8059 # CHECK: sty %r0, 524287 8062 # CHECK: sty %r0, 0(%r1) 8065 # CHECK: sty %r0, 0(%r15) 8068 # CHECK: sty %r0, 524287(%r1,%r15) 8071 # CHECK: sty %r0, 524287(%r15,%r1) 8074 # CHECK: sty %r15, 0
|