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/
H A Dmath.h55 static __inline unsigned __FLOAT_BITS(float __f) in __FLOAT_BITS() argument
57 union {float __f; unsigned __i;} __u; in __FLOAT_BITS() member
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
H A Dpthread.h350 void (*__f)(void *); member

Completed in 2 milliseconds