Searched defs:__f (Results 1 – 3 of 3) 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
225 #define GETF(__r, __f) \ argument232 #define SETF(__r, __f, __v) \ argument