![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /*---------------------------------------------------------------------------+ 0003 | reg_constant.h | 0004 | | 0005 | Copyright (C) 1992 W. Metzenthen, 22 Parker St, Ormond, Vic 3163, | 0006 | Australia. E-mail billm@vaxc.cc.monash.edu.au | 0007 | | 0008 +---------------------------------------------------------------------------*/ 0009 0010 #ifndef _REG_CONSTANT_H_ 0011 #define _REG_CONSTANT_H_ 0012 0013 #include "fpu_emu.h" 0014 0015 extern FPU_REG const CONST_1; 0016 extern FPU_REG const CONST_PI; 0017 extern FPU_REG const CONST_PI2; 0018 extern FPU_REG const CONST_PI2extra; 0019 extern FPU_REG const CONST_PI4; 0020 extern FPU_REG const CONST_Z; 0021 extern FPU_REG const CONST_PINF; 0022 extern FPU_REG const CONST_INF; 0023 extern FPU_REG const CONST_MINF; 0024 extern FPU_REG const CONST_QNaN; 0025 0026 #endif /* _REG_CONSTANT_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |