Home
last modified time | relevance | path

Searched refs:_z (Results 1 – 4 of 4) sorted by relevance

/linux/include/math-emu/
H A Dop-4.h241 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
244 doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \
250 __FP_FRAC_ADD_3(_FP_FRAC_WORD_8(_z,3),_FP_FRAC_WORD_8(_z,2), \
251 _FP_FRAC_WORD_8(_z,1), 0,_b_f1,_b_f0, \
252 0,0,_FP_FRAC_WORD_8(_z,1)); \
253 __FP_FRAC_ADD_3(_FP_FRAC_WORD_8(_z,3),_FP_FRAC_WORD_8(_z,2), \
254 _FP_FRAC_WORD_8(_z,1), 0,_c_f1,_c_f0, \
255 _FP_FRAC_WORD_8(_z,3),_FP_FRAC_WORD_8(_z,2), \
256 _FP_FRAC_WORD_8(_z,1)); \
257 __FP_FRAC_ADD_3(_FP_FRAC_WORD_8(_z,4),_FP_FRAC_WORD_8(_z,3), \
[all …]
H A Dop-2.h238 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
240 doit(_FP_FRAC_WORD_4(_z,1), _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \
243 doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1); \
245 __FP_FRAC_ADD_3(_FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \
246 _FP_FRAC_WORD_4(_z,1), 0, _b_f1, _b_f0, \
247 _FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \
248 _FP_FRAC_WORD_4(_z,1)); \
249 __FP_FRAC_ADD_3(_FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \
250 _FP_FRAC_WORD_4(_z,1), 0, _c_f1, _c_f0, \
251 _FP_FRAC_WORD_4(_z,3),_FP_FRAC_WORD_4(_z,2), \
[all …]
H A Dop-1.h172 _FP_FRAC_ADD_2(_z, _z, _a); \
175 _FP_FRAC_SRS_2(_z, wfracbits - 1, 2*wfracbits); \
/linux/tools/perf/
H A Dbuiltin-sched.c4077 #define DERIVED_CNT_FIELD(_name, _desc, _format, _x, _y, _z, _ver) \ in print_domain_stats() argument
4079 __u32 t1 = ds1->_ver._x - ds1->_ver._y - ds1->_ver._z; \ in print_domain_stats()
4082 __u32 t2 = ds2->_ver._x - ds2->_ver._y - ds2->_ver._z; \ in print_domain_stats()
4089 #define DERIVED_AVG_FIELD(_name, _desc, _format, _x, _y, _z, _w, _ver) \ in print_domain_stats() argument
4091 __u32 t1 = ds1->_ver._x - ds1->_ver._y - ds1->_ver._z; \ in print_domain_stats()
4095 __u32 t2 = ds2->_ver._x - ds2->_ver._y - ds2->_ver._z; \ in print_domain_stats()