opnd               46 arch/parisc/math-emu/denormal.c 	unsigned int opnd;
opnd               50 arch/parisc/math-emu/denormal.c 	opnd = *sgl_opnd;
opnd               52 arch/parisc/math-emu/denormal.c         exponent = Sgl_exponent(opnd) - SGL_WRAP;
opnd               53 arch/parisc/math-emu/denormal.c         sign = Sgl_sign(opnd);
opnd               54 arch/parisc/math-emu/denormal.c 	Sgl_denormalize(opnd,exponent,guardbit,stickybit,inexact);
opnd               59 arch/parisc/math-emu/denormal.c 			Sgl_increment(opnd);
opnd               64 arch/parisc/math-emu/denormal.c 			Sgl_increment(opnd);
opnd               69 arch/parisc/math-emu/denormal.c 		       Sgl_isone_lowmantissa(opnd))) {
opnd               70 arch/parisc/math-emu/denormal.c 			   Sgl_increment(opnd);
opnd               75 arch/parisc/math-emu/denormal.c 	Sgl_set_sign(opnd,sign);
opnd               76 arch/parisc/math-emu/denormal.c 	*sgl_opnd = opnd;
opnd              289 arch/parisc/math-emu/sgl_float.h #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact)		\
opnd              290 arch/parisc/math-emu/sgl_float.h 	Sgl_clear_signexponent_set_hidden(opnd);			\
opnd              292 arch/parisc/math-emu/sgl_float.h 		guard = (Sall(opnd) >> -exponent) & 1;			\
opnd              293 arch/parisc/math-emu/sgl_float.h 		if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \
opnd              295 arch/parisc/math-emu/sgl_float.h 		Sall(opnd) >>= (1-exponent);				\
opnd              299 arch/parisc/math-emu/sgl_float.h 		sticky |= Sall(opnd);					\
opnd              301 arch/parisc/math-emu/sgl_float.h 		Sgl_setzero(opnd);					\
opnd               15 include/uapi/linux/tc_ematch/tc_em_cmp.h 	__u8		opnd:4;
opnd               60 net/sched/em_cmp.c 	switch (cmp->opnd) {