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

  /external/llvm/unittests/IR/
DebugInfoTest.cpp 31 EXPECT_EQ(0u, DebugNode::getFlag("Vector"));
63 #define CHECK_SPLIT(FLAGS, VECTOR, REMAINDER) \
67 EXPECT_TRUE(makeArrayRef(V).equals(VECTOR)); \
  /external/eigen/bench/btl/data/
smooth.cxx 21 #include <vector>
31 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops);
32 void write_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops);
33 void smooth_curve(const vector<double> & tab_mflops, vector<double> & smooth_tab_mflops,int window_half_width);
34 void centered_smooth_curve(const vector<double> & tab_mflops, vector<double> & smooth_tab_mflops,int window_half_width);
57 vector<int> tab_sizes
    [all...]
  /external/llvm/lib/Target/R600/
R600Defines.h 38 VECTOR = (1 << 6),
R600InstrInfo.cpp 43 return get(MI.getOpcode()).TSFlags & R600_InstFlag::VECTOR;
352 std::vector<std::pair<int, unsigned> >
359 std::vector<std::pair<int, unsigned> > Result;
385 static std::vector<std::pair<int, unsigned> >
386 Swizzle(std::vector<std::pair<int, unsigned> > Src,
443 const std::vector<std::vector<std::pair<int, unsigned> > > &IGSrcs,
444 const std::vector<R600InstrInfo::BankSwizzle> &Swz,
445 const std::vector<std::pair<int, unsigned> > &TransSrcs,
447 int Vector[4][3]
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 53 /// isVector - Vector instructions are instructions that must fill all
95 std::vector<MachineOperand> &Pred) const;
140 VECTOR = (1 << 6)
R600InstrInfo.cpp 45 return get(MI.getOpcode()).TSFlags & R600_InstFlag::VECTOR;
440 std::vector<MachineOperand> &Pred) const
  /external/eigen/blas/fortran/
drotmg.f 13 * THE SECOND COMPONENT OF THE 2-VECTOR (DSQRT(DD1)*DX1,DSQRT(DD2)*
srotmg.f 13 * THE SECOND COMPONENT OF THE 2-VECTOR (SQRT(SD1)*SX1,SQRT(SD2)*
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 187 vector<string>* result) {
188 back_insert_iterator< vector<string> > it(*result);
225 vector<string>* result) {
226 back_insert_iterator<vector<string> > it(*result);
232 // This merges a vector of string components with delim inserted
264 void JoinStrings(const vector<string>& components,
278 // The second call stores its errors in a supplied string vector.
279 // If the string vector pointer is NULL, it reports the errors with LOG().
297 #define LOG_STRING(LEVEL, VECTOR) GOOGLE_LOG_IF(LEVEL, false)
304 vector<string> *errors)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 137 milliseconds