OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_vec
(Results
1 - 3
of
3
) sorted by null
/external/piex/src/binary_parse/
range_checked_byte_ptr.cc
266
std::vector<unsigned char>
y_vec
= y.extractBytes(0, num);
local
269
return ::memcmp(&x_vec[0], &
y_vec
[0], num);
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c
850
int
y_vec
, w_vec;
local
857
y_vec
= get_src_vec(gen, inst, 0, TGSI_CHAN_Y); /*
y_vec
= src[0].y */
858
ppc_vmaxfp(gen->f,
y_vec
,
y_vec
, zero_vec); /*
y_vec
= max(
y_vec
, 0) */
873
ppc_vec_pow(gen->f, pow_vec,
y_vec
, w_vec); /* pow = pow(y, w) */
[
all
...]
/external/opencv3/modules/ml/src/
svm.cpp
490
y_vec
= _y;
581
const schar* _y = &
y_vec
[0];
648
const schar* y = &
y_vec
[0];
811
const schar* y = &
y_vec
[0];
857
const schar* y = &
y_vec
[0];
907
const schar* y = &
y_vec
[0];
966
const schar* y = &
y_vec
[0];
[
all
...]
Completed in 72 milliseconds