Searched refs:floatToInt64 (Results 1 – 3 of 3) sorted by relevance
28 int64_t floatToInt64(float f);40 static inline int64_t floatToInt64(float f) in floatToInt64() function
90 int64_t floatToInt64(float f) in floatToInt64() function
156 …*time1 = sync->time1_base + floatToInt64(sync->alpha + sync->beta * floatFromInt64(time2 - sync->t… in time_sync_estimate_time1()