代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/178760/5313114
c _mullong.c
/* ---------------------------------------------------------------------------
_mullong.c : routine for 32 bit multiplication
Written By Raphael Neider (2005)
This libra
www.eeworm.com/read/178760/5313120
c _mulint.c
/* ---------------------------------------------------------------------------
_mulint.c : routine for 16 bit multiplication
Written By Raphael Neider (2005)
This librar
www.eeworm.com/read/178760/5313147
c _mulchar.c
/* ---------------------------------------------------------------------------
_mulchar.c : routine for 8 bit multiplication
Written By Raphael Neider (2005)
This librar
www.eeworm.com/read/165393/5482869
c _mullong.c
/*-------------------------------------------------------------------------
_mullong.c - routine for multiplication of 32 bit (unsigned) long
Written By - Jean Louis VERN jlvern@w
www.eeworm.com/read/440302/1799018
m varianttransposemultiply.m
function Y = variantTransposeMultiply( psfMatData, X, padsize );
%
% Y = variantTransposeMultiply( psfMatData, X, padsize );
%
% This function computes the transpose multiplication of a spa
www.eeworm.com/read/411678/11232889
c spmatvec_transmult.c
/*
* =============================================================
* spmatvec_mult.c Compute a sparse matrix vector multiplication
* using a transposed matrix.
*
* David Gleich
* Stanford
www.eeworm.com/read/147096/12585828
c gfconv.c
/*=============================================================================
* Syntax: c = gfconv(a, b, p)
* GFCONV GF(P) polynomial convolution or GF(P^M) element multiplication.
*
www.eeworm.com/read/101557/15827225
c gfconv.c
/*=============================================================================
* Syntax: c = gfconv(a, b, p)
* GFCONV GF(P) polynomial convolution or GF(P^M) element multiplication.
*
www.eeworm.com/read/162614/5530629
c gen-vect-11b.c
/* { dg-do run { target vect_cmdline_needed } } */
/* { dg-options "-O2 -ftree-vectorize -ftree-vectorizer-verbose=3 -fdump-tree-vect-stats" } */
#include
#define N 16
int main ()
{
in
www.eeworm.com/read/378188/9242463
f mvaxpy.f
Subroutine mvaxpy( a, b, c, lda, m, n )
! ----------------------------------------------------------------------
! --- Routine 'mvaxpy' does a matrix-vector multiplication 'Ab = c'
! using a