HomeSort by relevance Sort by last modified time
    Searched refs:VL (Results 1 - 10 of 10) sorted by null

  /external/ceres-solver/internal/ceres/
jet_test.cc 42 #define VL VLOG(1)
74 VL << "x = " << x;
75 VL << "y = " << y;
80 VL << "z = " << z;
81 VL << "w = " << w;
88 VL << "z = " << z;
89 VL << "w = " << w;
96 VL << "z = " << z;
97 VL << "w = " << w;
104 VL << "z = " << z
    [all...]
  /external/clang/lib/AST/
DeclOpenMP.cpp 31 ArrayRef<Expr *> VL) {
33 (VL.size() * sizeof(Expr *));
38 D->NumVars = VL.size();
39 D->setVars(VL);
55 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) {
56 assert(VL.size() == NumVars &&
59 std::copy(VL.begin(), VL.end(), Vars);
CommentSema.cpp 462 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment(
468 checkFunctionDeclVerbatimLine(VL);
469 checkContainerDeclVerbatimLine(VL);
470 return VL;
    [all...]
CommentParser.cpp 699 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(),
704 return VL;
Stmt.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 127 /// \returns the parent basic block if all of the instructions in \p VL
129 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) {
130 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
134 for (int i = 1, e = VL.size(); i < e; i++) {
135 Instruction *I = dyn_cast<Instruction>(VL[i]);
145 /// \returns True if all of the values in \p VL are constants.
146 static bool allConstant(ArrayRef<Value *> VL) {
147 for (unsigned i = 0, e = VL.size(); i < e; ++i)
148 if (!isa<Constant>(VL[i]))
153 /// \returns True if all of the values in \p VL are identical
    [all...]
  /external/clang/include/clang/AST/
DeclOpenMP.h 56 void setVars(ArrayRef<Expr *> VL);
61 ArrayRef<Expr *> VL);
StmtOpenMP.h 87 void setVarRefs(ArrayRef<Expr *> VL) {
88 assert(VL.size() == NumVars &&
90 std::copy(VL.begin(), VL.end(),
223 /// \brief Creates clause with a list of variables \a VL.
229 /// \param VL List of references to the variables.
234 ArrayRef<Expr *> VL);
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 221 ?T?l??@???_I8>?3?????t?a,?\{e?? ?G?w??O3???K?ef????.G???????p? ?-{?!?V???WG??fI;?+?(*>@??V?l??x??{??p?~?B?Vl!&D???\?w??n?Z??/5ì????4?*?l?v?4??WV???/?k?4??u?5 F0M??3?³u ?O?6H9?Rh??}@??Fv? ??Ss????c%]??'??f??f???Gtr8>????.?? ?%?kP???",??8??_???g?<O?N<?i????/&x+uh]?T:^?j??l N?V??!?`?O??z??PU?W???q?+??U??c??"?v??W~?`0?A^???? ?8X?{?O???\]T9;?(?L?4??LW4?????X?4_?+? ?<yB/s????r#;??A??0?J???+[???O???????84???>W?g??z? ?3??F????*9?C??.??V???????Q`?@?=#FU ?/?s8/[0???W?????????of%??:??j5?--AN???CW?????n???[LQ???'??H} j4?H6mj???lL?7????O?n????#+j?D?"^A????U/???D`?????????u;5?
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 277 milliseconds