OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatFromInt64
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
floatRt.h
30
float
floatFromInt64
(int64_t v);
50
static inline float
floatFromInt64
(int64_t v)
/device/google/contexthub/firmware/src/
floatRt.c
137
float
floatFromInt64
(int64_t v)
/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 798 milliseconds