Home
last modified time | relevance | path

Searched refs:VL (Results 1 – 25 of 26) sorted by relevance

12

/external/ceres-solver/internal/ceres/
Djet_test.cc42 #define VL VLOG(1) macro
74 VL << "x = " << x; in TEST()
75 VL << "y = " << y; in TEST()
80 VL << "z = " << z; in TEST()
81 VL << "w = " << w; in TEST()
88 VL << "z = " << z; in TEST()
89 VL << "w = " << w; in TEST()
96 VL << "z = " << z; in TEST()
97 VL << "w = " << w; in TEST()
104 VL << "z = " << z; in TEST()
[all …]
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp120 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) { in getSameBlock() argument
121 Instruction *I0 = dyn_cast<Instruction>(VL[0]); in getSameBlock()
125 for (int i = 1, e = VL.size(); i < e; i++) { in getSameBlock()
126 Instruction *I = dyn_cast<Instruction>(VL[i]); in getSameBlock()
137 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() argument
138 for (unsigned i = 0, e = VL.size(); i < e; ++i) in allConstant()
139 if (!isa<Constant>(VL[i])) in allConstant()
145 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() argument
146 for (unsigned i = 1, e = VL.size(); i < e; ++i) in isSplat()
147 if (VL[i] != VL[0]) in isSplat()
[all …]
/external/clang/lib/AST/
DDeclOpenMP.cpp31 ArrayRef<Expr *> VL) { in Create() argument
32 OMPThreadPrivateDecl *D = new (C, DC, VL.size() * sizeof(Expr *)) in Create()
34 D->NumVars = VL.size(); in Create()
35 D->setVars(VL); in Create()
48 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) { in setVars() argument
49 assert(VL.size() == NumVars && in setVars()
52 std::copy(VL.begin(), VL.end(), Vars); in setVars()
DStmt.cpp1129 ArrayRef<Expr *> VL) { in Create() argument
1132 sizeof(Expr *) * VL.size()); in Create()
1134 EndLoc, VL.size()); in Create()
1135 Clause->setVarRefs(VL); in Create()
1151 ArrayRef<Expr *> VL) { in Create() argument
1154 sizeof(Expr *) * VL.size()); in Create()
1158 VL.size()); in Create()
1159 Clause->setVarRefs(VL); in Create()
1175 ArrayRef<Expr *> VL) { in Create() argument
1178 sizeof(Expr *) * VL.size()); in Create()
[all …]
DCommentSema.cpp449 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine() local
455 checkFunctionDeclVerbatimLine(VL); in actOnVerbatimLine()
456 checkContainerDeclVerbatimLine(VL); in actOnVerbatimLine()
457 return VL; in actOnVerbatimLine()
DCommentParser.cpp720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine() local
725 return VL; in parseVerbatimLine()
/external/clang/include/clang/AST/
DOpenMPClause.h88 void setVarRefs(ArrayRef<Expr *> VL) { in setVarRefs() argument
89 assert(VL.size() == NumVars && in setVarRefs()
92 VL.begin(), VL.end(), in setVarRefs()
702 SourceLocation EndLoc, ArrayRef<Expr *> VL);
762 SourceLocation EndLoc, ArrayRef<Expr *> VL);
822 SourceLocation EndLoc, ArrayRef<Expr *> VL);
881 SourceLocation EndLoc, ArrayRef<Expr *> VL);
965 SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL,
1048 ArrayRef<Expr *> VL, Expr *Step);
1132 SourceLocation EndLoc, ArrayRef<Expr *> VL,
[all …]
DDeclOpenMP.h56 void setVars(ArrayRef<Expr *> VL);
61 ArrayRef<Expr *> VL);
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1961 VL = VALUE_FLOAT_VEC34, // L for "large" in init() enumerator
2133 …{ geometricFunctionsGroup, "length", "length", { F, VL, N, N }, attrNegPos, -1, false, fa… in init()
2134 …{ geometricFunctionsGroup, "distance", "distance", { F, VL, VL, N }, attrNegPos, -1, false… in init()
2135 …{ geometricFunctionsGroup, "dot", "dot", { F, VL, VL, N }, attrNegPos, -1, false, false,… in init()
2137 …{ geometricFunctionsGroup, "normalize", "normalize", { VL, VL, N, N }, attrNegPos, -1, false… in init()
2138 …{ geometricFunctionsGroup, "faceforward", "faceforward", { VL, VL, VL, VL }, attrNegPos, -1, f… in init()
2139 …{ geometricFunctionsGroup, "reflect", "reflect", { VL, VL, VL, N }, attrNegPos, -1, false, … in init()
2140 …{ geometricFunctionsGroup, "refract", "refract", { VL, VL, VL, F }, attrNegPos, -1, false, … in init()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1951 VL = VALUE_FLOAT_VEC34, // L for "large" in init() enumerator
2092 …{ geometricFunctionsGroup, "length", "length", { F, VL, N, N }, attrNegPos, -1, false, fa… in init()
2093 …{ geometricFunctionsGroup, "distance", "distance", { F, VL, VL, N }, attrNegPos, -1, false… in init()
2094 …{ geometricFunctionsGroup, "dot", "dot", { F, VL, VL, N }, attrNegPos, -1, false, false,… in init()
2096 …{ geometricFunctionsGroup, "normalize", "normalize", { VL, VL, N, N }, attrNegPos, -1, false… in init()
2097 …{ geometricFunctionsGroup, "faceforward", "faceforward", { VL, VL, VL, VL }, attrNegPos, -1, f… in init()
2098 …{ geometricFunctionsGroup, "reflect", "reflect", { VL, VL, VL, N }, attrNegPos, -1, false, … in init()
2099 …{ geometricFunctionsGroup, "refract", "refract", { VL, VL, VL, F }, attrNegPos, -1, false, … in init()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_phs.pkb39 …G��G�H�H�H�fH��H��H�>I��I��I�J�^J��J��J�6K�~K��K�L�VL�WL��L��L��L�FM…
/external/tcpdump/tests/
Dgeonet_and_calm_fast.out85 0x0010: f7d0 ba32 0080 0280 00cc 0407 d456 4c00 ...2.........VL.
148 0x0010: f7d0 c9d8 0080 0280 00cc 0407 d456 4c00 .............VL.
Dprint-capX.out81 0x02a0: 494e 4b3d 2223 3030 3030 4546 2220 564c INK="#0000EF".VL
/external/llvm/lib/Target/X86/
DX86InstrFormats.td99 def CD8VF : CD8VForm<0>; // v := VL
100 def CD8VH : CD8VForm<1>; // v := VL/2
101 def CD8VQ : CD8VForm<2>; // v := VL/4
102 def CD8VO : CD8VForm<3>; // v := VL/8
/external/bzip2/
Dbzip2.1.preformatted12 …bbzziipp22 [ −−ccddffkkqqssttvvzzVVLL112233445566778899 ] [ _f_i_l_e…
13 bbuunnzziipp22 [ −−ffkkvvssVVLL ] [ _f_i_l_e_n_a_m_e_s _._._. ]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_mgc.pkb5707 z���[�`������)�� l�EO���;3$(>K:d�i2-=QF=BD3>NT#$"$=17YEpf0??VL
/external/chromium_org/media/test/data/
Dbali_640x360_P420_alpha.yuv1VL@91./158<?BDHJKMNQRSTVWXYZZXVUTRNID?93/.---,,-.148:?DHKP_��������{����xm`yu{ah|�����������������…
Dbali_640x360_P420.yuv1VL@91./158<?BDHJKMNQRSTVWXYZZXVUTRNID?93/.---,,-.148:?DHKP_��������{����xm`yu{ah|�����������������…
Dbali_640x360_P422.yuv1VL@91./158<?BDHJKMNQRSTVWXYZZXVUTRNID?93/.---,,-.148:?DHKP_��������{����xm`yu{ah|�����������������…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_mgc.pkb1400 ?����_�\VL>P@E6QSjcr==1TZ(F68A;<<PW5F62:GSSX#)(.+/073=7:A8b7!&'&&.3/52088;;%!""�s�(�
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_mgc.pkb1974 7�����i�)��F3����� ��p���9�'$Y^[0,)+89aNG?(B%VL*3>CE<BYLL?LRSaR�8(1<ZFa[h>CO@7)A@:H=8ZGC…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_mgc.pkb2574 o�U3>���]9,@1'DR<K5THuU-8VL<C"3?����{��y~�{������®˿�s�z���u���������������������~�������
/external/qemu/distrib/jpeg-6b/
Dtestimg.ppm4 …`IhaGhaGhaGf_Le^Kb[I\WDWR?PM:LI8IH6IH6GH6GJ9GK:HL;IM<HO?JN?PQCXRF[OCiRD�YM�VL�SL�ZY�IJ�?B�99�72�;1…
/external/jpeg/
Dtestimg.ppm4 …`IhaGhaGhaGf_Le^Kb[I\WDWR?PM:LI8IH6IH6GH6GJ9GK:HL;IM<HO?JN?PQCXRF[OCiRD�YM�VL�SL�ZY�IJ�?B�99�72�;1…
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
Dh264-svc-99-640x360.rtpdump1038 G�VL�����?�E�a�l&.���������걭x��D��uRh̯�n+��Z}�F�)����۳S�c�����f�g_i��;��[�"��)�C-��������…
6632 <!�F�EL�4J���nCZGxx��Z3X��K^-�VL���g!L�#�Z��_�qc9m"����2AAycK���q>Xi'�2���G�p&��…
8453 …;u��jy�4�\0AM���S�Õ/f!�nD$�����Cʜ���Rw��+q~�9���ʵ�����Xc�\m�Q?�ηVL�S�#0�nG��᥶�������Ҥ…

12