Home
last modified time | relevance | path

Searched refs:rotated (Results 1 – 25 of 86) sorted by relevance

1234

/external/boringssl/ios-arm/crypto/fipsmodule/
Dghashv8-armx32.S45 vmov d3,d0 @ Xm is rotated Xl
88 vmov d3,d0 @ Xm is rotated Xl
112 vld1.64 {q0},[r0] @ load [rotated] Xi
115 @ to be rotated in order to
133 vld1.64 {q8},[r2]! @ load [rotated] I[0]
141 vld1.64 {q9},[r2],r12 @ load [rotated] I[1]
164 vld1.64 {q8},[r2],r12 @ load [rotated] I[i+2]
173 vld1.64 {q9},[r2],r12 @ load [rotated] I[i+3]
184 vmov d3,d0 @ Xm is rotated Xl
207 veor q9,q8,q10 @ q9 is rotated inp^Xi
[all …]
/external/boringssl/linux-arm/crypto/fipsmodule/
Dghashv8-armx32.S44 vmov d3,d0 @ Xm is rotated Xl
85 vmov d3,d0 @ Xm is rotated Xl
107 vld1.64 {q0},[r0] @ load [rotated] Xi
110 @ to be rotated in order to
128 vld1.64 {q8},[r2]! @ load [rotated] I[0]
136 vld1.64 {q9},[r2],r12 @ load [rotated] I[1]
159 vld1.64 {q8},[r2],r12 @ load [rotated] I[i+2]
168 vld1.64 {q9},[r2],r12 @ load [rotated] I[i+3]
179 vmov d3,d0 @ Xm is rotated Xl
202 veor q9,q8,q10 @ q9 is rotated inp^Xi
[all …]
/external/llvm/test/Transforms/LoopVectorize/
Dvect.omp.persistence.ll4 ; Loop from "rotated"
10 ; In total only 1 loop should be rotated.
25 ; void rotated(float *a, int size)
35 define void @rotated(float* nocapture %a, i64 %size) {
71 ; if loop was not rotated (see http://reviews.llvm.org/D3348#comment-4).
/external/llvm/test/CodeGen/AArch64/
Darm64-movi.ll7 ; 64-bit immed with 32-bit pattern size, rotated by 0.
14 ; 64-bit immed with 32-bit pattern size, rotated by 2.
21 ; 64-bit immed with 4-bit pattern size, rotated by 3.
28 ; 32-bit immed with 32-bit pattern size, rotated by 16.
35 ; 32-bit immed with 2-bit pattern size, rotated by 1.
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417Writer.cpp75 bool rotated = false; in Encode() local
78 rotated = true; in Encode()
89 if (rotated) { in Encode()
/external/llvm/test/CodeGen/SystemZ/
Datomicrmw-or-01.ll48 ; Check the minimum signed value. We OR the rotated word with 0x80000000.
77 ; Check ORs of -2 (-1 isn't useful). We OR the rotated word with 0xfe000000.
91 ; Check ORs of 1. We OR the rotated word with 0x01000000.
105 ; Check the maximum signed value. We OR the rotated word with 0x7f000000.
119 ; Check ORs of a large unsigned value. We OR the rotated word with
Datomicrmw-and-01.ll48 ; Check the minimum signed value. We AND the rotated word with 0x80ffffff.
77 ; Check ANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfeffffff.
91 ; Check ANDs of 1. We AND the rotated word with 0x01ffffff.
105 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff.
119 ; Check ANDs of a large unsigned value. We AND the rotated word with
Datomicrmw-or-02.ll48 ; Check the minimum signed value. We OR the rotated word with 0x80000000.
77 ; Check ORs of -2 (-1 isn't useful). We OR the rotated word with 0xfffe0000.
91 ; Check ORs of 1. We OR the rotated word with 0x00010000.
105 ; Check the maximum signed value. We OR the rotated word with 0x7fff0000.
119 ; Check ORs of a large unsigned value. We OR the rotated word with
Datomicrmw-xor-02.ll48 ; Check the minimum signed value. We XOR the rotated word with 0x80000000.
77 ; Check XORs of -1. We XOR the rotated word with 0xffff0000.
91 ; Check XORs of 1. We XOR the rotated word with 0x00010000.
105 ; Check the maximum signed value. We XOR the rotated word with 0x7fff0000.
119 ; Check XORs of a large unsigned value. We XOR the rotated word with
Datomicrmw-sub-02.ll48 ; Check the minimum signed value. We add 0x80000000 to the rotated word.
77 ; Check subtraction of -1. We add 0x00010000 to the rotated word.
91 ; Check subtraction of 1. We add 0xffff0000 to the rotated word.
105 ; Check the maximum signed value. We add 0x80010000 to the rotated word.
120 ; rotated word.
Datomicrmw-xor-01.ll48 ; Check the minimum signed value. We XOR the rotated word with 0x80000000.
77 ; Check XORs of -1. We XOR the rotated word with 0xff000000.
91 ; Check XORs of 1. We XOR the rotated word with 0x01000000.
105 ; Check the maximum signed value. We XOR the rotated word with 0x7f000000.
119 ; Check XORs of a large unsigned value. We XOR the rotated word with
Datomicrmw-add-02.ll48 ; Check the minimum signed value. We add 0x80000000 to the rotated word.
77 ; Check addition of -1. We add 0xffff0000 to the rotated word.
91 ; Check addition of 1. We add 0x00010000 to the rotated word.
105 ; Check the maximum signed value. We add 0x7fff0000 to the rotated word.
120 ; rotated word, expressed as a negative AFI operand.
Datomicrmw-nand-01.ll50 ; Check the minimum signed value. We AND the rotated word with 0x80ffffff.
80 ; Check NANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfeffffff.
95 ; Check NANDs of 1. We AND the rotated word with 0x01ffffff.
110 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff.
125 ; Check NANDs of a large unsigned value. We AND the rotated word with
Datomicrmw-and-02.ll49 ; Check the minimum signed value. We AND the rotated word with 0x8000ffff.
78 ; Check ANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfffeffff.
92 ; Check ANDs of 1. We AND the rotated word with 0x0001ffff.
106 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff.
120 ; Check ANDs of a large unsigned value. We AND the rotated word with
Datomicrmw-sub-01.ll48 ; Check the minimum signed value. We add 0x80000000 to the rotated word.
77 ; Check subtraction of -1. We add 0x01000000 to the rotated word.
91 ; Check subtraction of -1. We add 0xff000000 to the rotated word.
105 ; Check the maximum signed value. We add 0x81000000 to the rotated word.
120 ; rotated word.
Datomicrmw-nand-02.ll50 ; Check the minimum signed value. We AND the rotated word with 0x8000ffff.
80 ; Check NANDs of -2 (-1 isn't useful). We AND the rotated word with 0xfffeffff.
95 ; Check ANDs of 1. We AND the rotated word with 0x0001ffff.
110 ; Check the maximum signed value. We AND the rotated word with 0x7fffffff.
125 ; Check NANDs of a large unsigned value. We AND the rotated word with
Datomicrmw-add-01.ll48 ; Check the minimum signed value. We add 0x80000000 to the rotated word.
77 ; Check addition of -1. We add 0xff000000 to the rotated word.
91 ; Check addition of 1. We add 0x01000000 to the rotated word.
105 ; Check the maximum signed value. We add 0x7f000000 to the rotated word.
120 ; rotated word, expressed as a negative AFI operand.
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
DMultiBoxTracker.java164 final boolean rotated = sensorOrientation % 180 == 90; in draw()
166 Math.min(canvas.getHeight() / (float) (rotated ? frameWidth : frameHeight), in draw()
167 canvas.getWidth() / (float) (rotated ? frameHeight : frameWidth)); in draw()
172 (int) (multiplier * (rotated ? frameHeight : frameWidth)), in draw()
173 (int) (multiplier * (rotated ? frameWidth : frameHeight)), in draw()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java152 Bitmap rotated = null; in decode() local
154 rotated = TransformationUtils.rotateImageExif(downsampled, pool, orientation); in decode()
156 if (!downsampled.equals(rotated) && !pool.put(downsampled)) { in decode()
161 return rotated; in decode()
/external/libyuv/files/docs/
Drotation.md18 …src_width x src_height, to crop_width x crop_height. At this point the image is still not rotated.
52 Destination is rotated, so pass dst_stride_y etc that consider rotation.<br>
59 Lower level plane functions are provided, allowing other planar formats to be rotated. (e.g. I444)
/external/autotest/client/site_tests/platform_DBusMachineIdRotation/
Dcontrol9 Verifies that /var/lib/dbus/machine-id is properly rotated.
/external/llvm/test/Transforms/LoopRotate/
Doz-disable.ll5 ; Loop should be rotated for -Os but not for -Oz.
/external/llvm/test/Transforms/LICM/
Dalias-set-tracker-loss.ll3 ; This test contains a carefully rotated set of three nested loops. The middle
/external/skqp/tests/
DPathOpsBuilderConicTest.cpp29 SkPath rotated; in testOvalSet() local
34 oval.transform(matrix, &rotated); in testOvalSet()
36 builder->add(rotated, kUnion_SkPathOp); in testOvalSet()
38 Op(*result, rotated, kUnion_SkPathOp, result); in testOvalSet()
42 rgnB.setPath(rotated, openClip); in testOvalSet()
/external/skia/tests/
DPathOpsBuilderConicTest.cpp29 SkPath rotated; in testOvalSet() local
34 oval.transform(matrix, &rotated); in testOvalSet()
36 builder->add(rotated, kUnion_SkPathOp); in testOvalSet()
38 Op(*result, rotated, kUnion_SkPathOp, result); in testOvalSet()
42 rgnB.setPath(rotated, openClip); in testOvalSet()

1234