代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/375190/2727624
hpp support_attribute_transform.hpp
/*=============================================================================
Copyright (c) 2001-2008 Joel de Guzman
Copyright (c) 2001-2008 Hartmut Kaiser
http://spirit.sourceforge.net/
www.eeworm.com/read/366702/2866041
c attribute-test-3.c
// { dg-do run }
#define vector __attribute__((vector_size(16)))
extern "C" void abort();
class Star
{
public:
inline vector float foo() const;
Star()
{
data.f[0] = 1.0; data.f
www.eeworm.com/read/366702/2866058
c attribute-test-1.c
// { dg-do run }
// { dg-options "" }
// PR c++/13989
extern "C" void abort();
#define vector __attribute__((vector_size(16)))
struct Constants {
inline vector unsigned int deadbeef(void) const
www.eeworm.com/read/366702/2866071
c attribute-test-4.c
// { dg-do run }
#define vector __attribute__((vector_size(16)))
extern "C" void abort();
union U {
float f[4];
vector float v;
} data;
class Star
{
public:
s
www.eeworm.com/read/366702/2866263
c attribute-test-2.c
// { dg-do run }
// { dg-options "" }
// PR c++/9844
extern "C" void abort();
#define vector __attribute__((vector_size(16)))
class vector_holder
{
char __attribute__((vector_size(16))) vec;
www.eeworm.com/read/474667/6804720
ctl attribute data types.ctl
www.eeworm.com/read/172784/9690240
v read_attribute_test.v
/**********************************************************************
* $read_attribute example -- Verilog HDL test bench.
*
* Verilog test bench to test the $read_attribute PLI application.
www.eeworm.com/read/172784/9690262
c read_attribute_vpi.c
/**********************************************************************
* $read_attribute example -- PLI application using VPI routines
*
* C source to read specparam attribute values of Verilog
www.eeworm.com/read/172784/9690279
log read_attribute_test.log
Host command: C:\PROGRA~1\CDS\TOOLS\BIN\VERILOG.EXE
Command arguments:
read_attribute_test.v
Verilog_XL_Turbo_NT 2.6.9 log file created Nov 27, 1998 23:28:26
Verilog_XL_Turbo_NT 2.6.9 Nov