^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*---------------------------------------------------------------------------+
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) | reg_constant.h |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) | |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) | Copyright (C) 1992 W. Metzenthen, 22 Parker St, Ormond, Vic 3163, |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) | Australia. E-mail billm@vaxc.cc.monash.edu.au |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) | |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) +---------------------------------------------------------------------------*/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #ifndef _REG_CONSTANT_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #define _REG_CONSTANT_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #include "fpu_emu.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) extern FPU_REG const CONST_1;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) extern FPU_REG const CONST_PI;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) extern FPU_REG const CONST_PI2;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) extern FPU_REG const CONST_PI2extra;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) extern FPU_REG const CONST_PI4;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) extern FPU_REG const CONST_Z;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) extern FPU_REG const CONST_PINF;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) extern FPU_REG const CONST_INF;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) extern FPU_REG const CONST_MINF;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) extern FPU_REG const CONST_QNaN;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) #endif /* _REG_CONSTANT_H_ */