manページ検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 591 for error (0.021 sec.)
Man page of LGAMMA 4095
LGAMMA Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 lgamma ... が返される。 x が正でない整数の場合、極エラー (pole error) が発生し、 各関数はそれぞれ + HUGE_VAL , + HUGE_V ... す。 結果がオーバーフローする場合、範囲エラー (range error) が発生し、 各関数はそれぞれ HUGE_VAL , HUGE_VALF ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... 点例外 ( FE_DIVBYZERO ) が上がる。 範囲エラー (range error): 結果のオーバーフロー errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/lgammal.3.html - [similar]
Man page of LGAMMA 4095
LGAMMA Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 lgamma ... が返される。 x が正でない整数の場合、極エラー (pole error) が発生し、 各関数はそれぞれ + HUGE_VAL , + HUGE_V ... す。 結果がオーバーフローする場合、範囲エラー (range error) が発生し、 各関数はそれぞれ HUGE_VAL , HUGE_VALF ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... 点例外 ( FE_DIVBYZERO ) が上がる。 範囲エラー (range error): 結果のオーバーフロー errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/lgammal_r.3.html - [similar]
Man page of MAGIC 4095
MAGIC Section: C Library Functions (3) Index JM Home Page BSD mandoc 名前 magic_open magic_close ... magic_error magic_file magic_buffer magic_setflags magic_check ... agic_close magic_t cookie Ft const char * Fn magic_error magic_t cookie Ft int Fn magic_errno magic_t cooki ... 文字を \ooo のような 8 進数表現に変換しない。 MAGIC_ERROR ファイルやシンボリックリンクをオープンしようとして ... 、使用されている全てのリソースを解放する。 Fn magic_error 関数は最後に発生したエラーの説明文を返す。 エラーが ...
https://man.plustar.jp/manpage/man3/libmagic.3.html - [similar]
Man page of MATHERR 4095
MATHERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mathe ... ations should use the techniques described in math_error (7) and fenv (3). This page documents the matherr ... 以下の値のいずれかである。 DOMAIN 領域エラー (domain error) が発生した (関数の引数が関数が定義された範囲外であ ... errno には EDOM が設定される。 SING 極エラー (pole error) が発生した (関数の結果が無限大である)。 返り値はほ ... 346638528859811704183484516925440.000000 log: SING error errno: Numerical argument out of domain x=-3402823 ...
https://man.plustar.jp/manpage/man3/matherr.3.html - [similar]
Man page of LGAMMA 4095
LGAMMA Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 lgamma ... が返される。 x が正でない整数の場合、極エラー (pole error) が発生し、 各関数はそれぞれ + HUGE_VAL , + HUGE_V ... す。 結果がオーバーフローする場合、範囲エラー (range error) が発生し、 各関数はそれぞれ HUGE_VAL , HUGE_VALF ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... 点例外 ( FE_DIVBYZERO ) が上がる。 範囲エラー (range error): 結果のオーバーフロー errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/signgam.3.html - [similar]
Man page of MOVE_PAGES 4057
MOVE_PAGES Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mo ... lid values only if move_pages () did not return an error. Preinitialization of the array to a value which c ... annot represent a real numa node or valid error of status array could help to identify pages that ... 。 返り値 On success move_pages () returns zero. On error, it returns -1, and sets errno to indicate the err ... Linux 2.6.29, the kernel no longer generates this error. EACCES 移動先のノードのいずれかが現在の CPU 集合で ...
https://man.plustar.jp/manpage/man2/move_pages.2.html - [similar]
Man page of SPU_RUN 4057
SPU_RUN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 spu_r ... AGE DMA ストレージエラーが発生した。 SPE_EVENT_SPE_ERROR 不正な命令が実行された。 NULL は event 引数として有 ... sys/types.h > #include < fcntl.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... mple-context", 0, 0755); if (context == -1) handle_error("spu_create"); /* write a 'stop 0x1234' instructio ... xample-context/mem", O_RDWR); if (fd == -1) handle_error("open"); write(fd, &instruction, sizeof(instructio ...
https://man.plustar.jp/manpage/man2/spu_run.2.html - [similar]
Man page of TIMERFD_CREATE 4057
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... nt.h > /* Definition of uint64_t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... ock_gettime(CLOCK_MONOTONIC, &start) == -1) handle_error("clock_gettime"); } if (clock_gettime(CLOCK_MONOTO ... NIC, &curr) == -1) handle_error("clock_gettime"); secs = curr.tv_sec - start.tv_se ... (clock_gettime(CLOCK_REALTIME, &now) == -1) handle_error("clock_gettime"); /* Create a CLOCK_REALTIME absol ...
https://man.plustar.jp/manpage/man2/timerfd_create.2.html - [similar]
Man page of TIMERFD_CREATE 4057
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... nt.h > /* Definition of uint64_t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... ock_gettime(CLOCK_MONOTONIC, &start) == -1) handle_error("clock_gettime"); } if (clock_gettime(CLOCK_MONOTO ... NIC, &curr) == -1) handle_error("clock_gettime"); secs = curr.tv_sec - start.tv_se ... (clock_gettime(CLOCK_REALTIME, &now) == -1) handle_error("clock_gettime"); /* Create a CLOCK_REALTIME absol ...
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html - [similar]
Man page of TIMERFD_CREATE 4057
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... nt.h > /* Definition of uint64_t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... ock_gettime(CLOCK_MONOTONIC, &start) == -1) handle_error("clock_gettime"); } if (clock_gettime(CLOCK_MONOTO ... NIC, &curr) == -1) handle_error("clock_gettime"); secs = curr.tv_sec - start.tv_se ... (clock_gettime(CLOCK_REALTIME, &now) == -1) handle_error("clock_gettime"); /* Create a CLOCK_REALTIME absol ...
https://man.plustar.jp/manpage/man2/timerfd_settime.2.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022