Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/
A Dmath.h42 static __inline unsigned __FLOAT_BITS(float __f) { in __FLOAT_BITS() argument
44 float __f; in __FLOAT_BITS() member
47 __u.__f = __f; in __FLOAT_BITS()
50 static __inline unsigned long long __DOUBLE_BITS(double __f) { in __DOUBLE_BITS() argument
52 double __f; in __DOUBLE_BITS() member
55 __u.__f = __f; in __DOUBLE_BITS()

Completed in 3 milliseconds