tag | line | file | source code |
INFTY | 226 | arch/alpha/math-emu/ieee-math.c | return INFTY; |
INFTY | 621 | arch/alpha/math-emu/ieee-math.c | if (a_type >= NaN && a_type <= INFTY) { |
INFTY | 652 | arch/alpha/math-emu/ieee-math.c | if (a_type >= NaN && a_type <= INFTY) { |
INFTY | 746 | arch/alpha/math-emu/ieee-math.c | if (a_type == NaN || a_type == INFTY) |
INFTY | 914 | arch/alpha/math-emu/ieee-math.c | if ((a_type >= NaN && a_type <= INFTY) || |
INFTY | 915 | arch/alpha/math-emu/ieee-math.c | (b_type >= NaN && b_type <= INFTY)) |
INFTY | 932 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY && b_type == INFTY && sign(a) != sign(b)) { |
INFTY | 936 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY) |
INFTY | 963 | arch/alpha/math-emu/ieee-math.c | if ((a_type >= NaN && a_type <= INFTY) || |
INFTY | 964 | arch/alpha/math-emu/ieee-math.c | (b_type >= NaN && b_type <= INFTY)) |
INFTY | 981 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY && b_type == INFTY && sign(a) != sign(b)) { |
INFTY | 985 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY) |
INFTY | 1012 | arch/alpha/math-emu/ieee-math.c | if ((a_type >= NaN && a_type <= INFTY) || |
INFTY | 1013 | arch/alpha/math-emu/ieee-math.c | (b_type >= NaN && b_type <= INFTY)) |
INFTY | 1030 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY && b_type == INFTY && sign(a) == sign(b)) { |
INFTY | 1034 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY) |
INFTY | 1062 | arch/alpha/math-emu/ieee-math.c | if ((a_type >= NaN && a_type <= INFTY) || |
INFTY | 1063 | arch/alpha/math-emu/ieee-math.c | (b_type >= NaN && b_type <= INFTY)) |
INFTY | 1080 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY && b_type == INFTY && sign(a) == sign(b)) { |
INFTY | 1084 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY) |
INFTY | 1112 | arch/alpha/math-emu/ieee-math.c | if ((a_type >= NaN && a_type <= INFTY) || |
INFTY | 1113 | arch/alpha/math-emu/ieee-math.c | (b_type >= NaN && b_type <= INFTY)) |
INFTY | 1130 | arch/alpha/math-emu/ieee-math.c | if ((a_type == INFTY && b_type == ZERO) || |
INFTY | 1131 | arch/alpha/math-emu/ieee-math.c | (b_type == INFTY && a_type == ZERO)) |
INFTY | 1136 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY) |
INFTY | 1138 | arch/alpha/math-emu/ieee-math.c | else if (b_type == INFTY) |
INFTY | 1187 | arch/alpha/math-emu/ieee-math.c | if ((a_type == INFTY && b_type == ZERO) || |
INFTY | 1188 | arch/alpha/math-emu/ieee-math.c | (b_type == INFTY && a_type == ZERO)) |
INFTY | 1193 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY) |
INFTY | 1195 | arch/alpha/math-emu/ieee-math.c | else if (b_type == INFTY) |
INFTY | 1247 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY) { |
INFTY | 1248 | arch/alpha/math-emu/ieee-math.c | if (b_type == INFTY) { |
INFTY | 1314 | arch/alpha/math-emu/ieee-math.c | if (a_type == INFTY) { |
INFTY | 1315 | arch/alpha/math-emu/ieee-math.c | if (b_type == INFTY) { |