代码搜索:mult
找到约 6,230 项符合「mult」的源代码
代码结果 6,230
www.eeworm.com/read/38039/1096522
mnu multchn.mnu
MULT#CHAINS
#
Surf#Loops
Select surface to use it's inner loops
#
One#By#One
Select individual curves or edges.
#
Tangnt#Chain
Select chain of tangent edges.
#
Curve#Chain
Select chain of curves.
#
B
www.eeworm.com/read/38898/1117608
v multi_select_1.v
module mult_select(a,b,select,out);
parameter size=8;
input [size-1:0]a,b;
input select;
output [size-1:0]out;
reg [size-1:0]out;
always@(a or b or select)
begin
if(sel
www.eeworm.com/read/479931/1325732
s hilo-hazard-3.s
# Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops inbetween.
#
# mach: all
# as: -mabi=eabi
# ld: -N -Ttext=0x80010000
# output: pass\\n
.include "hilo-hazard.inc"
.include "testutils.inc"
www.eeworm.com/read/233448/4683770
c vect-11.c
/* { dg-require-effective-target vect_int } */
/* APPLE LOCAL 3972875 mainline 2005-04-18 */
/* { dg-require-effective-target vect_int_mult } */
#include
#include "tree-vect.h"
#define N
www.eeworm.com/read/233448/4683828
c vect-11a.c
/* APPLE LOCAL file 3972875 mainline 2005-04-18 */
/* { dg-require-effective-target vect_int } */
/* { dg-require-effective-target vect_int_mult } */
#include
#include "tree-vect.h"
exter
www.eeworm.com/read/216502/4890618
3x mp.3x
.TH MP 3X
.SH NAME
itom, madd, msub, mult, mdiv, min, mout,
pow, gcd, rpow \- multiple precision integer arithmetic
.SH SYNOPSIS
.nf
.B "typedef struct { int len; short *val; } mint;"
.PP
.PP
.B madd(
www.eeworm.com/read/329537/3430906
c initializers.c
void
foo ()
{
char c[8] = {
0, 0, 0, 0,
1, 1, 1, 1
};
char c[8] = { /* comment */
0, 0, 0, 0,
1, 1, 1, 1
};
char c[8] = { /* mult-line
comment */
0, 0, 0, 0,
www.eeworm.com/read/410728/2202391
s hilo-hazard-3.s
# Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops inbetween.
#
# mach: all
# as: -mabi=eabi
# ld: -N -Ttext=0x80010000
# output: pass\\n
.include "hilo-hazard.inc"
.include "testutils.inc"
www.eeworm.com/read/366702/2880431
c vect-11.c
/* { dg-require-effective-target vect_int } */
/* { dg-require-effective-target vect_int_mult } */
#include
#include "tree-vect.h"
#define N 16
__attribute__ ((noinline))
int main1 ()
{
www.eeworm.com/read/158865/5594377
c parse-scan.c
/* A Bison parser, made from ./parse-scan.y
by GNU Bison version 1.25
*/
#define YYBISON 1 /* Identify Bison output. */
#define PLUS_TK 258
#define MINUS_TK 259
#define MULT_TK 260
#define D