Home
last modified time | relevance | path

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

/interface/sdk_c/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.h350 void (*__f)(void *); member