taglinefilesource code
a_type618arch/alpha/math-emu/ieee-math.cfpclass_t a_type;
a_type620arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, SINGLE);
a_type621arch/alpha/math-emu/ieee-math.cif (a_type >= NaN && a_type <= INFTY) {
a_type623arch/alpha/math-emu/ieee-math.cif (a_type == NaN) {
a_type649arch/alpha/math-emu/ieee-math.cfpclass_t a_type;
a_type651arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, DOUBLE);
a_type652arch/alpha/math-emu/ieee-math.cif (a_type >= NaN && a_type <= INFTY) {
a_type654arch/alpha/math-emu/ieee-math.cif (a_type == NaN) {
a_type741arch/alpha/math-emu/ieee-math.cfpclass_t a_type;
a_type745arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, DOUBLE);
a_type746arch/alpha/math-emu/ieee-math.cif (a_type == NaN || a_type == INFTY)
a_type748arch/alpha/math-emu/ieee-math.cif (a_type == QNaN)
a_type812arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type815arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, DOUBLE);
a_type817arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type819arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type824arch/alpha/math-emu/ieee-math.c(a_type == ZERO && b_type == ZERO))
a_type833arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type837arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, DOUBLE);
a_type839arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type841arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type845arch/alpha/math-emu/ieee-math.c(a_type != ZERO || b_type != ZERO)) ||
a_type860arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type864arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, DOUBLE);
a_type866arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type868arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type871arch/alpha/math-emu/ieee-math.cif ((a_type == ZERO && b_type == ZERO) ||
a_type887arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type891arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, DOUBLE);
a_type893arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type895arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type909arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type912arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, SINGLE);
a_type914arch/alpha/math-emu/ieee-math.cif ((a_type >= NaN && a_type <= INFTY) ||
a_type922arch/alpha/math-emu/ieee-math.celse if (a_type == QNaN)
a_type924arch/alpha/math-emu/ieee-math.celse if (a_type == NaN)
a_type927arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type929arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type932arch/alpha/math-emu/ieee-math.cif (a_type == INFTY && b_type == INFTY && sign(a) != sign(b)) {
a_type936arch/alpha/math-emu/ieee-math.cif (a_type == INFTY)
a_type945arch/alpha/math-emu/ieee-math.cif (a_type == ZERO && b_type == ZERO)
a_type958arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type961arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, DOUBLE);
a_type963arch/alpha/math-emu/ieee-math.cif ((a_type >= NaN && a_type <= INFTY) ||
a_type971arch/alpha/math-emu/ieee-math.celse if (a_type == QNaN)
a_type973arch/alpha/math-emu/ieee-math.celse if (a_type == NaN)
a_type976arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type978arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type981arch/alpha/math-emu/ieee-math.cif (a_type == INFTY && b_type == INFTY && sign(a) != sign(b)) {
a_type985arch/alpha/math-emu/ieee-math.cif (a_type == INFTY)
a_type993arch/alpha/math-emu/ieee-math.cif (a_type == ZERO && b_type == ZERO)
a_type1007arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type1010arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, SINGLE);
a_type1012arch/alpha/math-emu/ieee-math.cif ((a_type >= NaN && a_type <= INFTY) ||
a_type1020arch/alpha/math-emu/ieee-math.celse if (a_type == QNaN)
a_type1022arch/alpha/math-emu/ieee-math.celse if (a_type == NaN)
a_type1025arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type1027arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type1030arch/alpha/math-emu/ieee-math.cif (a_type == INFTY && b_type == INFTY && sign(a) == sign(b)) {
a_type1034arch/alpha/math-emu/ieee-math.cif (a_type == INFTY)
a_type1043arch/alpha/math-emu/ieee-math.cif (a_type == ZERO && b_type == ZERO)
a_type1057arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type1060arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, DOUBLE);
a_type1062arch/alpha/math-emu/ieee-math.cif ((a_type >= NaN && a_type <= INFTY) ||
a_type1070arch/alpha/math-emu/ieee-math.celse if (a_type == QNaN)
a_type1072arch/alpha/math-emu/ieee-math.celse if (a_type == NaN)
a_type1075arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type1077arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type1080arch/alpha/math-emu/ieee-math.cif (a_type == INFTY && b_type == INFTY && sign(a) == sign(b)) {
a_type1084arch/alpha/math-emu/ieee-math.cif (a_type == INFTY)
a_type1093arch/alpha/math-emu/ieee-math.cif (a_type == ZERO && b_type == ZERO)
a_type1107arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type1110arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, SINGLE);
a_type1112arch/alpha/math-emu/ieee-math.cif ((a_type >= NaN && a_type <= INFTY) ||
a_type1120arch/alpha/math-emu/ieee-math.celse if (a_type == QNaN)
a_type1122arch/alpha/math-emu/ieee-math.celse if (a_type == NaN)
a_type1125arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type1127arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type1130arch/alpha/math-emu/ieee-math.cif ((a_type == INFTY && b_type == ZERO) ||
a_type1131arch/alpha/math-emu/ieee-math.c(b_type == INFTY && a_type == ZERO))
a_type1136arch/alpha/math-emu/ieee-math.cif (a_type == INFTY)
a_type1163arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type1167arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, DOUBLE);
a_type1169arch/alpha/math-emu/ieee-math.cif ((a_type >= NaN && a_type <= ZERO) ||
a_type1177arch/alpha/math-emu/ieee-math.celse if (a_type == QNaN)
a_type1179arch/alpha/math-emu/ieee-math.celse if (a_type == NaN)
a_type1182arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type1184arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type1187arch/alpha/math-emu/ieee-math.cif ((a_type == INFTY && b_type == ZERO) ||
a_type1188arch/alpha/math-emu/ieee-math.c(b_type == INFTY && a_type == ZERO))
a_type1193arch/alpha/math-emu/ieee-math.cif (a_type == INFTY)
a_type1220arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type1223arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, SINGLE);
a_type1225arch/alpha/math-emu/ieee-math.cif ((a_type >= NaN && a_type <= ZERO) ||
a_type1235arch/alpha/math-emu/ieee-math.celse if (a_type == QNaN)
a_type1237arch/alpha/math-emu/ieee-math.celse if (a_type == NaN)
a_type1240arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type1242arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type1247arch/alpha/math-emu/ieee-math.cif (a_type == INFTY) {
a_type1253arch/alpha/math-emu/ieee-math.cif (a_type == ZERO) {
a_type1270arch/alpha/math-emu/ieee-math.cif (a_type != ZERO)
a_type1286arch/alpha/math-emu/ieee-math.cfpclass_t a_type, b_type;
a_type1290arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &op_a, DOUBLE);
a_type1292arch/alpha/math-emu/ieee-math.cif ((a_type >= NaN && a_type <= ZERO) ||
a_type1302arch/alpha/math-emu/ieee-math.celse if (a_type == QNaN)
a_type1304arch/alpha/math-emu/ieee-math.celse if (a_type == NaN)
a_type1307arch/alpha/math-emu/ieee-math.cif (a_type == NaN || b_type == NaN)
a_type1309arch/alpha/math-emu/ieee-math.cif (a_type == QNaN || b_type == QNaN)
a_type1314arch/alpha/math-emu/ieee-math.cif (a_type == INFTY) {
a_type1320arch/alpha/math-emu/ieee-math.cif (a_type == ZERO) {
a_type1337arch/alpha/math-emu/ieee-math.cif (a_type != ZERO)