OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man3 / __setfpucw.3
index 6011cab..237598b 100644 (file)
@@ -1,13 +1,16 @@
 .\" Written Sat Mar  8 10:35:08 MEZ 1997 by
 .\" J. "MUFTI" Scheurich (mufti@csv.ica.uni-stuttgart.de)
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" This page is licensed under the GNU General Public License
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH __SETFPUCW 3 1997\-03\-08 Linux "Linux Programmer's Manual"
+.TH __SETFPUCW 3 2012\-12\-31 Linux "Linux Programmer's Manual"
 .SH 名前
 __setfpucw \- i386 アーキテクチャにおける FPU のコントロールワードの設定 (obsolete)
 .SH 書式
@@ -20,11 +23,13 @@ unit) のレジスタに転送する。 これは浮動小数点演算の精度
 .SH 準拠
 この関数は非標準で GNU 拡張である。
 .SH 注意
-glibc 2.1 以降では、この関数は存在しない。 新たな関数群が C99 から導入された。これらのプロトタイプは
-\fI<fenv.h>\fP に置かれている。 FPU の丸めモードの制御には \fIfegetround\fP, \fIfesetround\fP
-などが、浮動小数点関連の環境には \fIfegetenv\fP, \fIfeholdexcept\fP, \fIfesetenv\fP, \fIfeupdateenv\fP
-などが、 FPU 例外処理には \fIfeclearexcept\fP, \fIfegetexceptflag\fP, \fIferaiseexcept\fP,
-\fIfesetexceptflag\fP, \fIfetestexcept\fP などが導入された。
+As of glibc 2.1 this function does not exist anymore.  There are new
+functions from C99, with prototypes in \fI<fenv.h>\fP, to control FPU
+rounding modes, like \fBfegetround\fP(3), \fBfesetround\fP(3), and the
+floating\-point environment, like \fBfegetenv\fP(3), \fBfeholdexcept\fP(3),
+\fBfesetenv\fP(3), \fBfeupdateenv\fP(3), and FPU exception handling, like
+\fBfeclearexcept\fP(3), \fBfegetexceptflag\fP(3), \fBferaiseexcept\fP(3),
+\fBfesetexceptflag\fP(3), and \fBfetestexcept\fP(3).
 .PP
 FPU のコントロールワードへどうしても直接アクセスする必要がある場合には、 \fI<fpu_control.h>\fP の
 \fB_FPU_GETCW\fP マクロと \fB_FPU_SETCW\fP マクロを用いることは可能である。
@@ -43,6 +48,6 @@ FPU のコントロールワードへどうしても直接アクセスする必
 .br
 \fI<fpu_control.h>\fP
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。