代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/206531/5008507
vhd i2c_synplify.vhd
--
-- Written by Synplicity
-- Mon Jul 26 09:53:03 2004
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library synplify;
use synplify.components.all;
library UN
www.eeworm.com/read/193974/5138496
test_grammar
test_grammar
1. Parser
1.1 Tokens
1.1.1 Backslashes
1.1.2 Numeric literals
1.1.2.1 Plain integers
1.1.2.2 Long integers
1.1.2.3 Floating point
1.1.3 String literals
1.2 Grammar
single_input
file_input
www.eeworm.com/read/190958/5170180
vhd test_bench.vhd
-- Test Bench for kcpsm3_int_test.vhd
--
-- Ken Chapman - Xilinx Ltd - June 2003
--
--
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY testbench IS
END testbench
www.eeworm.com/read/190666/5175748
c mangle1.c
// Bug: numeric_outputed_need_bar is not cleared properly, adding random '_'s
// to mangled names.
// Build don't link:
template
class rand1
{
public:
rand1 ();
};
class codes
www.eeworm.com/read/189320/5201031
gperf adadefs.gperf
boolean
character
constraint_error
false
float
integer
natural
numeric_error
positive
program_error
storage_error
string
tasking_error
true
address
aft
base
callable
constrained
count
delta
digits
ema
www.eeworm.com/read/343627/3218980
vhd i2c_synplify.vhd
--
-- Written by Synplicity
-- Mon Jul 26 09:53:03 2004
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library synplify;
use synplify.components.all;
library UN
www.eeworm.com/read/340665/3276402
c mangle1.c
// Bug: numeric_outputed_need_bar is not cleared properly, adding random '_'s
// to mangled names.
// Build don't link:
template
class rand1
{
public:
rand1 ();
};
class codes
www.eeworm.com/read/334603/3366724
vhm input_pld.vhm
--
-- Written by Synplicity
-- Wed May 28 07:10:33 2003
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library synplify;
use synplify.components.all;
entity M
www.eeworm.com/read/334603/3366767
vhm output_pld.vhm
--
-- Written by Synplicity
-- Wed May 28 07:15:04 2003
--
--
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library synplify;
use synplify.components.all;
entity M
www.eeworm.com/read/305303/3774386
java numbercompare.java
package gnu.jemacs.lang;
import gnu.math.*;
import gnu.mapping.*;
public class NumberCompare extends ProcedureN
{
// Return codes from Numeric.compare:
static final int RESULT_GRT = 1;
static f