代码搜索:Multiplication

找到约 1,176 项符合「Multiplication」的源代码

代码结果 1,176
www.eeworm.com/read/260437/11725439

cpp matrix.cpp

/* * FILE --- matrix.cc * * PURPOSE --- Source file for a class for implementing a matrix of complexs * together with matrix operations such as multiplication, transpose, inverse, * etc. It
www.eeworm.com/read/156908/11752886

c mr87f.c

/* * Many processors support a floating-point coprocessor, which may * implement a faster multiplication instruction than the corresponding * integer instruction. This is the case for the
www.eeworm.com/read/126767/14404659

java moduloarithmetic.java

package numbercruncher.mathutils; /** * Perform multiplication and exponentiation modulo arithmetic. */ public class ModuloArithmetic { /** * Multiply two integer values a and b modu
www.eeworm.com/read/11206/212234

s43 horner_mul_int.s43

;****************************************************************************** ; MSP430FG439 Integer-Integer multiplication using Horner's Algorithm ; ; Description: This code performs a 16-b
www.eeworm.com/read/11206/212253

s43 horner_mul_float.s43

;****************************************************************************** ; MSP430FG439 Integer-Float multiplication using Horner's Algorithm ; ; Description: This code performs a 16-bit
www.eeworm.com/read/11206/212255

s43 horner_mul_int.s43

;****************************************************************************** ; MSP430FG439 Integer-Integer multiplication using Horner's Algorithm ; ; Description: This code performs a 16-b
www.eeworm.com/read/25834/950720

s43 horner_mul_int.s43

;****************************************************************************** ; MSP430FG439 Integer-Integer multiplication using Horner's Algorithm ; ; Description: This code performs a 16-b
www.eeworm.com/read/25834/950739

s43 horner_mul_float.s43

;****************************************************************************** ; MSP430FG439 Integer-Float multiplication using Horner's Algorithm ; ; Description: This code performs a 16-bit
www.eeworm.com/read/25834/950741

s43 horner_mul_int.s43

;****************************************************************************** ; MSP430FG439 Integer-Integer multiplication using Horner's Algorithm ; ; Description: This code performs a 16-b
www.eeworm.com/read/307266/3725961

c mr87f.c

/* * Many processors support a floating-point coprocessor, which may * implement a faster multiplication instruction than the corresponding * integer instruction. This is the case for the