代码搜索:arithmetic

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

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

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/309649/13667204

c bigtest.c

/* +++Date last modified: 05-Jul-1997 */ /* BIGTEST.C ** ** Routines to test Big Number Arithmetic functions found in BIGNUM.C ** */ #include #include #include
www.eeworm.com/read/307145/13727666

c ch24cnst.c

/* Code by Ian D. K. Kelly for Chapter 24, "C Unleashed" */ /* Ch24cnst.c * * Consts - print the generalized arithmetic limit values * * Copyright (C) 1999 Ian D. K. Kelly,
www.eeworm.com/read/307145/13727786

h m_matrix.h

/* m_matrix.h - matrix arithmetic */ #ifndef M_MATRIX_H /* only include the header file once */ /* include other library header files needed */ #include #include #include
www.eeworm.com/read/147331/5732101

c simdldtoa.c

/* Extended precision arithmetic functions for long double I/O. * This program has been placed in the public domain. */ #ifdef __SPE__ #include #include #include
www.eeworm.com/read/494289/6381467

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/494289/6381538

c mrarth2.c

/* * MIRACL arithmetic routines 2 - multiplying and dividing BIG NUMBERS. * mrarth2.c * * Copyright (c) 1988-2003 Shamus Software Ltd. */ #include "miracl.h" #ifdef MR_FP #inclu
www.eeworm.com/read/156908/11752821

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/156908/11753126

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/123658/14618597

c optabs.c

/* Expand the basic unary and binary arithmetic operations, for GNU compiler. Copyright (C) 1987, 88, 92, 93, 94, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free s