/*---------------------------------------------------------------------------+ | reg_constant.h | | | | Copyright (C) 1992 W. Metzenthen, 22 Parker St, Ormond, Vic 3163, | | Australia. E-mail apm233m@vaxc.cc.monash.edu.au | | | +---------------------------------------------------------------------------*/ #ifndef _REG_CONSTANT_H_ #define _REG_CONSTANT_H_ #include "fpu_emu.h" extern REG CONST_1; extern REG CONST_2; extern REG CONST_HALF; extern REG CONST_L2T; extern REG CONST_L2E; extern REG CONST_PI; extern REG CONST_PI2; extern REG CONST_PI4; extern REG CONST_LG2; extern REG CONST_LN2; extern REG CONST_Z; extern REG CONST_PINF; extern REG CONST_INF; extern REG CONST_MINF; extern REG CONST_QNaN; #endif _REG_CONSTANT_H_