tag | line | file | source code |
op_a | 562 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee (EXTENDED *op_a, EXTENDED *op_b, EXTENDED *op_c) |
op_a | 567 | arch/alpha/math-emu/ieee-math.c | diff = op_a->e - op_b->e; |
op_a | 568 | arch/alpha/math-emu/ieee-math.c | fa = op_a->f[0]; |
op_a | 575 | arch/alpha/math-emu/ieee-math.c | if (op_a->f[0] & mask) { |
op_a | 579 | arch/alpha/math-emu/ieee-math.c | op_c->e = op_a->e; |
op_a | 586 | arch/alpha/math-emu/ieee-math.c | if (op_a->s) |
op_a | 811 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b; |
op_a | 815 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, DOUBLE); |
op_a | 822 | arch/alpha/math-emu/ieee-math.c | if ((op_a.e == op_b.e && op_a.s == op_b.s && |
op_a | 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_a | 834 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b; |
op_a | 837 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, DOUBLE); |
op_a | 844 | arch/alpha/math-emu/ieee-math.c | if ((op_a.s == 1 && op_b.s == 0 && |
op_a | 846 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 1 && op_b.s == 1 && |
op_a | 847 | arch/alpha/math-emu/ieee-math.c | (op_a.e > op_b.e || (op_a.e == op_b.e && |
op_a | 848 | arch/alpha/math-emu/ieee-math.c | cmp128(op_a.f, op_b.f) > 0))) || |
op_a | 849 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 0 && op_b.s == 0 && |
op_a | 850 | arch/alpha/math-emu/ieee-math.c | (op_a.e < op_b.e || (op_a.e == op_b.e && |
op_a | 851 | arch/alpha/math-emu/ieee-math.c | cmp128(op_a.f,op_b.f) < 0)))) |
op_a | 861 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b; |
op_a | 864 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, DOUBLE); |
op_a | 872 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 1 && op_b.s == 0) || |
op_a | 873 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 1 && op_b.s == 1 && |
op_a | 874 | arch/alpha/math-emu/ieee-math.c | (op_a.e > op_b.e || (op_a.e == op_b.e && |
op_a | 875 | arch/alpha/math-emu/ieee-math.c | cmp128(op_a.f,op_b.f) >= 0))) || |
op_a | 876 | arch/alpha/math-emu/ieee-math.c | (op_a.s == 0 && op_b.s == 0 && |
op_a | 877 | arch/alpha/math-emu/ieee-math.c | (op_a.e < op_b.e || (op_a.e == op_b.e && |
op_a | 878 | arch/alpha/math-emu/ieee-math.c | cmp128(op_a.f,op_b.f) <= 0)))) |
op_a | 888 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b; |
op_a | 891 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, DOUBLE); |
op_a | 910 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_a | 912 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, SINGLE); |
op_a | 943 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee(&op_a, &op_b, &op_c); |
op_a | 946 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s && op_b.s; |
op_a | 959 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_a | 961 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, DOUBLE); |
op_a | 991 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee(&op_a, &op_b, &op_c); |
op_a | 994 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s && op_b.s; |
op_a | 1008 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_a | 1010 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, SINGLE); |
op_a | 1041 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee(&op_a, &op_b, &op_c); |
op_a | 1044 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s && op_b.s; |
op_a | 1058 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_a | 1060 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, DOUBLE); |
op_a | 1091 | arch/alpha/math-emu/ieee-math.c | add_kernel_ieee(&op_a, &op_b, &op_c); |
op_a | 1094 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s && op_b.s; |
op_a | 1108 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_a | 1110 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, SINGLE); |
op_a | 1142 | arch/alpha/math-emu/ieee-math.c | *c = ((unsigned long) op_a.s ^ op_b.s) << 63; |
op_a | 1145 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s ^ op_b.s; |
op_a | 1146 | arch/alpha/math-emu/ieee-math.c | op_c.e = op_a.e + op_b.e; |
op_a | 1147 | arch/alpha/math-emu/ieee-math.c | mul64(op_a.f[0], op_b.f[0], op_c.f); |
op_a | 1164 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_a | 1167 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, DOUBLE); |
op_a | 1199 | arch/alpha/math-emu/ieee-math.c | *c = ((unsigned long) op_a.s ^ op_b.s) << 63; |
op_a | 1202 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s ^ op_b.s; |
op_a | 1203 | arch/alpha/math-emu/ieee-math.c | op_c.e = op_a.e + op_b.e; |
op_a | 1204 | arch/alpha/math-emu/ieee-math.c | mul64(op_a.f[0], op_b.f[0], op_c.f); |
op_a | 1221 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_a | 1223 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, SINGLE); |
op_a | 1261 | arch/alpha/math-emu/ieee-math.c | *c |= (unsigned long) (op_a.s ^ op_b.s) << 63; |
op_a | 1264 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s ^ op_b.s; |
op_a | 1265 | arch/alpha/math-emu/ieee-math.c | op_c.e = op_a.e - op_b.e; |
op_a | 1267 | arch/alpha/math-emu/ieee-math.c | op_a.f[1] = op_a.f[0]; |
op_a | 1268 | arch/alpha/math-emu/ieee-math.c | op_a.f[0] = 0; |
op_a | 1269 | arch/alpha/math-emu/ieee-math.c | div128(op_a.f, op_b.f, op_c.f); |
op_a | 1287 | arch/alpha/math-emu/ieee-math.c | EXTENDED op_a, op_b, op_c; |
op_a | 1290 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &op_a, DOUBLE); |
op_a | 1328 | arch/alpha/math-emu/ieee-math.c | *c |= (unsigned long) (op_a.s ^ op_b.s) << 63; |
op_a | 1331 | arch/alpha/math-emu/ieee-math.c | op_c.s = op_a.s ^ op_b.s; |
op_a | 1332 | arch/alpha/math-emu/ieee-math.c | op_c.e = op_a.e - op_b.e; |
op_a | 1334 | arch/alpha/math-emu/ieee-math.c | op_a.f[1] = op_a.f[0]; |
op_a | 1335 | arch/alpha/math-emu/ieee-math.c | op_a.f[0] = 0; |
op_a | 1336 | arch/alpha/math-emu/ieee-math.c | div128(op_a.f, op_b.f, op_c.f); |