代码搜索:Multiplication

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

代码结果 1,176
www.eeworm.com/read/307266/3726306

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/366806/9798333

java listing5.1.java

short width; long length, area; double totalCost, costPerFoot; // In the multiplication below, width will be converted to a // long, and the result of the calculation will be a long. area = len
www.eeworm.com/read/132772/14073894

asm exp4c54_7.asm

************************************************************** * exp4c54_7.asm - An assembly program for C5000 CCS simulator * Special case of multiplication in Section 4.6.7 * ****
www.eeworm.com/read/100612/15868920

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/427960/8908920

cpp glv.cpp

// Apply the GLV algorithm to decompose k (for use by GLS elliptic curves) // See "Faster Point Multiplication on Elliptic Curves with efficient Endomorphisms", // by Gallant, Lambert and Vanstone"
www.eeworm.com/read/352500/10547353

asm example 2-30.asm

;Example 2 - 30. Float-Point Multiplication ASM Listing for TMS320C54x ;/* ============================================================================*/ ;/* Copyright (C) 2004 YINXI
www.eeworm.com/read/420375/10798623

c matrix.c

/* This is modified code from the internet After adjusting the memory allocation, I was able to run it under whale OpenMP implementation of matrix multiplication. */ #include
www.eeworm.com/read/207022/7153681

java mycalc.java

/** * The MyCalc class implements a simple Calculator application. * MyCalc uses an operator code to keep track of the operation being * performed * - 0 = multiplication * - 1 = division
www.eeworm.com/read/139090/13189027

pas complexs.pas

{ Unit Complexs This unit implements complex number arithmic, including the basic operations addition, substraction, multiplication, division, magnitude and phase. Copyright: Nils Haec
www.eeworm.com/read/139090/13189041

pas complexs.pas

{ Unit Complexs This unit implements complex number arithmic, including the basic operations addition, substraction, multiplication, division, magnitude and phase. Copyright: Nils Haec