OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inv_row_2_scale
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.c
555
static unsigned short
inv_row_2_scale
(const signed char *row)
function
600
scalar =
inv_row_2_scale
(mtx);
601
scalar |=
inv_row_2_scale
(mtx + 3) << 3;
602
scalar |=
inv_row_2_scale
(mtx + 6) << 6;
/hardware/invensense/60xx/mlsdk/mllite/
ml.c
1459
static unsigned short
inv_row_2_scale
(const signed char *row)
function
[
all
...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c
555
static unsigned short
inv_row_2_scale
(const signed char *row)
function
600
scalar =
inv_row_2_scale
(mtx);
601
scalar |=
inv_row_2_scale
(mtx + 3) << 3;
602
scalar |=
inv_row_2_scale
(mtx + 6) << 6;
Completed in 90 milliseconds