OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invn
(Results
1 - 6
of
6
) sorted by null
/hardware/invensense/6515/libsensors_iio/
SensorBase.cpp
60
property_get("
invn
.hal.verbose.basic", value, "0");
64
property_get("
invn
.hal.verbose.extra", value, "0");
68
property_get("
invn
.hal.verbose.sysfs", value, "0");
72
property_get("
invn
.hal.verbose.engineering", value, "0");
76
property_get("
invn
.hal.entry.function", value, "0");
80
property_get("
invn
.hal.entry.handler", value, "0");
84
property_get("
invn
.hal.data.input", value, "0");
88
property_get("
invn
.hal.data.handler", value, "0");
92
property_get("
invn
.hal.debug.batching", value, "0");
MPLSensor.cpp
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp
58
property_get("
invn
.hal.verbose.basic", value, "0");
62
property_get("
invn
.hal.verbose.extra", value, "0");
66
property_get("
invn
.hal.verbose.sysfs", value, "0");
70
property_get("
invn
.hal.verbose.engineering", value, "0");
74
property_get("
invn
.hal.entry.function", value, "0");
78
property_get("
invn
.hal.entry.handler", value, "0");
82
property_get("
invn
.hal.data.input", value, "0");
86
property_get("
invn
.hal.data.handler", value, "0");
/device/google/contexthub/firmware/src/drivers/tilt_detection/
tilt_detection.c
85
float
invN
;
105
invN
= 1.0f / state->this_batch_num_samples;
106
state->this_batch_g[0] = state->this_batch_sample_sum[0] *
invN
;
107
state->this_batch_g[1] = state->this_batch_sample_sum[1] *
invN
;
108
state->this_batch_g[2] = state->this_batch_sample_sum[2] *
invN
;
/device/google/contexthub/firmware/src/algos/
time_sync.c
116
float
invN
= 1.0f / n;
119
mean_y += floatFromUint64(sync->time1[ii] - time1_base) *
invN
;
120
mean_x += floatFromUint64(sync->time2[ii] - time2_base) *
invN
;
/external/opencv/cv/src/
cvsnakes.cpp
87
float
invn
;
local
142
invn
= 1 / ((float) n);
186
ave_d *=
invn
;
Completed in 258 milliseconds