OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time2_base
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/
time_sync.c
109
uint64_t
time2_base
= sync->time2[i];
local
120
mean_x += floatFromUint64(sync->time2[ii] -
time2_base
) * invN;
135
float x = floatFromUint64(sync->time2[ii] -
time2_base
) - mean_x;
151
sync->
time2_base
=
time2_base
;
156
*time1 = sync->time1_base + floatToInt64(sync->alpha + sync->beta * floatFromInt64(time2 - sync->
time2_base
));
/device/google/contexthub/firmware/os/inc/algos/
time_sync.h
38
uint64_t
time2_base
;
member in struct:__anon2440
Completed in 353 milliseconds