Home
last modified time | relevance | path

Searched refs:__f (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/ndk_musl_include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
58 __u.__f = __f; in __FLOAT_BITS()
61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument
63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member
64 __u.__f = __f; in __DOUBLE_BITS()
Dpthread.h365 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/include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
58 __u.__f = __f; in __FLOAT_BITS()
61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument
63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member
64 __u.__f = __f; in __DOUBLE_BITS()
Dpthread.h204 void (*__f)(void *); member
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
58 __u.__f = __f; in __FLOAT_BITS()
61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument
63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member
64 __u.__f = __f; in __DOUBLE_BITS()
Dpthread.h207 void (*__f)(void *); member
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
58 __u.__f = __f; in __FLOAT_BITS()
61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument
63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member
64 __u.__f = __f; in __DOUBLE_BITS()
Dpthread.h207 void (*__f)(void *); member
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
58 __u.__f = __f; in __FLOAT_BITS()
61 static __inline unsigned long long __DOUBLE_BITS(double __f) in __DOUBLE_BITS() argument
63 union {double __f; unsigned long long __i;} __u; in __DOUBLE_BITS() member
64 __u.__f = __f; in __DOUBLE_BITS()
/third_party/boost/libs/serialization/src/
Dstl_port.cpp30 const locale& __loc, boost::archive::codecvt_null<char> * __f
35 const locale& __loc, boost::archive::codecvt_null<wchar_t> * __f
/third_party/musl/src/thread/
Dpthread_cleanup_push.c11 cb->__f = f; in _pthread_cleanup_push()
19 if (run) cb->__f(cb->__x); in _pthread_cleanup_pop()
Dpthread_create.c73 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
/third_party/typescript/tests/baselines/reference/
Dparser.numericSeparators.unicodeEscape.types179 >"\xf__f" : "__f"
183 >'\xf__f' : "__f"
187 >`\xf__f` : "__f"
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c18 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h204 void (*__f)(void *); member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h207 void (*__f)(void *); member
/third_party/musl/porting/linux/user/include/
Dpthread.h381 void (*__f)(void *); member
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c63 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c142 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit()