Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
reg_constant.h
Package: linux-2.4.20.tar.gz [view]
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 1k
Category:
Linux-Unix program
Development Platform:
Unix_Linux
- /*---------------------------------------------------------------------------+
- | reg_constant.h |
- | |
- | Copyright (C) 1992 W. Metzenthen, 22 Parker St, Ormond, Vic 3163, |
- | Australia. E-mail billm@vaxc.cc.monash.edu.au |
- | |
- +---------------------------------------------------------------------------*/
- #ifndef _REG_CONSTANT_H_
- #define _REG_CONSTANT_H_
- #include "fpu_emu.h"
- extern FPU_REG const CONST_1;
- extern FPU_REG const CONST_2;
- extern FPU_REG const CONST_HALF;
- extern FPU_REG const CONST_L2T;
- extern FPU_REG const CONST_L2E;
- extern FPU_REG const CONST_PI;
- extern FPU_REG const CONST_PI2;
- extern FPU_REG const CONST_PI2extra;
- extern FPU_REG const CONST_PI4;
- extern FPU_REG const CONST_LG2;
- extern FPU_REG const CONST_LN2;
- extern FPU_REG const CONST_Z;
- extern FPU_REG const CONST_PINF;
- extern FPU_REG const CONST_INF;
- extern FPU_REG const CONST_MINF;
- extern FPU_REG const CONST_QNaN;
- #endif /* _REG_CONSTANT_H_ */