/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | sha1-x86_64.S | 77 roll $5,%ecx 82 roll $30,%edi 90 roll $5,%ecx 95 roll $30,%esi 103 roll $5,%ecx 108 roll $30,%r13d 116 roll $5,%ecx 121 roll $30,%r12d 129 roll $5,%ecx 134 roll $30,%r11d [all …]
|
D | md5-x86_64.S | 73 roll $7,%eax 82 roll $12,%edx 91 roll $17,%ecx 100 roll $22,%ebx 109 roll $7,%eax 118 roll $12,%edx 127 roll $17,%ecx 136 roll $22,%ebx 145 roll $7,%eax 154 roll $12,%edx [all …]
|
/external/boringssl/mac-x86_64/crypto/fipsmodule/ |
D | sha1-x86_64.S | 76 roll $5,%ecx 81 roll $30,%edi 89 roll $5,%ecx 94 roll $30,%esi 102 roll $5,%ecx 107 roll $30,%r13d 115 roll $5,%ecx 120 roll $30,%r12d 128 roll $5,%ecx 133 roll $30,%r11d [all …]
|
D | md5-x86_64.S | 68 roll $7,%eax 77 roll $12,%edx 86 roll $17,%ecx 95 roll $22,%ebx 104 roll $7,%eax 113 roll $12,%edx 122 roll $17,%ecx 131 roll $22,%ebx 140 roll $7,%eax 149 roll $12,%edx [all …]
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | md5-586.S | 42 roll $7,%eax 52 roll $12,%edx 62 roll $17,%ecx 72 roll $22,%ebx 82 roll $7,%eax 92 roll $12,%edx 102 roll $17,%ecx 112 roll $22,%ebx 122 roll $7,%eax 132 roll $12,%edx [all …]
|
D | sha1-586.S | 106 roll $5,%ebp 118 roll $5,%ebp 130 roll $5,%ebp 142 roll $5,%ebp 154 roll $5,%ebp 166 roll $5,%ebp 178 roll $5,%ebp 190 roll $5,%ebp 202 roll $5,%ebp 214 roll $5,%ebp [all …]
|
/external/boringssl/mac-x86/crypto/fipsmodule/ |
D | md5-586.S | 41 roll $7,%eax 51 roll $12,%edx 61 roll $17,%ecx 71 roll $22,%ebx 81 roll $7,%eax 91 roll $12,%edx 101 roll $17,%ecx 111 roll $22,%ebx 121 roll $7,%eax 131 roll $12,%edx [all …]
|
D | sha1-586.S | 105 roll $5,%ebp 117 roll $5,%ebp 129 roll $5,%ebp 141 roll $5,%ebp 153 roll $5,%ebp 165 roll $5,%ebp 177 roll $5,%ebp 189 roll $5,%ebp 201 roll $5,%ebp 213 roll $5,%ebp [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | manip_ops_test.py | 44 expected_roll = np.roll(np_input, shift, axis) 46 roll = manip_ops.roll(np_input, shift, axis) 47 self.assertAllEqual(roll.eval(), expected_roll) 53 y = manip_ops.roll(inx, shift, axis) 104 manip_ops.roll(np.random.randint(-100, 100, (4, 4)).astype(np.int32), 117 manip_ops.roll(7, 1, 0) 128 manip_ops.roll(tensor, shift, axis).eval(feed_dict={tensor: 7}) 135 manip_ops.roll([[1, 2], [3, 4]], 1, [[0, 1]]) 146 manip_ops.roll(tensor, shift, axis).eval(feed_dict={axis: [[0, 1]]}) 153 manip_ops.roll([[1, 2], [3, 4]], [[0, 1]], 1) [all …]
|
/external/skqp/tools/ |
D | compare_codereview.py | 327 roll = CodeReviewHTMLParser.parse(roll_url) 328 all_bots = set(control) & set(roll) # Set intersection. 332 % (list(control), list(roll))) 341 if (roll[bot].status == 'success'): 347 if control[bot].status != 'failure' and roll[bot].status != 'failure': 354 ( roll[bot].status, roll_name, roll[bot].url)]: 373 (roll[bot].status, roll_name, roll[bot].url)]): 393 if roll[bot].status == 'success': 396 roll[bot].status == 'failure'): 399 'pending' in roll[bot].status): [all …]
|
/external/skia/tools/ |
D | compare_codereview.py | 327 roll = CodeReviewHTMLParser.parse(roll_url) 328 all_bots = set(control) & set(roll) # Set intersection. 332 % (list(control), list(roll))) 341 if (roll[bot].status == 'success'): 347 if control[bot].status != 'failure' and roll[bot].status != 'failure': 354 ( roll[bot].status, roll_name, roll[bot].url)]: 373 (roll[bot].status, roll_name, roll[bot].url)]): 393 if roll[bot].status == 'success': 396 roll[bot].status == 'failure'): 399 'pending' in roll[bot].status): [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | calendar.txt | 189 "roll", 203 "roll", 287 // chinese roll tests 291 "roll", 298 "roll", 305 "roll", 312 "roll", 319 "roll", 326 "roll", 333 "roll", [all …]
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/ |
D | TouchTracker.java | 67 private volatile float roll; field in TouchTracker 78 roll = SphericalGLSurfaceView.UPRIGHT_ROLL; in TouchTracker() 109 float r = roll; // Copy volatile state. in onScroll() 136 public void onOrientationChange(float[] deviceOrientationMatrix, float roll) { in onOrientationChange() argument 138 this.roll = -roll; in onOrientationChange()
|
D | OrientationListener.java | 62 float roll = extractRoll(deviceOrientationMatrix4x4); in onSensorChanged() local 66 notifyListeners(deviceOrientationMatrix4x4, roll); in onSensorChanged() 74 private void notifyListeners(float[] deviceOrientationMatrix, float roll) { in notifyListeners() argument 76 listener.onOrientationChange(deviceOrientationMatrix, roll); in notifyListeners()
|
/external/tensorflow/tensorflow/python/ops/ |
D | manip_ops.py | 29 def roll(input, shift, axis, name=None): # pylint: disable=redefined-builtin function 30 return _gen_manip_ops.roll(input, shift, axis, name) 33 roll.__doc__ = _gen_manip_ops.roll.__doc__
|
/external/boringssl/mac-x86/crypto/chacha/ |
D | chacha-x86.S | 100 roll $16,%edx 104 roll $12,%ebx 109 roll $8,%edx 115 roll $7,%ebx 118 roll $16,%edi 124 roll $12,%ebp 129 roll $8,%edi 135 roll $7,%ebp 138 roll $16,%edx 144 roll $12,%ebx [all …]
|
/external/boringssl/linux-x86/crypto/chacha/ |
D | chacha-x86.S | 101 roll $16,%edx 105 roll $12,%ebx 110 roll $8,%edx 116 roll $7,%ebx 119 roll $16,%edi 125 roll $12,%ebp 130 roll $8,%edi 136 roll $7,%ebp 139 roll $16,%edx 145 roll $12,%ebx [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Roll.pbtxt | 8 specified by `axis[i]`. Negative shifts will roll the elements in the opposite 33 elements in the opposite direction. Elements that roll passed the last position 41 roll(t, shift=2, axis=0) ==> [3, 4, 0, 1, 2] 45 roll(t, shift=[1, -2], axis=[0, 1]) ==> [[7, 8, 9, 5, 6], [2, 3, 4, 0, 1]] 49 roll(t, shift=[2, -3], axis=[1, 1]) ==> [[1, 2, 3, 4, 0], [6, 7, 8, 9, 5]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | I186-32.s | 313 roll $0, -485498096(%edx,%eax,4) label 317 roll $0, 485498096(%edx,%eax,4) label 321 roll $0, 485498096(%edx) label 325 roll $0, 485498096 label 329 roll $0, 64(%edx,%eax) label 333 roll $0, %eax label 337 roll $0, (%edx) label
|
D | I186-64.s | 337 roll $0, 485498096 label 341 roll $0, 64(%rdx) label 345 roll $0, 64(%rdx,%rax,4) label 349 roll $0, -64(%rdx,%rax,4) label 353 roll $0, 64(%rdx,%rax) label 357 roll $0, %r13d label 361 roll $0, (%rdx) label
|
/external/v8/ |
D | .landmines | 1 Need to clobber after ICU52 roll. 6 Clobber after ICU roll. 12 Clobber after ICU roll.
|
/external/skia/site/dev/chrome/ |
D | blink.md | 15 3. Ahead of the Skia auto roll including your change, manually push a change to the 19 4. Wait for the Skia roll to land successfully. 33 Updating the version of Skia in Chromium is called a 'roll'. 34 The Auto Roll Bot performs this roll multiple times per day, and can also be done manually. 42 4. Manually roll Skia or append the autoroll with the code suppression to 51 5. Wait for Skia roll into Chromium. 86 3. Wait for Skia roll into Chromium.
|
/external/skqp/site/dev/chrome/ |
D | blink.md | 15 3. Ahead of the Skia auto roll including your change, manually push a change to the 19 4. Wait for the Skia roll to land successfully. 33 Updating the version of Skia in Chromium is called a 'roll'. 34 The Auto Roll Bot performs this roll multiple times per day, and can also be done manually. 42 4. Manually roll Skia or append the autoroll with the code suppression to 51 5. Wait for Skia roll into Chromium. 86 3. Wait for Skia roll into Chromium.
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_tridiag.py | 253 subdiag = manip_ops.roll(diagonals[..., 2, :], shift=-1, axis=-1) 261 subdiag = manip_ops.roll(self.diagonals[2], shift=-1, axis=-1) 274 diagonals[0] = manip_ops.roll(diagonals[0], shift=-1, axis=-1) 275 diagonals[2] = manip_ops.roll(diagonals[2], shift=1, axis=-1) 285 new_superdiag = manip_ops.roll(subdiag, shift=-1, axis=-1) 286 new_subdiag = manip_ops.roll(superdiag, shift=1, axis=-1)
|
/external/e2fsprogs/tests/u_compound_bad_rollback/ |
D | script | 34 echo roll back mke2fs >> $OUT 39 echo roll back tune2fs >> $OUT 44 echo roll back resize2fs >> $OUT 49 echo roll back e2fsck >> $OUT
|