代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/233007/4695377
c~ jcarith.c~
/*
* jcarith.c
*
* It can only acomplesh simple arithmetic coding.
*/
#include "commondecls.h"
#define RIGHT_SHIFT(x,shft) x>=0 ? x>>shft : -((-x)>>shft)
/* We use a compact representation wit
www.eeworm.com/read/209900/4956389
h rt_fp.h
/* rt_fp.h: prototypes for the fplib basic-arithmetic functions
*
* Copyright 1999 ARM Limited. All rights reserved.
*
* RCS $Revision: 1.4 $
* Checkin $Date: 2000/11/08 15:43:29 $
* Revis
www.eeworm.com/read/205930/5014106
c~ jcarith.c~
/*
* jcarith.c
*
* It can only acomplesh simple arithmetic coding.
*/
#include "commondecls.h"
#define RIGHT_SHIFT(x,shft) x>=0 ? x>>shft : -((-x)>>shft)
/* We use a compact representation wit
www.eeworm.com/read/175743/5342320
bas largeint.bas
'Subject: Basic library for large-integer arithmetic.
' Static array version.
'Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
'Date : 02-02-2004
'Code : QuickBasic, PDS, VBdos
REM $
www.eeworm.com/read/162614/5522028
c 900520_04.c
// { dg-do run }
// g++ 1.37.1 bug 900520_04
// g++ does not yet support the initialization of scalar type objects
// (including built-in arithmetic types, enum types, and pointer types)
// via cons
www.eeworm.com/read/347503/3168496
d defined2.d
#ld: -Tdefined2.t
#nm: -B
#source: phdrs.s
# Check that arithmetic on DEFINED works.
# Matching both A and T accounts for formats that can't tell a .text
# symbol from an absolute symbol (mmo), but m
www.eeworm.com/read/312509/3671051
c~ jcarith.c~
/*
* jcarith.c
*
* It can only acomplesh simple arithmetic coding.
*/
#include "commondecls.h"
#define RIGHT_SHIFT(x,shft) x>=0 ? x>>shft : -((-x)>>shft)
/* We use a compact representation wit
www.eeworm.com/read/307266/3725944
h gf2m.h
/*
* MIRACL C++ Header file gf2m.h
*
* AUTHOR : M.Scott
*
* PURPOSE : Definition of class GF2m (Arithmetic in the field GF(2^m)
*
* NOTE: : The field basis is set dyna
www.eeworm.com/read/307266/3726032
c mrecgf2m.c
/*
* MIRACL routines for arithmetic over GF(2^m), and
* implementation of Elliptic Curve Cryptography over GF(2^m)
* mrecgf2m.c
*
* Curve equation is Y^2 + XY = X^3 + A.X^2 + B
*
www.eeworm.com/read/307266/3726289
h gf2m.h
/*
* MIRACL C++ Header file gf2m.h
*
* AUTHOR : M.Scott
*
* PURPOSE : Definition of class GF2m (Arithmetic in the field GF(2^m)
*
* NOTE: : The field basis is set dyna