HomeSort by relevance Sort by last modified time
    Searched refs:floatFromInt64 (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
floatRt.h 30 float floatFromInt64(int64_t v);
50 static inline float floatFromInt64(int64_t v)
  /device/google/contexthub/firmware/os/core/
floatRt.c 137 float floatFromInt64(int64_t v)
  /device/google/contexthub/firmware/os/algos/
time_sync.c 156 *time1 = sync->time1_base + floatToInt64(sync->alpha + sync->beta * floatFromInt64(time2 - sync->time2_base));

Completed in 107 milliseconds