Home | History | Annotate | Download | only in switchback

Lines Matching refs:operation

541 static void AddSubInternalFPF(uchar operation,InternalFPF *x,
619 ** (adds and subtracts being nearly the same operation)
1032 ** an 80387 in this operation.
1052 /* if the operation is addition */
1055 /* if the operation is multiplication */
1068 static void AddSubInternalFPF(uchar operation,
1087 if (x->sign ^ y->sign ^ operation)
1119 z->sign ^= operation;
1173 z->sign = locy.sign ^ operation;
1177 if (locx.sign ^ locy.sign ^ operation)
1197 z->sign = locy.sign ^ operation;