Home
last modified time | relevance | path

Searched defs:floatFromUint64 (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DfloatRt.h45 static inline float floatFromUint64(uint64_t v) in floatFromUint64() function
/device/google/contexthub/firmware/os/core/
DfloatRt.c126 float floatFromUint64(uint64_t v) in floatFromUint64() function
/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h84 static inline float floatFromUint64(uint64_t v) { in floatFromUint64() function