/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_mb_horiz_dspr2.c | 29 uint8_t *sq0, *sq1, *sq2, *sq3, *sq4, *sq5, *sq6, *sq7; in mb_lpf_horizontal_edge() local 69 sq2 = sq1 + pitch; in mb_lpf_horizontal_edge() 70 sq3 = sq2 + pitch; in mb_lpf_horizontal_edge() 103 : [sq3] "r"(sq3), [sq2] "r"(sq2), [sq1] "r"(sq1), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 171 [sq5] "r"(sq5), [sq4] "r"(sq4), [sq3] "r"(sq3), [sq2] "r"(sq2), in mb_lpf_horizontal_edge() 196 [sp0] "r"(sp0), [sq0] "r"(sq0), [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 222 [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 267 [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 304 [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 349 [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() [all …]
|
D | loopfilter_mb_dspr2.c | 28 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local 60 sq2 = sq1 + pitch; in vpx_lpf_horizontal_8_dspr2() 61 sq3 = sq2 + pitch; in vpx_lpf_horizontal_8_dspr2() 76 [sq3] "r"(sq3), [sq2] "r"(sq2), [sq1] "r"(sq1), [sq0] "r"(sq0)); in vpx_lpf_horizontal_8_dspr2() 116 [sp0] "r"(sp0), [sq0] "r"(sq0), [sq1] "r"(sq1), [sq2] "r"(sq2)); in vpx_lpf_horizontal_8_dspr2() 142 [sq1] "r"(sq1), [sq2] "r"(sq2)); in vpx_lpf_horizontal_8_dspr2() 187 [sq1] "r"(sq1), [sq2] "r"(sq2)); in vpx_lpf_horizontal_8_dspr2() 225 [sq1] "r"(sq1), [sq2] "r"(sq2)); in vpx_lpf_horizontal_8_dspr2() 270 [sq1] "r"(sq1), [sq2] "r"(sq2)); in vpx_lpf_horizontal_8_dspr2()
|
/external/libaom/libaom/aom_dsp/mips/ |
D | loopfilter_mb_horiz_dspr2.c | 31 uint8_t *sq0, *sq1, *sq2, *sq3, *sq4, *sq5, *sq6, *sq7; in mb_lpf_horizontal_edge() local 71 sq2 = sq1 + pitch; in mb_lpf_horizontal_edge() 72 sq3 = sq2 + pitch; in mb_lpf_horizontal_edge() 105 : [sq3] "r"(sq3), [sq2] "r"(sq2), [sq1] "r"(sq1), [sq0] "r"(sq0), in mb_lpf_horizontal_edge() 173 [sq5] "r"(sq5), [sq4] "r"(sq4), [sq3] "r"(sq3), [sq2] "r"(sq2), in mb_lpf_horizontal_edge() 198 [sp0] "r"(sp0), [sq0] "r"(sq0), [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 224 [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 269 [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 306 [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() 351 [sq1] "r"(sq1), [sq2] "r"(sq2)); in mb_lpf_horizontal_edge() [all …]
|
D | loopfilter_mb_dspr2.c | 30 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in aom_lpf_horizontal_8_dspr2() local 62 sq2 = sq1 + pitch; in aom_lpf_horizontal_8_dspr2() 63 sq3 = sq2 + pitch; in aom_lpf_horizontal_8_dspr2() 78 [sq3] "r"(sq3), [sq2] "r"(sq2), [sq1] "r"(sq1), [sq0] "r"(sq0)); in aom_lpf_horizontal_8_dspr2() 118 [sp0] "r"(sp0), [sq0] "r"(sq0), [sq1] "r"(sq1), [sq2] "r"(sq2)); in aom_lpf_horizontal_8_dspr2() 144 [sq1] "r"(sq1), [sq2] "r"(sq2)); in aom_lpf_horizontal_8_dspr2() 189 [sq1] "r"(sq1), [sq2] "r"(sq2)); in aom_lpf_horizontal_8_dspr2() 227 [sq1] "r"(sq1), [sq2] "r"(sq2)); in aom_lpf_horizontal_8_dspr2() 272 [sq1] "r"(sq1), [sq2] "r"(sq2)); in aom_lpf_horizontal_8_dspr2()
|
/external/eigen/blas/f2c/ |
D | srotmg.c | 37 real su, sp1, sp2, sq1, sq2, sh11, sh12, sh21, sh22; in srotmg_() local 120 sq2 = sp2 * *sy1; in srotmg_() 123 if (! (dabs(sq1) > dabs(sq2))) { in srotmg_() 144 if (! (sq2 < zero)) { in srotmg_()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | shared-op-cycle.ll | 15 %sq2 = fmul float %w2, %w2 16 %r2 = fadd float %sq2, 2.0
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | shared-op-cycle.ll | 15 %sq2 = fmul float %w2, %w2 16 %r2 = fadd float %sq2, 2.0
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_test.py | 105 sq2 = matmul(sq, t, transpose_a=True) 107 self.assertAllEqual(sq2.numpy().reshape(-1), [52, 76, 74, 108])
|