代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/494289/6381435
h gf2m12x.h
/*
* MIRACL C++ Headerfile GF2m12x.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class GF2m12x - Arithmetic over the extension
* field GF(2^12m) - uses irredu
www.eeworm.com/read/494289/6381446
h gf2m6x.h
/*
* MIRACL C++ Headerfile GF2m6x.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class GF2m6x - Arithmetic over the extension
* field GF(2^6m) - uses irreducib
www.eeworm.com/read/494289/6381449
h sf2m12x.h
/*
* MIRACL C++ Headerfile SF2m12x.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class SF2m12x - Arithmetic over the special extension
* field GF(2^12m). Repr
www.eeworm.com/read/494289/6381536
c mrarth0.c
/*
* MIRACL arithmetic routines 0 - Add and subtract routines
* mrarth0.c
*
* Copyright (c) 1988-1995 Shamus Software Ltd.
*/
#include "miracl.h"
void mr_padd(_MIPD_ big x,big y,b
www.eeworm.com/read/494289/6381537
c mrflash.c
/*
* MIRACL floating-Slash arithmetic
* mrflash.c
*
* Copyright (c) 1988-2001 Shamus Software Ltd.
*/
#include "miracl.h"
#ifdef MR_FLASH
void flop(_MIPD_ flash x,flash y,int *op
www.eeworm.com/read/402476/11534320
v test_div.v
module test_div;
reg [31:0] op;
reg clock;
wire [31:0] result;
wire overflow,zero,pn;
arithmetic calca(op,clock,result,overflow,zero,pn);
always begin #25 clock=~clock;end
initial
begin
cl
www.eeworm.com/read/402476/11534321
v test_add.v
module test_add;
reg [31:0] op;
reg clock;
wire [31:0] result;
wire overflow,zero,pn;
arithmetic calca(op,clock,result,overflow,zero,pn);
always begin #25 clock=~clock;end
initial
begin
cl
www.eeworm.com/read/402476/11534322
v test_sub.v
module test_sub;
reg [31:0] op;
reg clock;
wire [31:0] result;
wire overflow,zero,pn;
arithmetic calca(op,clock,result,overflow,zero,pn);
always begin #25 clock=~clock;end
initial
begin
cl
www.eeworm.com/read/402476/11534325
v test_slt.v
module test_slt;
reg [31:0] op;
reg clock;
wire [31:0] result;
wire overflow,zero,pn;
arithmetic calca(op,clock,result,overflow,zero,pn);
always begin #25 clock=~clock;end
initial
begin
cl
www.eeworm.com/read/402048/11543609
txt fft说明.txt
CF FFT: Overview
Details
Name: cf_fft
Created: 05-Jan-2003 17:34:51
Updated: 08-May-2008 08:29:29
CVS: no files in cvs
Other project properties
Category :: Arithmetic core
Development s