Searched refs:flt (Results 26 - 30 of 30) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsh-tdep.c2034 double flt; /* double extracted from raw hex data */ local
2046 flt = unpack_double (builtin_type_float, raw_buffer, &inv);
2056 fprintf_filtered (file, "%-10.9g", flt);
H A Dsh64-tdep.c2533 double flt; /* double extracted from raw hex data */ local
2545 flt = unpack_double (builtin_type_float, raw_buffer, &inv);
2555 fprintf_filtered (file, "%-10.9g", flt);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dexcept.c1639 int flt = add_ttypes_entry (ttypes, TREE_VALUE (tp_node));
1640 tree flt_node = build_int_2 (flt, 0);
1650 int flt = add_ttypes_entry (ttypes, NULL);
1651 tree flt_node = build_int_2 (flt, 0);
1630 int flt = add_ttypes_entry (ttypes, TREE_VALUE (tp_node)); local
1641 int flt = add_ttypes_entry (ttypes, NULL); local
/openbsd-current/gnu/gcc/gcc/
H A Dexcept.c1352 int flt = add_ttypes_entry (ttypes, TREE_VALUE (tp_node));
1353 tree flt_node = build_int_cst (NULL_TREE, flt); local
1363 int flt = add_ttypes_entry (ttypes, NULL);
1364 tree flt_node = build_int_cst (NULL_TREE, flt);
1342 int flt = add_ttypes_entry (ttypes, TREE_VALUE (tp_node)); local
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1497 StringRef flt = FloatABI->getString();
1499 if (flt == "doubledouble")
1503 else if (flt == "ieeequad")
1507 else if (flt == "ieeedouble")

Completed in 167 milliseconds

12