Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS()
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
61 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
Dpthread.h211 void (*__f)(void *); member
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS()
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
61 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
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS()
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
61 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
Dpthread.h211 void (*__f)(void *); member
/third_party/musl/ndk_musl_include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS()
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
61 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
Dpthread.h365 void (*__f)(void *); member
/third_party/musl/include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS()
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
61 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
Dpthread.h207 void (*__f)(void *); member
/third_party/musl/arch/riscv64/bits/
Dsignal.h12 unsigned int __f[32]; member
17 unsigned long long __f[32]; member
22 unsigned long long __f[64] __attribute__((aligned(16))); member
28 struct __riscv_mc_f_ext_state __f; member
/third_party/musl/porting/linux/user/include/
Dpthread.h384 void (*__f)(void *); member
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h204 void (*__f)(void *); member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h211 void (*__f)(void *); member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp20108 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 …]