代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/168079/9940162
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/462120/7209113
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/452252/7443997
c decode.c
/* this is really the most horrible I've ever seen. */
#include
#include
#include "decode.h"
#include "mp/arithmetic.h"
#include "mp/move.h"
#include "mp/pushpop.h"
#include "mp/i
www.eeworm.com/read/301795/13848350
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/134898/5891635
h interval.h
//
// interval.h
//
// $Id: interval.h,v 1.1.1.1 2001/02/28 00:28:36 cstolte Exp $
//
#ifndef SGL_INTERVAL_H
#define SGL_INTERVAL_H
/*
* Interval-arithmetic class
* D. P. Mitchell 92/0
www.eeworm.com/read/265179/11274352
log2
sql_pool.c:25:22: sql_pool.h: No such file or directory
sql_pool.c: In function `sql_flush':
sql_pool.c:43: error: increment of pointer to unknown structure
sql_pool.c:43: error: arithmetic on pointer
www.eeworm.com/read/339038/12266721
c i5m.c
/* i5m.c */
/* modular arithmetic */
#include
#include
#include
#include "integer.h"
#include "fun.h"
extern unsigned int reciprocal[][Z0];
extern long int ne
www.eeworm.com/read/475745/1382429
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/455642/1609699
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/233522/4667460
h vnl_finite.h
// This is vxl/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 provide