Searched defs:__f (Results 1 – 14 of 14) 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
211 void (*__f)(void *); member
365 void (*__f)(void *); member
207 void (*__f)(void *); member
12 unsigned int __f[32]; member17 unsigned long long __f[32]; member22 unsigned long long __f[64] __attribute__((aligned(16))); member28 struct __riscv_mc_f_ext_state __f; member
384 void (*__f)(void *); member
204 void (*__f)(void *); member
20108 mem_fun(_Ret (_Tp::*__f)()) in mem_fun()20118 mem_fun_ref(_Ret (_Tp::*__f)()) in mem_fun_ref()25026 locale(const locale& __other, _Facet* __f) in locale()30470 __check_facet(const _Facet* __f) in __check_facet()31016 operator<<(double __f) in operator <<()31020 operator<<(float __f) in operator <<()31028 operator<<(long double __f) in operator <<()31721 operator>>(float& __f) in operator >>()31725 operator>>(double& __f) in operator >>()31729 operator>>(long double& __f) in operator >>()[all …]