/include/math-emu/ |
D | op-common.h | 36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument 209 #define _FP_ISSIGNAN(fs, wc, X) \ argument 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument 367 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument 368 #define _FP_SUB(fs, wc, R, X, Y) \ argument 380 #define _FP_NEG(fs, wc, R, X) \ argument 393 #define _FP_MUL(fs, wc, R, X, Y) \ argument 456 #define _FP_DIV(fs, wc, R, X, Y) \ argument 526 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument [all …]
|
D | op-1.h | 60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument 61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument 75 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument 84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument 98 #define _FP_PACK_RAW_1(fs, val, X) \ argument 109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument 189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument 204 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument 228 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
|
D | op-2.h | 116 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument 117 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument 185 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument 195 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument 211 #define _FP_PACK_RAW_2(fs, val, X) \ argument 223 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument 428 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument 496 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
|
D | op-4.h | 134 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument 135 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument 184 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument 195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument 208 #define _FP_PACK_RAW_4(fs, val, X) \ argument 220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument 355 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
|
/include/linux/ |
D | fs_struct.h | 26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() 34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd()
|
D | ethtool.h | 34 struct compat_ethtool_rx_flow_spec fs; member
|
D | sched.h | 1533 struct fs_struct *fs; member
|
/include/uapi/video/ |
D | uvesafb.h | 21 __u16 fs; member
|
/include/asm-generic/ |
D | uaccess.h | 28 static inline void set_fs(mm_segment_t fs) in set_fs()
|
/include/linux/iio/common/ |
D | st_sensors.h | 188 struct st_sensor_fullscale fs; member
|
/include/uapi/linux/ |
D | ethtool.h | 851 struct ethtool_rx_flow_spec fs; member 954 struct ethtool_rx_ntuple_flow_spec fs; member
|