代码搜索:Numeric

找到约 7,754 项符合「Numeric」的源代码

代码结果 7,754
www.eeworm.com/read/18588/795166

vhf stopwatch.vhf

-- Vhdl model created from schematic stopwatch.sch - Thu Dec 19 18:12:07 2002 LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; -- synopsys translate_off LIBRARY UNISIM; USE
www.eeworm.com/read/493086/1169531

vhd rom_c64_chargen.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.ALL; entity rom_c64_chargen is port ( clk: in std_logic; addr: in unsigned(11 downto 0); do: out unsigned(7 downto 0)
www.eeworm.com/read/493086/1169532

vhd rom_c64_basic.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.ALL; entity rom_c64_basic is port ( clk: in std_logic; addr: in unsigned(12 downto 0); do: out unsigned(7 downto 0) );
www.eeworm.com/read/493086/1169533

vhd rom_c64_kernal.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.ALL; entity rom_c64_kernal is port ( clk: in std_logic; addr: in unsigned(12 downto 0); do: out unsigned(7 downto 0) )
www.eeworm.com/read/222917/4816443

phpt bug27646.phpt

--TEST-- Bug #27646 (Cannot serialize/unserialize non-finite numeric values) --FILE--
www.eeworm.com/read/162614/5526055

f90 equiv_constraint_4.f90

! { dg-do run } ! { dg-options "-O0" } ! PR20901 - check that derived/numeric equivalence works with std!=f95. ! Contributed by Joost VandeVondele TYPE data_type SEQUENCE INTEGER :
www.eeworm.com/read/349580/3143097

h ublas.h

// Copyright (C) 2006 Garth N. Wells. // Licensed under the GNU LGPL Version 2.1. // // First added: 2006- // Last changed: 2006-10-10 #ifndef __UBLAS_H #define __UBLAS_H #include
www.eeworm.com/read/347503/3170393

d mips64r2.d

#objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric #name: MIPS MIPS64r2 instructions # Check MIPS64r2 instruction assembly .*: +file format .*mips.* Disassembly of section .text:
www.eeworm.com/read/343627/3218189

vhd cslt_cntr.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_STD.all; use IEEE.std_logic_unsigned.all; -- pragma translate_off library UNISIM; use UNISIM.VCOMPONENTS.ALL; -- pragma translate_on entit
www.eeworm.com/read/343627/3218192

vhd sdrmc_state.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_STD.all; use IEEE.std_logic_unsigned.all; -- pragma translate_off library UNISIM; use UNISIM.VCOMPONENTS.ALL; -- pragma translate_on entit