mirdef.bfp

来自「大数运算库」· BFP 代码 · 共 26 行

BFP
26
字号
/*
 *   MIRACL compiler/hardware definitions - mirdef.h
 *   Copyright (c) 1988-2001 Shamus Software Ltd.
 *
 *   This version of mirdef.h is for use with the Borland C compiler
 *   It uses a double underlying type, and using fast floating-point
 *   arithmetic (include mr87f.c in the library build)
 *   This will be fast for 512-bit arithmetic
 */

#define MR_LITTLE_ENDIAN
#define MIRACL 64
#define mr_utype double
#define mr_dltype long double
#define MR_NOFULLWIDTH
#define MR_FP
#define MR_IBITS 32
#define MR_LBITS 32
#define mr_unsign32 unsigned int
#define mr_unsign64 unsigned __int64
#define MR_FP_ROUNDING
#define MR_FLASH 52
#define MR_PENTIUM 18
#define MAXBASE      536870912.0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?