/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),
|
AMDGPUISelDAGToDAG.cpp | 54 bool FoldOperands(unsigned, const R600InstrInfo *, std::vector<SDValue> &); 55 bool FoldDotOperands(unsigned, const R600InstrInfo *, std::vector<SDValue> &); 214 std::vector<unsigned> Consts; 244 std::vector<SDValue> Ops; 362 std::vector<SDValue> Ops; 376 R600_InstFlag::VECTOR)) { 389 // 0 for MachineInstrs, but we have no DST in the Ops vector. 428 std::vector<SDValue> Ops; 440 !(TII->get(Result->getMachineOpcode()).TSFlags & R600_InstFlag::VECTOR) 447 std::vector<SDValue> Ops [all...] |
R600InstrInfo.cpp | 46 return get(MI.getOpcode()).TSFlags & R600_InstFlag::VECTOR; 288 std::vector<std::pair<int, unsigned> > 295 std::vector<std::pair<int, unsigned> > Result; 321 static std::vector<std::pair<int, unsigned> > 322 Swizzle(std::vector<std::pair<int, unsigned> > Src, 377 const std::vector<std::vector<std::pair<int, unsigned> > > &IGSrcs, 378 const std::vector<R600InstrInfo::BankSwizzle> &Swz, 379 const std::vector<std::pair<int, unsigned> > &TransSrcs, 381 int Vector[4][3] [all...] |
/external/chromium_org/third_party/mesa/src/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/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/ |
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/chromium_org/third_party/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/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 187 vector<string>* result) { 188 back_insert_iterator< vector<string> > it(*result); 194 // This merges a vector of string components with delim inserted 226 void JoinStrings(const vector<string>& components, 240 // The second call stores its errors in a supplied string vector. 241 // If the string vector pointer is NULL, it reports the errors with LOG(). 259 #define LOG_STRING(LEVEL, VECTOR) GOOGLE_LOG_IF(LEVEL, false) 266 vector<string> *errors) { 391 // The second call stores its errors in a supplied string vector. 392 // If the string vector pointer is NULL, it reports the errors with LOG() [all...] |
/external/clang/bindings/python/clang/ |
cindex.py | [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | [all...] |
chromeVoxChromePageScript.js | [all...] |