OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vector_a
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c
216
int t2, vector_a1,
vector_a
;
local
244
"subu_s.qb %[
vector_a
], %[t2], %[vector_a1] \n\t"
245
"sw %[
vector_a
], 0(%[dst_ptr]) \n\t"
247
: [t2] "=&r" (t2), [
vector_a
] "=&r" (
vector_a
),
269
"addu_s.qb %[
vector_a
], %[vector_a1], %[t2] \n\t"
270
"sw %[
vector_a
], 0(%[dst_ptr]) \n\t"
272
: [t2] "=&r" (t2), [
vector_a
] "=&r" (
vector_a
),
/external/eigen/bench/btl/generic_bench/utils/
xy_file.hh
63
template<class
Vector_A
, class Vector_B>
64
void dump_xy_file(const
Vector_A
& X, const Vector_B & Y, const std::string & filename){
/external/chromium_org/chrome/browser/extensions/
extension_blacklist_browsertest.cc
139
std::vector<std::string>
vector_a
(1, info_a_.id());
Completed in 226 milliseconds