Searched defs:__f (Results 1 – 2 of 2) sorted by relevance
60 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS()62 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member66 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS()68 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member
1136 void (*__f)(void *); member