代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/39203/1121663
vhd oc_i2c_master.vhd
LIBRARY ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
--use ieee.std_logic_unsigned.all;
--use ieee.numeric_std.all;
ENTITY oc_i2c_master IS
PORT (
scl_pad_io : INOUT
www.eeworm.com/read/229812/4737250
c asm06.c
#include "fail.h"
// bug in parsing numeric constant tokens
int main() {
#ifdef __X86__
unsigned int x;
_asm mov x, 01e0fh; // float number 1e0f + h
if( x != 0x1e0f )
www.eeworm.com/read/229812/4739425
c asm06.c
#include "fail.h"
// bug in parsing numeric constant tokens
int main() {
#ifdef __X86__
unsigned int x;
_asm mov x, 01e0fh; // float number 1e0f + h
if( x != 0x1e0f )
www.eeworm.com/read/173141/5379470
out xml_general.out
ij> create table t0 (si smallint, i int, bi bigint, vcb varchar (32) for bit data, nu numeric(10,2), f float, d double, vc varchar(20), da date, ti time, ts timestamp, cl clob, bl blob);
0 rows insert
www.eeworm.com/read/173141/5379530
out xml_general.out
ij> create table t0 (si smallint, i int, bi bigint, vcb varchar (32) for bit data, nu numeric(10,2), f float, d double, vc varchar(20), da date, ti time, ts timestamp, cl clob, bl blob);
0 rows insert
www.eeworm.com/read/173141/5379946
out xml_general.out
ij> create table t0 (si smallint, i int, bi bigint, vcb varchar (32) for bit data, nu numeric(10,2), f float, d double, vc varchar(20), da date, ti time, ts timestamp, cl clob, bl blob);
0 rows insert
www.eeworm.com/read/347503/3170148
d fpr-names-n32.d
#objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,fpr-names=n32
#name: MIPS FPR disassembly (n32)
#source: fpr-names.s
# Check objdump's handling of -M fpr-names=foo options.
.*:
www.eeworm.com/read/347503/3170344
d elf-rel23.d
#as: -march=mips3 -mabi=64
#objdump: -dr -Mgpr-names=numeric
#name: MIPS ELF reloc 23
.*: * file format elf64.*mips.*
Disassembly of section \.text:
0+00 :
.*: 0380282d move \$5,\$28
.*: 3c1c0
www.eeworm.com/read/338629/3314683
vhd oc_i2c_master.vhd
LIBRARY ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
--use ieee.std_logic_unsigned.all;
--use ieee.numeric_std.all;
ENTITY oc_i2c_master IS
PORT (
scl_pad_io : INOUT