taglinefilesource code
op_b562arch/alpha/math-emu/ieee-math.cadd_kernel_ieee (EXTENDED *op_a, EXTENDED *op_b, EXTENDED *op_c)
op_b567arch/alpha/math-emu/ieee-math.cdiff = op_a->e - op_b->e;
op_b569arch/alpha/math-emu/ieee-math.cfb = op_b->f[0];
op_b572arch/alpha/math-emu/ieee-math.cop_c->e = op_b->e;
op_b582arch/alpha/math-emu/ieee-math.cif (op_b->f[0] & mask) {
op_b588arch/alpha/math-emu/ieee-math.cif (op_b->s)
op_b679arch/alpha/math-emu/ieee-math.cEXTENDED op_b;
op_b681arch/alpha/math-emu/ieee-math.cop_b.s    = 0;
op_b682arch/alpha/math-emu/ieee-math.cop_b.f[0] = a;
op_b683arch/alpha/math-emu/ieee-math.cop_b.f[1] = 0;
op_b685arch/alpha/math-emu/ieee-math.cop_b.s = 1;
op_b686arch/alpha/math-emu/ieee-math.cop_b.f[0] = -a;
op_b688arch/alpha/math-emu/ieee-math.cop_b.e = 55;
op_b689arch/alpha/math-emu/ieee-math.cnormalize(&op_b);
op_b690arch/alpha/math-emu/ieee-math.creturn round_s_ieee(f, &op_b, b);
op_b709arch/alpha/math-emu/ieee-math.cEXTENDED op_b;
op_b711arch/alpha/math-emu/ieee-math.cop_b.s    = 0;
op_b712arch/alpha/math-emu/ieee-math.cop_b.f[0] = a;
op_b713arch/alpha/math-emu/ieee-math.cop_b.f[1] = 0;
op_b715arch/alpha/math-emu/ieee-math.cop_b.s = 1;
op_b716arch/alpha/math-emu/ieee-math.cop_b.f[0] = -a;
op_b718arch/alpha/math-emu/ieee-math.cop_b.e = 55;
op_b719arch/alpha/math-emu/ieee-math.cnormalize(&op_b);
op_b720arch/alpha/math-emu/ieee-math.creturn round_t_ieee(f, &op_b, b);
op_b811arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b;
op_b816arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, DOUBLE);
op_b822arch/alpha/math-emu/ieee-math.cif ((op_a.e == op_b.e && op_a.s == op_b.s &&
op_b823arch/alpha/math-emu/ieee-math.cop_a.f[0] == op_b.f[0] && op_a.f[1] == op_b.f[1]) ||
op_b834arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b;
op_b838arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, DOUBLE);
op_b844arch/alpha/math-emu/ieee-math.cif ((op_a.s == 1 && op_b.s == 0 &&
op_b846arch/alpha/math-emu/ieee-math.c(op_a.s == 1 && op_b.s == 1 &&
op_b847arch/alpha/math-emu/ieee-math.c(op_a.e > op_b.e || (op_a.e == op_b.e &&
op_b848arch/alpha/math-emu/ieee-math.ccmp128(op_a.f, op_b.f) > 0))) ||
op_b849arch/alpha/math-emu/ieee-math.c(op_a.s == 0 && op_b.s == 0 &&
op_b850arch/alpha/math-emu/ieee-math.c(op_a.e < op_b.e || (op_a.e == op_b.e &&
op_b851arch/alpha/math-emu/ieee-math.ccmp128(op_a.f,op_b.f) < 0))))
op_b861arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b;
op_b865arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, DOUBLE);
op_b872arch/alpha/math-emu/ieee-math.c(op_a.s == 1 && op_b.s == 0) ||
op_b873arch/alpha/math-emu/ieee-math.c(op_a.s == 1 && op_b.s == 1 &&
op_b874arch/alpha/math-emu/ieee-math.c(op_a.e > op_b.e || (op_a.e == op_b.e &&
op_b875arch/alpha/math-emu/ieee-math.ccmp128(op_a.f,op_b.f) >= 0))) ||
op_b876arch/alpha/math-emu/ieee-math.c(op_a.s == 0 && op_b.s == 0 &&
op_b877arch/alpha/math-emu/ieee-math.c(op_a.e < op_b.e || (op_a.e == op_b.e &&
op_b878arch/alpha/math-emu/ieee-math.ccmp128(op_a.f,op_b.f) <= 0))))
op_b888arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b;
op_b892arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, DOUBLE);
op_b910arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b, op_c;
op_b913arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, SINGLE);
op_b943arch/alpha/math-emu/ieee-math.cadd_kernel_ieee(&op_a, &op_b, &op_c);
op_b946arch/alpha/math-emu/ieee-math.cop_c.s = op_a.s && op_b.s;
op_b959arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b, op_c;
op_b962arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, DOUBLE);
op_b991arch/alpha/math-emu/ieee-math.cadd_kernel_ieee(&op_a, &op_b, &op_c);
op_b994arch/alpha/math-emu/ieee-math.cop_c.s = op_a.s && op_b.s;
op_b1008arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b, op_c;
op_b1011arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, SINGLE);
op_b1040arch/alpha/math-emu/ieee-math.cop_b.s = !op_b.s;
op_b1041arch/alpha/math-emu/ieee-math.cadd_kernel_ieee(&op_a, &op_b, &op_c);
op_b1044arch/alpha/math-emu/ieee-math.cop_c.s = op_a.s && op_b.s;
op_b1058arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b, op_c;
op_b1061arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, DOUBLE);
op_b1090arch/alpha/math-emu/ieee-math.cop_b.s = !op_b.s;
op_b1091arch/alpha/math-emu/ieee-math.cadd_kernel_ieee(&op_a, &op_b, &op_c);
op_b1094arch/alpha/math-emu/ieee-math.cop_c.s = op_a.s && op_b.s;
op_b1108arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b, op_c;
op_b1111arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, SINGLE);
op_b1142arch/alpha/math-emu/ieee-math.c*c = ((unsigned long) op_a.s ^ op_b.s) << 63;
op_b1145arch/alpha/math-emu/ieee-math.cop_c.s = op_a.s ^ op_b.s;
op_b1146arch/alpha/math-emu/ieee-math.cop_c.e = op_a.e + op_b.e;
op_b1147arch/alpha/math-emu/ieee-math.cmul64(op_a.f[0], op_b.f[0], op_c.f);
op_b1164arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b, op_c;
op_b1168arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, DOUBLE);
op_b1199arch/alpha/math-emu/ieee-math.c*c = ((unsigned long) op_a.s ^ op_b.s) << 63;
op_b1202arch/alpha/math-emu/ieee-math.cop_c.s = op_a.s ^ op_b.s;
op_b1203arch/alpha/math-emu/ieee-math.cop_c.e = op_a.e + op_b.e;
op_b1204arch/alpha/math-emu/ieee-math.cmul64(op_a.f[0], op_b.f[0], op_c.f);
op_b1221arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b, op_c;
op_b1224arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, SINGLE);
op_b1261arch/alpha/math-emu/ieee-math.c*c |= (unsigned long) (op_a.s ^ op_b.s) << 63;
op_b1264arch/alpha/math-emu/ieee-math.cop_c.s = op_a.s ^ op_b.s;
op_b1265arch/alpha/math-emu/ieee-math.cop_c.e = op_a.e - op_b.e;
op_b1269arch/alpha/math-emu/ieee-math.cdiv128(op_a.f, op_b.f, op_c.f);
op_b1287arch/alpha/math-emu/ieee-math.cEXTENDED op_a, op_b, op_c;
op_b1291arch/alpha/math-emu/ieee-math.cb_type = extend_ieee(b, &op_b, DOUBLE);
op_b1328arch/alpha/math-emu/ieee-math.c*c |= (unsigned long) (op_a.s ^ op_b.s) << 63;
op_b1331arch/alpha/math-emu/ieee-math.cop_c.s = op_a.s ^ op_b.s;
op_b1332arch/alpha/math-emu/ieee-math.cop_c.e = op_a.e - op_b.e;
op_b1336arch/alpha/math-emu/ieee-math.cdiv128(op_a.f, op_b.f, op_c.f);