代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/216502/4891590
c n4.c
#include "tdef.h"
extern
#include "d.h"
extern
#include "v.h"
#ifdef NROFF
extern
#include "tw.h"
#endif
#include "s.h"
/*
troff4.c
number registers, conversion, arithmetic
*/
extern struct s *frame
www.eeworm.com/read/334125/3374194
c imath.c
/*
Name: imath.c
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger
Info: $Id: imath.c 22648 2008-02-25 07:37:57Z
www.eeworm.com/read/334125/3374197
h imath.h
/*
Name: imath.h
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger
Info: $Id: imath.h 20764 2007-06-01 03:55:14Z
www.eeworm.com/read/307164/3728765
c nrm24p120_x1.c
#include "atlas_misc.h"
#include "atlas_prefetch.h"
#include
TYPE ATL_UNRM2(const int N, const TYPE *X, const int incX)
/*
* Only machines like x86 with extended precision (both arithmetic a
www.eeworm.com/read/371561/2779529
java basicmath.java
class BasicMath{
public static void main(String args[]) {
//用整型变量实现各个基本算术运算符的功能。
System.out.println("Integer Arithmetic");
int ia = 1 + 2;
int ib = ia * 4;
int ic = ib /5;
www.eeworm.com/read/351636/3102847
h vnl_finite.h
// This is core/vnl/vnl_finite.h
#ifndef vnl_finite_h_
#define vnl_finite_h_
//:
// \file
// \brief modulo-N arithmetic (finite ring Z_N and Z_N[X])
//
// The templated vnl_finite_int provid
www.eeworm.com/read/235435/14071970
ini modelsim.ini
[Library]
std=$MODEL_TECH/std
ieee=$MODEL_TECH/ieee
verilog=$MODEL_TECH/verilog
arithmetic=$MODEL_TECH/arith
mgc_portable=$MODEL_TECH/mgc_port
std_developerskit=$MODEL_TECH/stdevkit
synopsys=
www.eeworm.com/read/390183/8480499
asm testnos3.asm
;
; Double-precision floating point tests, derived from Fred Tydeman's posting
; of 26 February 1996 to comp.arch.arithmetic, via David M. Gay's gdtoa
; package.
;
bits 64
dq 9.e0306
dq 0x
www.eeworm.com/read/282090/9120121
makefile
CFLAGS = -c
LDFLAGS =
ODIR = /q3/q3map
EXEBASE = q3map
EXE = $(ODIR)/$(EXEBASE)
all: $(EXE)
_irix:
make "CFLAGS = -c -Ofast=ip27 -OPT:IEEE_arithmetic=3 -I../common -Xcpluscomm " "LDFLAGS
www.eeworm.com/read/195934/8121977
asm desfor51.asm
;=========================================================================
;功能:完成DES算法
; ==>Ln=Rn-1;Rn=Ln-1 xor f(Rn-1,Kn)
;名称:Des_Arithmetic()
;入口: #MINGWEN,8字节明文;#MIYUE,8字节密钥;
;出口: #DES_MI