Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DfloatRt.h28 int64_t floatToInt64(float f);
40 static inline int64_t floatToInt64(float f) in floatToInt64() function
/device/google/contexthub/firmware/os/core/
DfloatRt.c90 int64_t floatToInt64(float f) in floatToInt64() function
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c156 …*time1 = sync->time1_base + floatToInt64(sync->alpha + sync->beta * floatFromInt64(time2 - sync->t… in time_sync_estimate_time1()