Home
last modified time | relevance | path

Searched refs:floatFromInt64 (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/inc/
DfloatRt.h30 float floatFromInt64(int64_t v);
50 static inline float floatFromInt64(int64_t v) in floatFromInt64() function
/device/google/contexthub/firmware/src/
DfloatRt.c137 float floatFromInt64(int64_t v) in floatFromInt64() function
/device/google/contexthub/firmware/src/algos/
Dtime_sync.c156 …*time1 = sync->time1_base + floatToInt64(sync->alpha + sync->beta * floatFromInt64(time2 - sync->t… in time_sync_estimate_time1()