代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/407093/11429642
h slu_scomplex.h
/*! @file slu_scomplex.h
* \brief Header file for complex operations
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawren
www.eeworm.com/read/404203/11490414
v ff_mul.v
// Finite fields multiplication
// Primitive olynomial: p(x) = x^8 + x^4 + x^3 + x^2 + 1
// Polynomial basis: {1, a^1, a^2, a^3, a^4, a^5, a^6, a^7}
// Weak dual basis: {1+a^2, a^1, 1, a^7, a^6,
www.eeworm.com/read/347709/11646508
c msp430x47xx_mpy_15.c
//******************************************************************************
// MSP430x47xx Demo - Fractional mode, Q15 multiplication
//
// Description: The example illustrates multiplica
www.eeworm.com/read/347709/11647372
c msp430x54x_mpy_15.c
//******************************************************************************
// msp430FG5438 Demo - Fractional mode, Q15 multiplication
//
// Description: The example illustrates multiplic
www.eeworm.com/read/339441/12236144
c msp430x54x_mpy_15.c
//******************************************************************************
// msp430FG5438 Demo - Fractional mode, Q15 multiplication
//
// Description: The example illustrates multiplic
www.eeworm.com/read/162614/5528852
c vect-116.c
/* Assuming we can vectorize char multiplication, here's an execute test. */
#include
#include "tree-vect.h"
extern void abort (void);
void foo()
{
static unsigned char A[256], B[256],
www.eeworm.com/read/395931/8145611
v ff_mul.v
// Finite fields multiplication
// Primitive olynomial: p(x) = x^8 + x^4 + x^3 + x^2 + 1
// Polynomial basis: {1, a^1, a^2, a^3, a^4, a^5, a^6, a^7}
// Weak dual basis: {1+a^2, a^1, 1, a^7, a^6,
www.eeworm.com/read/395565/8168045
v ff_mul.v
// Finite fields multiplication
// Primitive olynomial: p(x) = x^8 + x^4 + x^3 + x^2 + 1
// Polynomial basis: {1, a^1, a^2, a^3, a^4, a^5, a^6, a^7}
// Weak dual basis: {1+a^2, a^1, 1, a^7, a^6,
www.eeworm.com/read/369665/9637367
v ff_mul.v
// Finite fields multiplication
// Primitive olynomial: p(x) = x^8 + x^4 + x^3 + x^2 + 1
// Polynomial basis: {1, a^1, a^2, a^3, a^4, a^5, a^6, a^7}
// Weak dual basis: {1+a^2, a^1, 1, a^7, a^6,
www.eeworm.com/read/270032/11050997
h vec3.h
/* ------------------------------------------------------------------------- *\
VEC3.H :
Definition and manipulation of a 3D vector (either integers or reals)
by Christophe Schlick (1 June