Searched refs:_c (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/include/math-emu/ |
D | op-common.h | 28 _FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \ 44 X##_c = FP_CLS_NORMAL; \ 49 X##_c = FP_CLS_ZERO; \ 58 X##_c = FP_CLS_NORMAL; \ 63 X##_c = FP_CLS_ZERO; \ 70 X##_c = FP_CLS_INF; \ 73 X##_c = FP_CLS_NAN; \ 91 switch (X##_c) \ 110 X##_c = FP_CLS_INF; \ 113 if (!X##_s) X##_c = FP_CLS_INF; \ [all …]
|
D | op-2.h | 243 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 273 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 598 if (S##_c != FP_CLS_NAN) \
|
D | op-4.h | 241 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 617 if (S##_c != FP_CLS_NAN) \ 627 if (S##_c != FP_CLS_NAN) \
|
D | op-1.h | 293 if (S##_c != FP_CLS_NAN) \
|
/linux-4.19.296/drivers/reset/sti/ |
D | reset-syscfg.h | 32 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument 33 { .compatible = _c, \ 37 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument 38 { .compatible = _c, \
|
/linux-4.19.296/fs/jffs2/ |
D | background.c | 75 static int jffs2_garbage_collect_thread(void *_c) in jffs2_garbage_collect_thread() argument 77 struct jffs2_sb_info *c = _c; in jffs2_garbage_collect_thread()
|
/linux-4.19.296/drivers/misc/sgi-xp/ |
D | xp.h | 277 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
|
/linux-4.19.296/include/linux/ |
D | mroute.h | 73 struct mr_mfc _c; member
|
D | mroute6.h | 84 struct mr_mfc _c; member
|
/linux-4.19.296/include/scsi/ |
D | libiscsi.h | 448 #define iscsi_conn_printk(prefix, _c, fmt, a...) \ argument 449 iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
|