代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/205930/5014110

c jcarith.c

/* This programe is reedited by Fujian Shi(fieagle@yahoo.com.cn) *from the code programmed by Guido Vollbeding . * jcarith.c * * It can only acomplesh simple arithmetic coding. */
www.eeworm.com/read/201813/5056650

c mpi.c

/* mpi.c by Michael J. Fromberger Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved Arbitrary precision integer arithmetic library $Id
www.eeworm.com/read/201813/5056651

h mpi.h

/* mpi.h by Michael J. Fromberger Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved Arbitrary precision integer arithmetic library $Id
www.eeworm.com/read/195013/5116255

c ieee754.c

/* ieee754 floating point arithmetic * single and double precision * * BUGS * not much dp done * doesnt generate IEEE754_INEXACT * */ /* * MIPS floating point support * Copyright (C) 1994-200
www.eeworm.com/read/195013/5117967

c ieee754.c

/* ieee754 floating point arithmetic * single and double precision * * BUGS * not much dp done * doesnt generate IEEE754_INEXACT * */ /* * MIPS floating point support * Copyright (C) 1994-200
www.eeworm.com/read/190666/5175374

c 900520_04.c

// 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 constructor initializa
www.eeworm.com/read/171081/5399446

c digit.c

/* DIGIT.C - digit arithmetic routines */ /* Copyright (C) RSA Laboratories, a division of RSA Data Security, Inc., created 1991. All rights reserved. */ #include "global.h" #include
www.eeworm.com/read/340665/3276028

c 900520_04.c

// 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 constructor initializa
www.eeworm.com/read/339800/3294508

h float.h

/* * float.h * * Constants related to floating point arithmetic. * * Also included here are some non-ANSI bits for accessing the floating * point controller. * * NOTE: GCC provides float.h, a
www.eeworm.com/read/338759/3313101

cpp fixed-class.cpp

#include #include // for huge() using namespace blitz; // A simple fixed point arithmetic class which represents a point // in the interval [0,1]. class FixedPoi