OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatToInt64
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
floatRt.h
28
int64_t
floatToInt64
(float f);
40
static inline int64_t
floatToInt64
(float f)
/device/google/contexthub/firmware/src/
floatRt.c
90
int64_t
floatToInt64
(float f)
/device/google/contexthub/firmware/src/algos/
time_sync.c
156
*time1 = sync->time1_base +
floatToInt64
(sync->alpha + sync->beta * floatFromInt64(time2 - sync->time2_base));
Completed in 205 milliseconds