代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/381211/9104325

m a_decode.m

function x=a_decode(y,fN,ipr) % x=a_decode(y,fN) % Arithmetic decoding using the same integer frequency table % used by a_encode. % % y =code vector generated by a_encode. % fN =length(x)*(freq
www.eeworm.com/read/349903/10785776

c mrarth0.c

/* * MIRACL arithmetic routines 0 - Add and subtract routines * mrarth0.c * * Copyright (c) 1988-1995 Shamus Software Ltd. */ #include #include void mr_pad
www.eeworm.com/read/296805/8076298

htm parith.htm

/* parith.c: Illustrates pointer arithmetic */ #include <stdio.h> #include <stddef.h> // for ptrdiff_t int main() { float a[] = {1.0, 2.0, 3.0},
www.eeworm.com/read/306033/13754445

htm pascal_op_ar.htm

paxPascal Arithmetic Operators Language Element
www.eeworm.com/read/147766/5721285

c sp_sqrt.c

/* IEEE754 floating point arithmetic * single precision square root */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved. * http://www.algor.co.uk
www.eeworm.com/read/147766/5721296

c dp_sqrt.c

/* IEEE754 floating point arithmetic * double precision square root */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved. * http://www.algor.co.uk
www.eeworm.com/read/147766/5721673

h longlong.h

/* longlong.h -- based on code from gcc-2.95.3 definitions for mixed size 32/64 bit arithmetic. Copyright (C) 1991, 92, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc. This definition
www.eeworm.com/read/142911/5761929

c sp_sqrt.c

/* IEEE754 floating point arithmetic * single precision square root */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved. * http://www.algor.co.uk
www.eeworm.com/read/142911/5761940

c dp_sqrt.c

/* IEEE754 floating point arithmetic * double precision square root */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved. * http://www.algor.co.uk
www.eeworm.com/read/136786/5862458

c sp_sqrt.c

/* IEEE754 floating point arithmetic * single precision square root */ /* * MIPS floating point support * Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved. * http://www.algor.co.uk