/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | unordered-fcmp.ll | 8 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}}) 19 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}}) 30 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}}) 41 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}}) 52 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}})
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 1068 CUpdateOptions &uo = options.UpdateOptions; in Main2() local 1069 if (uo.SfxMode && uo.SfxModule.IsEmpty()) in Main2() 1070 uo.SfxModule = kDefaultSfxModule; in Main2() 1095 callback.StdOutMode = uo.StdOutMode; in Main2() 1110 uo, in Main2() 1126 const CHashOptions &uo = options.HashOptions; in Main2() local 1137 options.Censor, uo, in Main2()
|
/external/deqp-deps/glslang/Test/ |
D | spv.130.frag | 10 out uvec4 uo; 52 uo = texture(Usca, i);
|
D | spv.400.frag | 6 out uint uo; 259 uo = u % i;
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.130.frag.out | 40 Name 99 "uo" 147 99(uo): 98(ptr) Variable Output 274 Store 99(uo) 106
|
D | spv.400.frag.out | 52 Name 1105 "uo" 189 1105(uo): 1104(ptr) Variable Output 249 Store 1105(uo) 1111
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Hexagon/ |
D | xtype_fp.txt | 18 # CHECK: p3 = sfcmp.uo(r17,r21) 30 # CHECK: p3 = dfcmp.uo(r17:16,r21:20)
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | xtype_fp.txt | 18 # CHECK: p3 = sfcmp.uo(r17, r21) 30 # CHECK: p3 = dfcmp.uo(r17:16, r21:20)
|
/external/icu/icu4c/source/data/translit/ |
D | Latin_NumericPinyin.txt | 17 # "u", "ua", "uo", "uai", "ui", "uan", "un", "uang", "ueng",
|
D | zh_Latn_PINYIN_ru.txt | 124 uo → о;
|
D | rm_SURSILV_rm_FONIPA_SURSILV.txt | 74 uo → ʊɔ\u032F ;
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 736abcb95475c0824cec95236f0dc754.00000e68.honggfuzz.cov | 14 CTQ�83����r�ނڽ�&��h} Z�D�B?��.��Y��IXx�H#uo?��bѯ�l�ʃZΪ���]���m,�[�������B9K@�a����L�
|
D | 8fa07a3fada5c6363d5a3c02f75b8947.00000e68.honggfuzz.cov | 14 CTQ�83����r�ނڽ�&��h} Z�D�B?��.��Y��IXx�H#uo?��bѯ�l�ʃZΪ���]���m,�[�������B9K@�a����L�
|
D | 0291be9eb627eb5bdcddb10dd04b4d6c.00003c8b.honggfuzz.cov | 59 �j�j�uo���bPK�;����D8S��ܑz�v�v���_uN�&�&`�Ę�Ҳ�o����1R��3D$l$��oEEvIqhs��Fw�k�^����pz~�����m…
|
D | ad3dbe5c12982e91f10f33df15f2b013.000070a0.honggfuzz.cov | 76 ?�Ϲ���t[�&��s��23p5.�5�fOZt<�n���EO�"|���c/�t�e�Z�i��]��SP����a�uo��� �b�E5�>5IM�7��Z�z?�… 91 ?�Ϲ���t[�&��s��23p5.�5�fOZt<�n���EO�"|���c/�t�e�Z�i��]��SP����a�uo��� �b�E5�>5IM�7��Z�z?�…
|
D | 936b88864a2c762ca625b9e3a62e1e34.00003e90.honggfuzz.cov | 17 …W�U܃=����ͥ��n�lF���#y0�6E1�*�S�������}nr�3���� [тW:��{��O�^H%��#|uo���0D�3�ҙZ�u���䱖��…
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | vec-fonipa-t-vec.txt | 111 tenjùo teˈɲuo
|
/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | xtype_fp.ll | 44 ; CHECK: = sfcmp.uo({{.*}}, {{.*}}) 72 ; CHECK: = dfcmp.uo({{.*}}, {{.*}})
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | xtype_fp.ll | 44 ; CHECK: = sfcmp.uo({{.*}},{{.*}}) 72 ; CHECK: = dfcmp.uo({{.*}},{{.*}})
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1490 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant() argument 1492 const MemberPointerType *type = cast<MemberPointerType>(uo->getType()); in getMemberPointerConstant() 1493 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl(); in getMemberPointerConstant()
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 936b88864a2c762ca625b9e3a62e1e34.00003e90.honggfuzz.cov | 17 …W�U܃=����ͥ��n�lF���#y0�6E1�*�S�������}nr�3���� [тW:��{��O�^H%��#|uo���0D�3�ҙZ�u���䱖��…
|
D | d59b3f523904ba07061088f0ffb95cb8.0000c634.honggfuzz.cov | 65 ��(��b�f�@����A����WU��@���8òY����uo՛Lw*8L��s&��-Y��@f�,u�%k�fK4'p�QZJ!W��6l8��t>܍�
|
/external/webrtc/talk/media/testdata/ |
D | voice.rtpdump | 8 …����kij���9^�4�*��pjrojoop�qu�|kk{�����}����������wgior���ot����kp}��uo���mkn|�kjm����������… 15 …_\_nzmq����ln�������������������������~}n]Z]cc_aqyf[[ao�h\^m�yeo����x~����uo~���~kk�rhhj{wf[]m�pd… 83 …������������n^^ZXTOOOOKLO]���:��5g���pjjos����������������cWQUXWOTe��uo~������������sm^]Y\bo… 86 …zx��}|��xku���zvyyx���~|{����|x�xz���pmy���w{���us}���vqz���vs{���or���uo{���}sry���zquv|{yxyy…
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Contrast.miff | 15 …d�Hj�Re�J]�DZ~C[tE^wFQO@VPFeUDhZClf^vp�li�XZ�bb���ԕ�ә�ɗ�ɔ�����qh~g^Z}TI�SK�uo��|�[W�2*�1!�7'�7-�3)…
|
/external/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | read_prog.miff | 13 …�PO�XOL3ET3n�d��z��sWW5EM&d�Pd�Sf�Me�Ii�Mo�Uv�Zx�\\GPZKHWQ7UW2QY4NVAVY`eb}uo�g]cXfb[U[V@ZY:_`AmY…
|