OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nle
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h
19
* (nx,nxb,ny,nyb,nz,nzb,
nle
). Once the buckets are full the data is used to
80
uint32_t nx, nxb, ny, nyb, nz, nzb,
nle
;
member in struct:AccelGoodData
accel_cal.c
141
agd->
nle
= 0;
334
// The leftover bucket
nle
.
337
ac1->agd.
nle
< ac1->agd.nfle) {
338
ac1->agd.
nle
+= 1;
717
(unsigned)acc->ac1[0].agd.
nle
,
726
(unsigned)acc->ac1[1].agd.
nle
,
Completed in 4878 milliseconds