OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_index
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c
239
unsigned int
a_index
, b_index;
local
240
for (
a_index
= 0;
a_index
< a->ReaderCount;
a_index
++) {
241
struct rc_reader reader_a = a->Readers[
a_index
];
/external/eigen/Eigen/src/Core/
Diagonal.h
73
inline Diagonal(MatrixType& matrix, Index
a_index
= DiagIndex) : m_matrix(matrix), m_index(
a_index
) {}
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java
112
int
a_index
= ((i * k) + l);
local
114
float mult = a_float[
a_index
] * b_float[b_index];
/toolchain/binutils/binutils-2.25/gas/config/
tc-m32r.c
759
int
a_index
;
771
for (
a_index
= 0;
773
a_index
++, a_operands ++)
786
if (OPERAND_IS_COND_BIT (a_operands, a->indices,
a_index
))
816
&& (a->indices[
a_index
] == b->indices[b_index]))
756
int
a_index
;
local
[
all
...]
/external/gemmlowp/test/
test.cc
82
const int
a_index
= i * a_i_stride + l * a_l_stride;
local
83
const uint8_t a_as_byte = a[
a_index
];
[
all
...]
/frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp
690
const int
a_index
= ((i * lda) + l);
local
691
const uint8_t a_as_byte = a[
a_index
];
[
all
...]
Completed in 7007 milliseconds