tag | line | file | source code |
op_b | 562 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee (EXTENDED *op_a, EXTENDED *op_b, EXTENDED *op_c) |
op_b | 567 | arch/alpha/math-emu/ieee-math.c | diff = op_a->e - op_b->e; |
op_b | 569 | arch/alpha/math-emu/ieee-math.c | fb = op_b->f[0]; |
op_b | 572 | arch/alpha/math-emu/ieee-math.c | op_c->e = op_b->e; |
op_b | 582 | arch/alpha/math-emu/ieee-math.c | if (op_b->f[0] & mask) { |
op_b | 588 | arch/alpha/math-emu/ieee-math.c | if (op_b->s) |
op_b | 679 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_b; |
op_b | 681 | arch/alpha/math-emu/ieee-math.c | op_b.s = 0; |
op_b | 682 | arch/alpha/math-emu/ieee-math.c | op_b.f[0] = a; |
op_b | 683 | arch/alpha/math-emu/ieee-math.c | op_b.f[1] = 0; |
op_b | 685 | arch/alpha/math-emu/ieee-math.c | op_b.s = 1; |
op_b | 686 | arch/alpha/math-emu/ieee-math.c | op_b.f[0] = -a; |
op_b | 688 | arch/alpha/math-emu/ieee-math.c | op_b.e = 55; |
op_b | 689 | arch/alpha/math-emu/ieee-math.c | normalize(&op_b); |
op_b | 690 | arch/alpha/math-emu/ieee-math.c | return round_s_ieee(f, &op_b, b); |
op_b | 709 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_b; |
op_b | 711 | arch/alpha/math-emu/ieee-math.c | op_b.s = 0; |
op_b | 712 | arch/alpha/math-emu/ieee-math.c | op_b.f[0] = a; |
op_b | 713 | arch/alpha/math-emu/ieee-math.c | op_b.f[1] = 0; |
op_b | 715 | arch/alpha/math-emu/ieee-math.c | op_b.s = 1; |
op_b | 716 | arch/alpha/math-emu/ieee-math.c | op_b.f[0] = -a; |
op_b | 718 | arch/alpha/math-emu/ieee-math.c | op_b.e = 55; |
op_b | 719 | arch/alpha/math-emu/ieee-math.c | normalize(&op_b); |
op_b | 720 | arch/alpha/math-emu/ieee-math.c | return round_t_ieee(f, &op_b, b); |
op_b | 811 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b; |
op_b | 816 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, DOUBLE); |
op_b | 822 | arch/alpha/math-emu/ieee-math.c | if ((op_a.e == op_b.e && op_a.s == op_b.s && |
op_b | 823 | arch/alpha/math-emu/ieee-math.c | op_a.f[0] == op_b.f[0] && op_a.f[1] == op_b.f[1]) || |
op_b | 834 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b; |
op_b | 838 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, DOUBLE); |
op_b | 844 | arch/alpha/math-emu/ieee-math.c | if ((op_a.s == 1 && op_b.s == 0 && |
op_b | 846 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 1 && op_b.s == 1 && |
op_b | 847 | arch/alpha/math-emu/ieee-math.c | (op_a.e > op_b.e || (op_a.e == op_b.e && |
op_b | 848 | arch/alpha/math-emu/ieee-math.c | cmp128(op_a.f, op_b.f) > 0))) || |
op_b | 849 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 0 && op_b.s == 0 && |
op_b | 850 | arch/alpha/math-emu/ieee-math.c | (op_a.e < op_b.e || (op_a.e == op_b.e && |
op_b | 851 | arch/alpha/math-emu/ieee-math.c | cmp128(op_a.f,op_b.f) < 0)))) |
op_b | 861 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b; |
op_b | 865 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, DOUBLE); |
op_b | 872 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 1 && op_b.s == 0) || |
op_b | 873 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 1 && op_b.s == 1 && |
op_b | 874 | arch/alpha/math-emu/ieee-math.c | (op_a.e > op_b.e || (op_a.e == op_b.e && |
op_b | 875 | arch/alpha/math-emu/ieee-math.c | cmp128(op_a.f,op_b.f) >= 0))) || |
op_b | 876 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 0 && op_b.s == 0 && |
op_b | 877 | arch/alpha/math-emu/ieee-math.c | (op_a.e < op_b.e || (op_a.e == op_b.e && |
op_b | 878 | arch/alpha/math-emu/ieee-math.c | cmp128(op_a.f,op_b.f) <= 0)))) |
op_b | 888 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b; |
op_b | 892 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, DOUBLE); |
op_b | 910 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_b | 913 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, SINGLE); |
op_b | 943 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee(&op_a, &op_b, &op_c); |
op_b | 946 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s && op_b.s; |
op_b | 959 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_b | 962 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, DOUBLE); |
op_b | 991 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee(&op_a, &op_b, &op_c); |
op_b | 994 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s && op_b.s; |
op_b | 1008 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_b | 1011 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, SINGLE); |
op_b | 1040 | arch/alpha/math-emu/ieee-math.c | op_b.s = !op_b.s; |
op_b | 1041 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee(&op_a, &op_b, &op_c); |
op_b | 1044 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s && op_b.s; |
op_b | 1058 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_b | 1061 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, DOUBLE); |
op_b | 1090 | arch/alpha/math-emu/ieee-math.c | op_b.s = !op_b.s; |
op_b | 1091 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee(&op_a, &op_b, &op_c); |
op_b | 1094 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s && op_b.s; |
op_b | 1108 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_b | 1111 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, SINGLE); |
op_b | 1142 | arch/alpha/math-emu/ieee-math.c | *c = ((unsigned long) op_a.s ^ op_b.s) << 63; |
op_b | 1145 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s ^ op_b.s; |
op_b | 1146 | arch/alpha/math-emu/ieee-math.c | op_c.e = op_a.e + op_b.e; |
op_b | 1147 | arch/alpha/math-emu/ieee-math.c | mul64(op_a.f[0], op_b.f[0], op_c.f); |
op_b | 1164 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_b | 1168 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, DOUBLE); |
op_b | 1199 | arch/alpha/math-emu/ieee-math.c | *c = ((unsigned long) op_a.s ^ op_b.s) << 63; |
op_b | 1202 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s ^ op_b.s; |
op_b | 1203 | arch/alpha/math-emu/ieee-math.c | op_c.e = op_a.e + op_b.e; |
op_b | 1204 | arch/alpha/math-emu/ieee-math.c | mul64(op_a.f[0], op_b.f[0], op_c.f); |
op_b | 1221 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_b | 1224 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, SINGLE); |
op_b | 1261 | arch/alpha/math-emu/ieee-math.c | *c |= (unsigned long) (op_a.s ^ op_b.s) << 63; |
op_b | 1264 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s ^ op_b.s; |
op_b | 1265 | arch/alpha/math-emu/ieee-math.c | op_c.e = op_a.e - op_b.e; |
op_b | 1269 | arch/alpha/math-emu/ieee-math.c | div128(op_a.f, op_b.f, op_c.f); |
op_b | 1287 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_b | 1291 | arch/alpha/math-emu/ieee-math.c | b_type = extend_ieee(b, &op_b, DOUBLE); |
op_b | 1328 | arch/alpha/math-emu/ieee-math.c | *c |= (unsigned long) (op_a.s ^ op_b.s) << 63; |
op_b | 1331 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s ^ op_b.s; |
op_b | 1332 | arch/alpha/math-emu/ieee-math.c | op_c.e = op_a.e - op_b.e; |
op_b | 1336 | arch/alpha/math-emu/ieee-math.c | div128(op_a.f, op_b.f, op_c.f); |