Home
last modified time | relevance | path

Searched refs:pack754 (Results 1 – 2 of 2) sorted by relevance

/external/fio/lib/
Dieee754.h6 extern uint64_t pack754(long double f, unsigned bits, unsigned expbits);
9 #define fio_double_to_uint64(val) pack754((val), 64, 11)
Dieee754.c11 uint64_t pack754(long double f, unsigned bits, unsigned expbits) in pack754() function