# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2011-11-16 03:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: Plain text #, no-wrap msgid "#include \n" msgstr "" #. type: Plain text #, no-wrap msgid "" "void \n" "set_fpu (unsigned int mode)\n" "{\n" " asm (\"fldcw %0\" : : \"m\" (*&mode));\n" "}\n" msgstr "" #. type: Plain text #, no-wrap msgid "" "int\n" "main (void)\n" "{\n" " double a = 3.0, b = 7.0, c;\n" msgstr "" #. type: Plain text #, no-wrap msgid "#ifdef DOUBLE\n" msgstr "" #. type: Plain text #, no-wrap msgid " set_fpu (0x27F); /* use double-precision rounding */\n" msgstr "" #. type: Plain text #, no-wrap msgid "#endif\n" msgstr "" #. type: Plain text #, no-wrap msgid " c = a / b;\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " if (c == a / b) {\n" " printf (\"comparison succeeds\\n\");\n" " } else {\n" " printf (\"unexpected result\\n\");\n" " }\n" " return 0;\n" "}\n" msgstr ""