/external/boringssl/ios-arm/crypto/fipsmodule/ |
D | ghashv8-armx32.S | 45 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/ |
D | ghashv8-armx32.S | 44 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/ |
D | vect.omp.persistence.ll | 4 ; 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/ |
D | arm64-movi.ll | 7 ; 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/ |
D | BC_PDF417Writer.cpp | 75 bool rotated = false; in Encode() local 78 rotated = true; in Encode() 89 if (rotated) { in Encode()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-or-01.ll | 48 ; 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
|
D | atomicrmw-and-01.ll | 48 ; 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
|
D | atomicrmw-or-02.ll | 48 ; 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
|
D | atomicrmw-xor-02.ll | 48 ; 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
|
D | atomicrmw-sub-02.ll | 48 ; 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.
|
D | atomicrmw-xor-01.ll | 48 ; 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
|
D | atomicrmw-add-02.ll | 48 ; 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.
|
D | atomicrmw-nand-01.ll | 50 ; 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
|
D | atomicrmw-and-02.ll | 49 ; 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
|
D | atomicrmw-sub-01.ll | 48 ; 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.
|
D | atomicrmw-nand-02.ll | 50 ; 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
|
D | atomicrmw-add-01.ll | 48 ; 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/ |
D | MultiBoxTracker.java | 164 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/ |
D | Downsampler.java | 152 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/ |
D | rotation.md | 18 …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/ |
D | control | 9 Verifies that /var/lib/dbus/machine-id is properly rotated.
|
/external/llvm/test/Transforms/LoopRotate/ |
D | oz-disable.ll | 5 ; Loop should be rotated for -Os but not for -Oz.
|
/external/llvm/test/Transforms/LICM/ |
D | alias-set-tracker-loss.ll | 3 ; This test contains a carefully rotated set of three nested loops. The middle
|
/external/skqp/tests/ |
D | PathOpsBuilderConicTest.cpp | 29 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/ |
D | PathOpsBuilderConicTest.cpp | 29 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()
|