代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/162614/5518235

c aggr1.c

// Test that initializing an aggregate with complex copy constructor // and assignment ops doesn't cause cp_expr_size to abort. struct A { A(); A(const A&); A& operator=(const A&); }; struct B
www.eeworm.com/read/162614/5518490

c stdarg2.c

// PR target/26141 #include struct S { double a; }; void foo (int z, ...) { struct S arg; va_list ap; arg = va_arg (ap, struct S); } struct T { __complex__ float a; }; void
www.eeworm.com/read/162614/5526519

f90 pr19936_3.f90

! { dg-do compile } program pr19936_3 integer, parameter :: i = 4 print *,(/(i,i,4)/) ! { dg-error "Syntax error in COMPLEX" } end program pr19936_3
www.eeworm.com/read/162614/5529214

c const-elim-1.c

/* Verify that constants in memory, referenced only by dead code, are not emitted to the object file. FIXME: Not presently possible to apply -pedantic to code with complex constants in it. T
www.eeworm.com/read/162614/5529280

c 20020319-1.c

/* PR optimization/5999 This testcase ICEd because one a/b -> a * (1/b) optimization did not handle complex divides. */ /* { dg-do compile } */ /* { dg-options "-O2 -ffast-math" } */ __complex
www.eeworm.com/read/162614/5529696

c scalar-by-value-3_main.c

/* Test passing scalars by value. This test includes _Complex types whose real and imaginary parts can be used in variable-length argument lists. */ extern void scalar_by_value_3_x (void); ex
www.eeworm.com/read/162614/5529780

c scalar-by-value-4_main.c

/* Test passing scalars by value. This test includes _Complex types whose real and imaginary parts cannot be used in variable-length argument lists. */ extern void scalar_by_value_4_x (void);
www.eeworm.com/read/162614/5530795

c builtins-18.c

/* Copyright (C) 2003 Free Software Foundation. Check that built-in cabs, cabsf and cabsl functions don't break anything and produces the expected results. Written by Roger Sayle, 1st June
www.eeworm.com/read/162614/5531256

c builtins-1.c

/* Copyright (C) 2002, 2003 Free Software Foundation. Verify that all the __builtin_ math functions are recognized by the compiler. Written by Roger Sayle, 11th July 2002. */ /* { dg-do
www.eeworm.com/read/160611/5568690

h fftw.h

/* -*- C -*- */ /* * Copyright (c) 1997-1999 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General