Home
last modified time | relevance | path

Searched refs:x (Results 1 – 8 of 8) sorted by relevance

/include/
A Dmath-narrow-eval.h29 # define math_narrow_eval(x) (x) argument
38 # define math_narrow_eval(x) \ argument
40 __typeof (x) math_narrow_eval_tmp = (x); \
A Dlibc-diag.h25 #define ignore_value(x) \ argument
26 ({ __typeof__ (x) __ignored_value = (x); (void) __ignored_value; })
A Dmath.h90 __issignalingf (float x) in __issignalingf() argument
93 GET_FLOAT_WORD (xi, x); in __issignalingf()
116 __isinff128 (_Float128 x) in __isinff128() argument
119 GET_FLOAT128_WORDS64 (hx, lx, x); in __isinff128()
127 fabsf128 (_Float128 x) in fabsf128() argument
129 return __builtin_fabsf128 (x); in fabsf128()
A Dresolv.h5 # define RES_SET_H_ERRNO(r,x) \ argument
8 (r)->res_h_errno = x; \
9 __set_h_errno(x); \
A Dnss_files.h140 #define DEFINE_NSS_FUNCTION(x) libc_hidden_proto (_nss_files_##x) argument
A Datomic.h523 # define atomic_forced_read(x) \ argument
524 ({ __typeof (x) __x; __asm ("" : "=r" (__x) : "0" (x)); __x; })
A Dnetdb.h16 # define __set_h_errno(x) (h_errno = (x)) argument
/include/rpc/
A Drpc.h52 #define RPC_THREAD_VARIABLE(x) (__rpc_thread_variables()->x) argument

Completed in 15 milliseconds