Path: blob/master/arch/x86/math-emu/reg_constant.h
10817 views
/*---------------------------------------------------------------------------+1| reg_constant.h |2| |3| Copyright (C) 1992 W. Metzenthen, 22 Parker St, Ormond, Vic 3163, |4| Australia. E-mail [email protected] |5| |6+---------------------------------------------------------------------------*/78#ifndef _REG_CONSTANT_H_9#define _REG_CONSTANT_H_1011#include "fpu_emu.h"1213extern FPU_REG const CONST_1;14extern FPU_REG const CONST_PI;15extern FPU_REG const CONST_PI2;16extern FPU_REG const CONST_PI2extra;17extern FPU_REG const CONST_PI4;18extern FPU_REG const CONST_Z;19extern FPU_REG const CONST_PINF;20extern FPU_REG const CONST_INF;21extern FPU_REG const CONST_MINF;22extern FPU_REG const CONST_QNaN;2324#endif /* _REG_CONSTANT_H_ */252627