代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/408246/2253073
lisp arith.lisp
;;;; the VM definition of arithmetic VOPs for the x86-64
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU
www.eeworm.com/read/375190/2739201
qbk complex-tr1.qbk
[article Complex Number TR1 Algorithms
[quickbook 1.4]
[copyright 2005 John Maddock]
[purpose Complex number arithmetic]
[license
Distributed under the Boost Software License,
www.eeworm.com/read/369339/2801071
ssa
.SH
Appendix A: A Simple Example
.PP
This example gives the complete Yacc specification for a small desk calculator;
the desk calculator has 26 registers, labeled a through z, and accepts
arithmetic
www.eeworm.com/read/366702/2867088
c struct2.c
/* PR c++/23180. */
/* Initialize a local structure with an expression that attempts to use
pointer arithmetic to calculate another structure field offset. */
void saveLoadEntries(const void *);
www.eeworm.com/read/366702/2867206
c struct3.c
/* PR c++/23180. */
/* Initialize a global variable with an expression that attempts to use
pointer arithmetic to calculate a structure field offset. */
struct Track {
char soundName[15];
};
www.eeworm.com/read/160611/5568541
c xlmath.c
/* xlmath - xlisp built-in arithmetic functions */
/* Copyright (c) 1985, by David Michael Betz
All Rights Reserved
Permission is granted for unrestricted non-commercial use */
/* CHA
www.eeworm.com/read/170565/9798152
c mrmonty.c
/*
* MIRACL Montgomery's method for modular arithmetic without division.
* mrmonty.c
*
* Programs to implement Montgomery's method
* See "Modular Multiplication Without Trial Divisi
www.eeworm.com/read/268338/11142641
h mpilib.h
/* C include file for MPI multiprecision integer math routines.
These routines implement all of the multiprecision arithmetic necessary
for Rivest-Shamir-Adleman (RSA) public key cryptography, a
www.eeworm.com/read/413319/11159582
h ecn.h
/*
* MIRACL C++ Header file ecn.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn (Arithmetic on an Elliptic Curve,
* mod n)
*
* NOTE : Mu