代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/349903/10785798

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/296774/7114272

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
www.eeworm.com/read/458682/7291522

html arithexp.html

Arithmetic Expansion
www.eeworm.com/read/454453/7390067

c g13.c

/* G13.C - Functions for arithmetic in G(2^4) reduced modulo x^4 + x + 1. Author: Peter Pearson Version of 93.02.15. Revision history: 87.05.19 - Initial version. 93.02.15 - Adapted t
www.eeworm.com/read/440253/7691553

html asm_tutorial_06.html

8086 Assembler Tutorial for Beginners (Part 6)
www.eeworm.com/read/297233/8037722

h longlong.h

/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. Copyright (C) 1991, 92, 94, 95, 96, 1997 Free Software Foundation, Inc. This definition file is free software; you can redistri
www.eeworm.com/read/297233/8041145

c optabs.c

/* Expand the basic unary and binary arithmetic operations, for GNU compiler. Copyright (C) 1987, 88, 92-96, 1997 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free softwa
www.eeworm.com/read/243677/12926012

s testmisc.s

# # $Id: testmisc.s,v 1.6 2003/02/25 10:17:11 nj Exp $ # Instructions to be tested in this test program: # # All arithmetic instructions: # add, addi, addiu, addu, div, divu, mul, mult, # multu, slt,
www.eeworm.com/read/139030/13191906

html asm_tutorial_06.html

8086 Assembler Tutorial for Beginners (Part 6)
www.eeworm.com/read/318176/13484057

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