OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time1_base
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/
time_sync.c
108
uint64_t
time1_base
= sync->time1[i];
local
119
mean_y += floatFromUint64(sync->time1[ii] -
time1_base
) * invN;
134
float y = floatFromUint64(sync->time1[ii] -
time1_base
) - mean_y;
150
sync->
time1_base
=
time1_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
37
uint64_t
time1_base
;
member in struct:__anon2440
Completed in 193 milliseconds