代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/127781/5995195
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesn't generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-20
www.eeworm.com/read/119864/6081754
c testvect.c
/* Test vectors for math functions.
See C9X section F.9.
On some systems it may be necessary to modify the default exception
settings of the floating point arithmetic unit. */
/*
Cephes M
www.eeworm.com/read/100320/6270546
c arith.c
#include "arith.h"
#include "files.h"
/*
Declare variables use for arithmetic compression
*/
static int under_flow_count = 0;
static unsigned int low = 0;
static unsigned int rang
www.eeworm.com/read/494289/6381751
h zzn2.h
/*
* MIRACL C++ Header file ZZn2.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ZZn2 (Arithmetic over n^2)
*
* Note: This code assumes that
* p=5 mo
www.eeworm.com/read/494289/6381793
c mrgf2m.c
/*
* MIRACL routines for arithmetic over GF(2^m),
* mrgf2m.c
*
* For algorithms used, see IEEE P1363 Standard, Appendix A
* unless otherwise stated.
*
* The time-critical rout
www.eeworm.com/read/494289/6381822
c mrgf2mnew.c
/*
* MIRACL routines for arithmetic over GF(2^m),
* mrgf2m.c
*
* For algorithms used, see IEEE P1363 Standard, Appendix A
* unless otherwise stated.
*
* The time-critical rout
www.eeworm.com/read/493005/6403412
c zfunc.c
/*
* zfunc - extended precision integral arithmetic non-primitive routines
*
* Copyright (C) 1999 David I. Bell, Landon Curt Noll and Ernest Bowen
*
* Primary author: David I. Bell
*
* Calc i
www.eeworm.com/read/493005/6403765
c qfunc.c
/*
* qfunc - extended precision rational arithmetic non-primitive functions
*
* Copyright (C) 1999-2004 David I. Bell and Ernest Bowen
*
* Primary author: David I. Bell
*
* Calc is open softw
www.eeworm.com/read/156908/11753039
c mrarth2.c
/*
* MIRACL arithmetic routines 2 - multiplying and dividing BIG NUMBERS.
* mrarth2.c
*
* Copyright (c) 1988-2003 Shamus Software Ltd.
*/
#include "miracl.h"
/* If a number has m
www.eeworm.com/read/257041/11955190
java queenjface.java
package arithmetic;
import org.eclipse.jface.action.MenuManager;
import org.eclipse.jface.action.StatusLineManager;
import org.eclipse.jface.action.ToolBarManager;
import org.eclipse.jface.dialo