代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/158872/5592269

c e500-regs.c

#include #include #define vector __attribute__((vector_size(8))) vector int vector_fun (vector int a, vector int b) { vector int c; a = (vector int) __ev_create_s32 (2, 2);
www.eeworm.com/read/472423/6867715

vhd hb1.vhd

library ieee; use ieee.std_logic_1164.all; entity HB1 is port( DATA: in bit_VECTOR(2 DOWNTO 0); y: out bit_vector(2 downto 0)); end HB1; architecture a of HB1 is begin PROCESS(DATA)
www.eeworm.com/read/472405/6876743

bak crcsend.vhd.bak

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_unsigned.ALL; USE IEEE.STD_LOGIC_arith.ALL; ENTITY crcsend IS PORT( sdata:IN STD_LOGIC_VECTOR(11 DOWNTO 0);
www.eeworm.com/read/472405/6876748

vhd crcsend.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_unsigned.ALL; USE IEEE.STD_LOGIC_arith.ALL; ENTITY crcsend IS PORT( sdata:IN STD_LOGIC_VECTOR(11 DOWNTO 0);
www.eeworm.com/read/471851/6883139

vhd s_box.vhd

--------------------------------------------------------------------- -- (c) Copyright 2006, CoreTex Systems, LLC -- -- www.coretexsys.com -- --
www.eeworm.com/read/370313/9606183

cc icpre_double.cc

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* ******** *** SparseLib++ */ /* ******* ** *** ***
www.eeworm.com/read/172784/9690751

v sci_alu_with_delays_shell.v

/********************************************************************** * $scientific_alu example -- Verilog HDL shell module * * Scientific ALU C model, combinational logic version with pin-to-
www.eeworm.com/read/172784/9690813

v sci_alu_with_delays_shell.v

/********************************************************************** * $scientific_alu example -- Verilog HDL shell module * * Scientific ALU C model, combinational logic version with pin-to-
www.eeworm.com/read/368362/9700075

vhd function.vhd

library ieee; use ieee.std_logic_1164.all; package MYfunction is function vector_int(val:std_logic_vector) return integer; function INC8(val:std_logic_vector(7 downto 0)) return std_logic_vector
www.eeworm.com/read/412483/11198150

h ogreopcodeterraindata.h

#ifndef __OgreOpcodeTerrainData_h__ #define __OgreOpcodeTerrainData_h__ #include "OgrePtrCollisionShape.h" #include namespace OgreOpcode { /// OgreOpcode container for data related