代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/350482/10741244

c bn_mp_unsigned_bin_size.c

#include #ifdef BN_MP_UNSIGNED_BIN_SIZE_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithm
www.eeworm.com/read/350482/10741352

c bn_mp_read_unsigned_bin.c

#include #ifdef BN_MP_READ_UNSIGNED_BIN_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithm
www.eeworm.com/read/366702/2865627

c wstrict-aliasing-bogus-signed-unsigned.c

/* { dg-do compile } */ /* { dg-options "-O2 -Wstrict-aliasing -fstrict-aliasing" } */ int foo () { int i; unsigned int* pu = reinterpret_cast (&i); /* { dg-bogus "signed vs. uns
www.eeworm.com/read/300917/13880423

txt char的符号扩展和unsigned.txt

#include void main() { signed char c=-1; unsigned int i=1; if(i>c) printf("i>c\n"); else printf("i
www.eeworm.com/read/157785/11663014

v unsigned_mult_8x8_rr.v

// // Module: UNSIGNED_MULT_8X8 // // Description: Verilog Sub-module // 8-bit X 8-bit embedded unsigned multiplier (asynchronous) // // Device: Virtex-II Family // // Copyright (c) 2000 Xilinx, Inc.
www.eeworm.com/read/157785/11663017

v unsigned_mult_17x17_rr.v

// // Module: UNSIGNED_MULT_17X17 // // Description: Verilog Sub-module // 17-bit X 17-bit embedded unsigned multiplier (asynchronous) // // Device: Virtex-II Family // // Copyright (c) 2000 Xilinx,