/external/libaom/libaom/test/ |
D | av1_convolve_2d_test_util.cc | 46 int hfilter, vfilter, subx, suby; in RunCheckOutput() local 80 for (subx = 0; subx < subx_range; ++subx) { in RunCheckOutput() 87 filter_params_y, subx, suby, &conv_params1); in RunCheckOutput() 90 filter_params_y, subx, suby, &conv_params2); in RunCheckOutput() 99 << "), sub pixel offset = (" << suby << ", " << subx in RunCheckOutput() 125 int subx = 0, suby = 0; in RunSpeedTest() local 152 filter_params_y, subx, suby, &conv_params2); in RunSpeedTest() 173 int hfilter, vfilter, subx, suby; in RunCheckOutput() local 209 for (subx = 0; subx < subx_range; ++subx) { in RunCheckOutput() 216 filter_params_x, filter_params_y, subx, in RunCheckOutput() [all …]
|
D | comp_mask_variance_test.cc | 197 int subx = sub & 0x7; in RunCheckOutput() local 205 NULL, NULL, 0, 0, NULL, comp_pred1_, pred_, w, h, subx, suby, ref_, in RunCheckOutput() 210 w, h, subx, suby, ref_, MAX_SB_SIZE, mask, in RunCheckOutput() 213 << " wedge " << wedge_index << " inv " << inv << "sub (" << subx in RunCheckOutput() 224 const int subx = havSub ? 3 : 0; in RunSpeedTest() local 240 w, h, subx, suby, ref_, MAX_SB_SIZE, mask, w, in RunSpeedTest() 475 int subx = sub & 0x7; in RunCheckOutput() local 483 NULL, NULL, 0, 0, NULL, CONVERT_TO_BYTEPTR(comp_pred1_), w, h, subx, in RunCheckOutput() 492 NULL, NULL, 0, 0, NULL, CONVERT_TO_BYTEPTR(comp_pred2_), w, h, subx, in RunCheckOutput() 500 << " wedge " << wedge_index << " inv " << inv << "sub (" << subx in RunCheckOutput() [all …]
|
D | blend_a64_mask_test.cc | 85 void RunOneTest(int block_size, int subx, int suby, int run_times) { in RunOneTest() argument 90 subx_ = subx; in RunOneTest() 161 uint32_t mask_stride, int w, int h, int subx, int suby); 267 uint32_t mask_stride, int w, int h, int subx, int suby, 372 uint32_t mask_stride, int w, int h, int subx, int suby, 474 int h, int subx, int suby, ConvolveParams *conv_params,
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fma-fneg-combine-2.ll | 18 %subx = fsub nsz float %w, %x 20 %0 = tail call nsz float @llvm.fma.f32(float %subx, float %y, float %negz) 60 %subx = fsub nsz float %w, %x 63 %0 = tail call nsz float @llvm.fma.f32(float %subx, float %suby, float %negz) 81 %subx = fsub nsz float %w, %x 84 %0 = tail call nsz float @llvm.fma.f32(float %subx, float %negy, float %negz)
|
/external/mesa3d/src/gallium/frontends/xvmc/ |
D | subpicture.c | 505 short subx, short suby, unsigned short subw, unsigned short subh, in XvMCBlendSubpicture() argument 508 struct u_rect src_rect = {subx, subx + subw, suby, suby + subh}; in XvMCBlendSubpicture() 544 … XvMCSubpicture *subpicture, short subx, short suby, unsigned short subw, unsigned short subh, in XvMCBlendSubpicture2() argument
|
/external/llvm-project/llvm/test/MC/Sparc/ |
D | sparc-alu-instructions.s | 85 ! CHECK: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01] 86 subx %g2, %g1, %g3
|
D | sparcv9-instructions.s | 16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01]
|
/external/llvm/test/MC/Sparc/ |
D | sparc-alu-instructions.s | 85 ! CHECK: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01] 86 subx %g2, %g1, %g3
|
D | sparcv9-instructions.s | 16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01]
|
/external/capstone/suite/MC/Sparc/ |
D | sparc-alu-instructions.s.cs | 33 0x86,0x60,0x80,0x01 = subx %g2, %g1, %g3
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | sub-minmax.ll | 280 %subx = sub i8 %nx, %minxy 282 call void @use8(i8 %subx) 302 %subx = sub i8 %minxy, %nx 304 call void @use8(i8 %subx)
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fml-combines.ll | 30 %subx = fsub fast <2 x double> %e4, %mulx 33 %e9 = fmul fast <2 x double> %subx, %sub3
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-fml-combines.ll | 32 %subx = fsub fast <2 x double> %e4, %mulx 35 %e9 = fmul fast <2 x double> %subx, %sub3
|
/external/ImageMagick/MagickCore/ |
D | vms.h | 762 #define lib$subx LIB$SUBX
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 503 def : MnemonicAlias<"subc", "subx">, Requires<[HasV9]>;
|
D | SparcInstrInfo.td | 726 defm SUBC : F3_12np <"subx", 0b001100>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 486 def : MnemonicAlias<"subc", "subx">, Requires<[HasV9]>;
|
D | SparcInstrInfo.td | 721 defm SUBC : F3_12np <"subx", 0b001100>;
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 503 def : MnemonicAlias<"subc", "subx">, Requires<[HasV9]>;
|
D | SparcInstrInfo.td | 726 defm SUBC : F3_12np <"subx", 0b001100>;
|