代码搜索:Multiplication

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

代码结果 1,176
www.eeworm.com/read/340916/12124808

cpp ex3_14.cpp

// Ex3_14.cpp // Using nested loops to generate a multiplication table #include #include using std::cout; using std::endl; using std::setw; int main() { const int
www.eeworm.com/read/151143/12233108

m mrt.m

function mato=mrt(mati,vector) % Matrix row vector multiplication (scaling of matrix columns) % Replaces "mvt" % Written by: E. R.: June 9, 2004 % Last updated: % % mato=mrt(mati,vector
www.eeworm.com/read/470917/1440000

c ots_mul.c

/* Software floating-point emulation: multiplication. Copyright (C) 1997,1999,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth
www.eeworm.com/read/470693/1456194

c arit.c

/* Signed and unsigned multiplication and division and modulus for CRIS. Contributed by Axis Communications. Written by Hans-Peter Nilsson , c:a 1992. Copyright (C) 1998, 1999, 2
www.eeworm.com/read/461961/1548887

h matrix.h

// Matrix class #pragma once #include "Vector.h" namespace Mathematics { /// 4x4 matrix class. /// The convention here is post-multiplication by a column vector. /// ie. x =
www.eeworm.com/read/237551/4624226

c ots_mul.c

/* Software floating-point emulation: multiplication. Copyright (C) 1997,1999,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth
www.eeworm.com/read/233448/4670487

c arit.c

/* Signed and unsigned multiplication and division and modulus for CRIS. Contributed by Axis Communications. Written by Hans-Peter Nilsson , c:a 1992. Copyright (C) 1998, 1999, 2
www.eeworm.com/read/233448/4681677

f90 read_float_1.f90

! { dg-do run } ! PR18218 ! The IO library has an algorithm that involved repeated multiplication by 10, ! resulting in introducing large cumulative floating point errors. program foo character*20 s
www.eeworm.com/read/233448/4685247

c pr19683-1.c

/* From PR rtl-optimization/19683. On little-endian MIPS targets, reload would incorrectly inherit the high part of the multiplication result. */ /* { dg-do run { target mips*-*-* } } */ exte
www.eeworm.com/read/210914/4946962

m mrt.m

function mato=mrt(mati,vector) % Matrix row vector multiplication (scaling of matrix columns) % Replaces "mvt" % Written by: E. R.: June 9, 2004 % Last updated: % % mato=mrt(mati,vector