代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/318176/13484189

h poly.h

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field mod p * * WARNING: This class has been cobbled together for
www.eeworm.com/read/318176/13484200

h poly2.h

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field 2^m * * WARNING: This class has been cobbled together for a
www.eeworm.com/read/318176/13484212

cpp flpoly.cpp

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are float numbers * * WARNING: This class has been cobbled together for a specific use wi
www.eeworm.com/read/313237/13591531

h tommath.h

/* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * *
www.eeworm.com/read/309167/13680332

c dcomplex.c

/* * -- Distributed SuperLU routine (version 1.0) -- * Lawrence Berkeley National Lab, Univ. of California Berkeley. * September 1, 1999 * */ /* * This file defines common arithmetic operations
www.eeworm.com/read/306970/13734354

h eval.h

/* * simple arithmetic expression evaluator * * Copyright (c) 2002 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it a
www.eeworm.com/read/303490/13814545

h tommath.h

/* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * *
www.eeworm.com/read/131315/5937645

c qmod.c

/* * Copyright (c) 1993 David I. Bell * Permission is granted to use, distribute, or modify this source, * provided that this copyright notice remains intact. * * Modular arithmetic routines for
www.eeworm.com/read/122492/6065740

java complex.java

package numbercruncher.mathutils; /** * Perform basic complex arithmetic. The complex objects are * immutable, and complex operations create new complex objects. */ public class Complex {
www.eeworm.com/read/122492/6065845

java~1~ complex.java~1~

package numbercruncher.mathutils; /** * Perform basic complex arithmetic. The complex objects are * immutable, and complex operations create new complex objects. */ public class Complex { /**