tag | line | file | source code |
z1 | 447 | arch/alpha/math-emu/ieee-math.c | EXTENDED z1, z2; |
z1 | 457 | arch/alpha/math-emu/ieee-math.c | z1.s = z2.s = a->s; |
z1 | 458 | arch/alpha/math-emu/ieee-math.c | z1.e = z2.e = a->e; |
z1 | 459 | arch/alpha/math-emu/ieee-math.c | z1.f[0] = z2.f[0] = a->f[0] & 0xffffffff00000000; |
z1 | 460 | arch/alpha/math-emu/ieee-math.c | z1.f[1] = z2.f[1] = 0; |
z1 | 465 | arch/alpha/math-emu/ieee-math.c | diff1 = a->f[0] - z1.f[0]; |
z1 | 470 | arch/alpha/math-emu/ieee-math.c | res = make_s_ieee(f, &z1, b); |
z1 | 473 | arch/alpha/math-emu/ieee-math.c | if (z1.f[0] & 0x100000000) |
z1 | 476 | arch/alpha/math-emu/ieee-math.c | res = make_s_ieee(f, &z1, b); |
z1 | 480 | arch/alpha/math-emu/ieee-math.c | res = make_s_ieee(f, &z1, b); |
z1 | 485 | arch/alpha/math-emu/ieee-math.c | res = make_s_ieee(f, &z1, b); |
z1 | 495 | arch/alpha/math-emu/ieee-math.c | res = make_s_ieee(f, &z1, b); |
z1 | 507 | arch/alpha/math-emu/ieee-math.c | EXTENDED z1, z2; |
z1 | 514 | arch/alpha/math-emu/ieee-math.c | z1.s = z2.s = a->s; |
z1 | 515 | arch/alpha/math-emu/ieee-math.c | z1.e = z2.e = a->e; |
z1 | 516 | arch/alpha/math-emu/ieee-math.c | z1.f[0] = z2.f[0] = a->f[0] & ~0x7; |
z1 | 517 | arch/alpha/math-emu/ieee-math.c | z1.f[1] = z2.f[1] = 0; |
z1 | 523 | arch/alpha/math-emu/ieee-math.c | diff1 = a->f[0] - z1.f[0]; |
z1 | 528 | arch/alpha/math-emu/ieee-math.c | res = make_t_ieee(f, &z1, b); |
z1 | 531 | arch/alpha/math-emu/ieee-math.c | if (z1.f[0] & (1 << 3)) |
z1 | 534 | arch/alpha/math-emu/ieee-math.c | res = make_t_ieee(f, &z1, b); |
z1 | 538 | arch/alpha/math-emu/ieee-math.c | res = make_t_ieee(f, &z1, b); |
z1 | 543 | arch/alpha/math-emu/ieee-math.c | res = make_t_ieee(f, &z1, b); |
z1 | 553 | arch/alpha/math-emu/ieee-math.c | res = make_t_ieee(f, &z1, b); |