Searched defs:__f (Results 1 – 2 of 2) sorted by relevance
55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS()57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS()63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member
350 void (*__f)(void *); member