/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_gentype.inl | 10 template <typename vT, uint cT, uint rT, profile pT> 11 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::col_size() 16 template <typename vT, uint cT, uint rT, profile pT> 17 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::row_size() 22 template <typename vT, uint cT, uint rT, profile pT> 23 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::value_size() 28 template <typename vT, uint cT, uint rT, profile pT> 29 bool base<vT, cT, rT, pT>::is_scalar() 34 template <typename vT, uint cT, uint rT, profile pT> 35 bool base<vT, cT, rT, pT>::is_vector() [all …]
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 176 . (set f128:$vT, (fcopysign f128:$vB, f128:$vA) 180 . (set f128:$vT, (fabs f128:$vB)) // xsabsqp 181 (set f128:$vT, (fneg (fabs f128:$vB))) // xsnabsqp 182 (set f128:$vT, (fneg f128:$vB)) // xsnegqp 188 (set f128:$vT, (fadd f128:$vA, f128:$vB)) // xsaddqp 189 (set f128:$vT, (fmul f128:$vA, f128:$vB)) // xsmulqp 192 (set f128:$vT, (fdiv f128:$vA, f128:$vB)) // xsdivqp 193 (set f128:$vT, (fsub f128:$vA, f128:$vB)) // xssubqp 194 (set f128:$vT, (fsqrt f128:$vB))) // xssqrtqp 213 (set f128:$vT, (PPCfaddrto f128:$vA, f128:$vB)) // xsaddqpo [all …]
|
D | PPCInstrVSX.td | 194 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vrrc:$vB), 195 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 206 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vbtype:$vB), 207 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 212 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vfrc:$vT), (ins vrrc:$vB), 213 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 242 : XForm_1<opcode, xo, (outs vrrc:$vT), (ins vrrc:$vA, vrrc:$vB), 243 !strconcat(opc, " $vT, $vA, $vB"), IIC_VecFP, pattern>; 253 : XForm_1<opcode, xo, (outs vrrc:$vT), (ins vrrc:$vTi, vrrc:$vA, vrrc:$vB), 254 !strconcat(opc, " $vT, $vA, $vB"), IIC_VecFP, pattern>, [all …]
|
D | PPCInstrPrefix.td | 1923 defm VSTRIBR : VXForm_VTB5_RCr<13, 1, (outs vrrc:$vT), (ins vrrc:$vB), 1924 "vstribr", "$vT, $vB", IIC_VecGeneral, 1925 [(set v16i8:$vT, 1927 defm VSTRIBL : VXForm_VTB5_RCr<13, 0, (outs vrrc:$vT), (ins vrrc:$vB), 1928 "vstribl", "$vT, $vB", IIC_VecGeneral, 1929 [(set v16i8:$vT, 1931 defm VSTRIHR : VXForm_VTB5_RCr<13, 3, (outs vrrc:$vT), (ins vrrc:$vB), 1932 "vstrihr", "$vT, $vB", IIC_VecGeneral, 1933 [(set v8i16:$vT, 1935 defm VSTRIHL : VXForm_VTB5_RCr<13, 2, (outs vrrc:$vT), (ins vrrc:$vB), [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 176 . (set f128:$vT, (fcopysign f128:$vB, f128:$vA) 180 . (set f128:$vT, (fabs f128:$vB)) // xsabsqp 181 (set f128:$vT, (fneg (fabs f128:$vB))) // xsnabsqp 182 (set f128:$vT, (fneg f128:$vB)) // xsnegqp 188 (set f128:$vT, (fadd f128:$vA, f128:$vB)) // xsaddqp 189 (set f128:$vT, (fmul f128:$vA, f128:$vB)) // xsmulqp 192 (set f128:$vT, (fdiv f128:$vA, f128:$vB)) // xsdivqp 193 (set f128:$vT, (fsub f128:$vA, f128:$vB)) // xssubqp 194 (set f128:$vT, (fsqrt f128:$vB))) // xssqrtqp 213 (set f128:$vT, (PPCfaddrto f128:$vA, f128:$vB)) // xsaddqpo [all …]
|
D | PPCInstrVSX.td | 1836 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vrrc:$vB), 1837 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 1848 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vbtype:$vB), 1849 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 1873 : XForm_1<opcode, xo, (outs vrrc:$vT), (ins vrrc:$vA, vrrc:$vB), 1874 !strconcat(opc, " $vT, $vA, $vB"), IIC_VecFP, pattern>; 2006 (outs vrrc:$vT), (ins u1imm:$r, vrrc:$vB, u2imm:$rmc), 2007 !strconcat(opc, " $r, $vT, $vB, $rmc"), IIC_VecFP, pattern> { 2027 def XSIEXPQP : XForm_18<63, 868, (outs vrrc:$vT), (ins vrrc:$vA, vsfrc:$vB), 2028 "xsiexpqp $vT, $vA, $vB", IIC_VecFP, []>;
|
D | p9-instrs.txt | 291 (outs vrrc:$vT), (ins u5imm:$R, vrrc:$vB, u2imm:$RMC), 292 "xsrqpxp $vT, $R, $vB, $RMC"), IIC_VecFP, []>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 176 . (set f128:$vT, (fcopysign f128:$vB, f128:$vA) 180 . (set f128:$vT, (fabs f128:$vB)) // xsabsqp 181 (set f128:$vT, (fneg (fabs f128:$vB))) // xsnabsqp 182 (set f128:$vT, (fneg f128:$vB)) // xsnegqp 188 (set f128:$vT, (fadd f128:$vA, f128:$vB)) // xsaddqp 189 (set f128:$vT, (fmul f128:$vA, f128:$vB)) // xsmulqp 192 (set f128:$vT, (fdiv f128:$vA, f128:$vB)) // xsdivqp 193 (set f128:$vT, (fsub f128:$vA, f128:$vB)) // xssubqp 194 (set f128:$vT, (fsqrt f128:$vB))) // xssqrtqp 213 (set f128:$vT, (PPCfaddrto f128:$vA, f128:$vB)) // xsaddqpo [all …]
|
D | PPCInstrVSX.td | 2585 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vrrc:$vB), 2586 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 2597 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vbtype:$vB), 2598 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 2603 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vfrc:$vT), (ins vrrc:$vB), 2604 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 2633 : XForm_1<opcode, xo, (outs vrrc:$vT), (ins vrrc:$vA, vrrc:$vB), 2634 !strconcat(opc, " $vT, $vA, $vB"), IIC_VecFP, pattern>; 2644 : XForm_1<opcode, xo, (outs vrrc:$vT), (ins vrrc:$vTi, vrrc:$vA, vrrc:$vB), 2645 !strconcat(opc, " $vT, $vA, $vB"), IIC_VecFP, pattern>, [all …]
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 487 struct ureg_src vT[8]; /* PS texcoord in */ member 878 assert(idx >= 0 && idx < ARRAY_SIZE(tx->regs.vT)); in tx_texcoord_alloc() 879 if (ureg_src_is_undef(tx->regs.vT[idx])) in tx_texcoord_alloc() 880 tx->regs.vT[idx] = ureg_DECL_fs_input(tx->ureg, tx->texcoord_sn, idx, in tx_texcoord_alloc() 1021 src = tx->regs.vT[param->idx]; in tx_src_param() 1285 dst = ureg_dst(tx->regs.vT[param->idx]); in _tx_dst_param() 2482 ureg_MOV(ureg, ureg_writemask(ureg_saturate(dst), TGSI_WRITEMASK_XYZ), tx->regs.vT[s]); in DECL_SPECIAL() 2509 reg = tx->regs.vT[tx->insn.dst[0].idx]; in DECL_SPECIAL() 2562 apply_ps1x_projection(tx, texcoord, tx->regs.vT[m], m); in DECL_SPECIAL() 2650 ureg_DP3(ureg, ureg_writemask(dst, TGSI_WRITEMASK_X), tx->regs.vT[m], src); in DECL_SPECIAL() [all …]
|
D | nine_ff.c | 1087 struct ureg_src vT[8]; /* TEXCOORD[i] */ member 1356 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps() 1373 ps.vT[s] = ureg_DECL_fs_input(ureg, texcoord_sn, s, TGSI_INTERPOLATE_PERSPECTIVE); in nine_ff_build_ps() 1404 struct ureg_src texture_coord = ps.vT[s]; in nine_ff_build_ps() 1426 … ureg_MOV(ureg, ureg_writemask(ureg_dst(texture_coord), ureg_dst(ps.vT[s]).WriteMask), ps.vT[s]); in nine_ff_build_ps()
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | stereo_pcmu.rtp | 34 …vT}kyY{d����TL D�}��eI��X��������~r{a~q|g{auQoImBmClAl@nEoIlAe8d6e7c4qLݬ֤۪ޮ٧߯��i<g:c5e7k?mD… 43 …vT|d����|fy[}o������y[����uwW��������xZy\��x}kz]{d������uS|g������~x�����~v{{`vU�~����wX������…
|
D | stereo_pcmu_vad.rtp | 39 …اޮ����xZi=a2^.]-a3lA}������ޯܬޯ��~k@d7c4d6g:k>qK���������{cnFg:b4_/]-[+Z)]-vTܬϝ̚ϝץ߰��oHa2\,Z*Z)\+d… 41 …vT}kyY{d����TL D�}l�eI��X��������~r{a~q|g{auQoImBmClAl@nEoIlAe8d6e7c4qLݬ֤۪ޮ٧߯��i<g:c5e7k?mD… 55 …vT|d����|fy[}o������y[����uwW��������xZy\��x}kz]{d������uS|g������~x�����~v{{`vU�~����wX������… 70 …vT}kxY{d������������~r{a~q|g{buQoIlBmClAl@nEoIlAe8d6e7c4qLݬ֤۪ޮ٨߯��i<g:c5e7k?mDuQ������������uQwV|i…
|
D | stereo_pcmu_vad_jitter.rtp | 41 …vT}kyY{d����TL ��}l�eI��X��������~r{a~q|g{auQoImBmClAl@nEoIlAe8d6e7c4qLݬ֤۪ޮ٧߯��i<g:c5e7k?mD… 57 …vT{`����sN��z^mC��vUvT����tOw��oHx[��xX{d������{a��z]��vT�������oGnF{be7qL��xX{b��z_|h�}onF���nF�…
|
D | stereo_pcmu_jitter.rtp | 34 …vT}kyY{d����TL ��}��eI��X��������~r{a~q|g{auQoImBmClAl@nEoIlAe8d6e7c4qLݬ֤۪ޮ٧߯��i<g:c5e7k?mD… 52 …5c5`1d6pJ���ܫܬ���l?e8l@xZ����z_TLj}Q�e�I��X�������{cnFg:b4_/]-[+Z)]-vTܬϝ̚ϝץ߰��oHa2\,Z*Z)\+d… 60 …vT��wWz����y[��{e}j��wU|e��{c|f����~o��������������~����������{c}n~u��~s~p{e��z_��������������yZ…
|
D | toggling_stereo_g729_pt18_pt125.rtp | 1629 …q@��tu+( gȀ}@G�P�I��Xbq�8HTY>hbq�8HTY>h( gҀ}@H�P�I��Xrh��vT�Y�srh��vT�Y�s( g܀}@I…
|
D | hrtf_g722_1C_48_jitterT2.rtp | 2090 ���M�������$��vT,�,��V-ۿ���큰��*��.yG�D &�ؖ8d�f�]r�M��'T��-)@���9ڀ}��VEI��X�…
|
D | hrtf_g722_1C_48.rtp | 2109 ���M�������$��vT,�,��V-ۿ���큰��*��.yG�D &�ؖ8d�f�]r�M��'T��-)@���: �}��VEI��X…
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | MotionBlur.miff | 15 …BD�BC�@@�??�BB�DC�FD�EB�D?�C=�E?�F@�G@�I@�J?�K@�M@�PB�UD�YE�\F�`I�cK�jN�pP�vT�zU�xPzxNp{LfJc�Jf�M…
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_034.ppm | 5 …tXwq���w��WvWvR�xS�zR�xR�xR�xQ�wR�xM�tO�uP�vO�uO�uQ�wQ�wQ�uPtO�uM�tM�tP�vT�vSuW}uLsk���f��L|pL… 90 …}T�zR�wTwV�xX}zPuq���n��T|wX{V�|T�{SwQ}uQ}uR~vSwSwT�xT�xV�zW�{V�xT�wS�vT�wV�xW�zZz]�|[�|Y�zX… 387 …|_�����d��P�}Q�~S�~S�~Q�~P�}Q�P�~Q�~Q�~S�~R�}P�{P�{R�{Q�zL�xK�wM�xL�wQ�sT�vT�uS�tFofZ�z���^zvEzkH… 2421 …O)sI'oE#kD!hBhD kF"lE"mF#mF#nH%nH%oI&nJ&nJ&tO/wR3sL0uO3tP3vR5zW5�_=�zY�_�vT�mK�kI�dB�[5�W0{P){P)… 8487 J-O1R0T3V1T0T3V4S1X6a<_:]5_7��x�����������������������������wwwnmk^^[OPB3D6'Q8_F*vT*… 9259 …�ʥ�ͨ�Ѭ�ɤ�ʥ�̨�ͩ�ͧ�֯��ŭ��|}aM^B. 0%(H<?TIL^LR_MS`LQhTYwZYnQPeC*vT<�g=��nśuq̢�ʠ~Šğ~Ţ�… 9424 'J/tS%sR#a?hFvT!}[(zW)�`3�qC�}O�k;�o?�~M�{J��P�O�}L�{J�tE�uF�nB�tH�qC�tE�h:�f7�e4xX'�`/�d3}_.… 9453 nExP"{R%nE{R'�Y,�Z-�Y.zQ&{R'pHnI|W-xX)tS%uR"xV&vT!xW#|X&xT"{X(vS#mLpP~`/vX'}a1vZ*pV)v[/z_5z_5… 9497 …K"<T0:R./H&/H&0I'77*C(B05 :!:6)6"A >;V/PkDC^7ToIHa?TnL]vT:S1-J)?]<;X7MkJ7Q*/I"…
|
D | test_008.ppm | 2370 …%%=5 )/1]*1Y'.b07]47_6:J--B%%6&'J:;gPVqZ`vT`vT`�gt�eq�al�kuhJR4… 6010 …-.61..)'()))()(,,/1.-4D'V3mJ)vT-sQ)pQ)iJ"`BP1C#;… 6224 …�������������{��{��f~vY�uL|oF|oH�tL�~]��`��z�����������������������������`}vT��S�R��`��a��t�����… 6271 …����������������v�|g�}^�xY~uLvM�zQ�{R�|Z��d��|����������������������i��l�vT�tR�qK�nH�vO�|T�}_��d…
|
D | test_006.ppm | 7656 E7"Q<&T?)aH.eK1bH-kP5xY=~_C�dF�bE�[;�lK�sQ�vT�{Y�uS��b�}[�kE}^8{X7vS3|V:�[?�dF�vY��~�����z��w��o��g… 7886 D8<0PB"?17*YL.eO4]F,dD*dD*fD)`>#`A"nO0fF(`B�gE�dBz[:wY7tS3eD#`=kH&Z:�_>�bB�fE�mH�tO�vT�wV�oM…
|
D | test_012.ppm | 5051 ;*ZJ4hF!gE nL%vT-zT(wR&tO"qL qL pKpKpKvL!wM"sIuK… 7806 …Pn4Fe*:XCa'=[!Ki/Sq7Ig-Ml1B`&B`&[<R3I,H*J-V8_?!_?!_= oM0xW:{Y<]<�^=vT:mK0X; K.>)>)* "…
|
D | test_003.ppm | 6079 %))'%&')./.,/8J'`=�[<�aBvT/vT/vW-pQ'W7O/D#C"D#I(V1gC�b:�[3qI… 6396 …w��p�w_��q��w��e��s����������������̷ķ���t��M��D�{H��S��p��w��������������o�vT~n=|l;uP�~Y��z������…
|
D | test_007.ppm | 6111 …����������|��p�|^�tVzmEwkCuR��`����������������������������������~bwmCzoE}vT��a��|���������������… 6932 …u0o�IXp1<QRg3k}KfxFXg6Yh7^l:ao=R[(`i6fo<_h5tzK{�RtvLeg=hkA~�W��k��e��f��b�vT�^�~]�xW�z_~iOkR�qY…
|