代码搜索:complex

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

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

c c99-complex-1.c

/* Test for _Complex: in C99 only. A few basic tests. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ /* Test _Comp
www.eeworm.com/read/162614/5529277

c c90-complex-1.c

/* Test for _Complex: in C99 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ _Complex double foo; /* { dg-bogu
www.eeworm.com/read/162614/5529675

c struct-complex-1_main.c

/* { dg-options "-O" } */ #ifdef __x86_64__ /* Test function argument passing. PR target/15302. */ extern void struct_complex_1_x (void); extern void exit (int); int main () { struct_complex_1_
www.eeworm.com/read/162614/5529689

c struct-complex-1_x.c

/* { dg-options "-O" } */ #ifdef __x86_64__ #include "struct-complex-1.h" struct st st1; struct stc st2; extern void foo (); extern void bar (); int struct_complex_1_x () { st1.s1 = 1; st1.s2
www.eeworm.com/read/162614/5529770

c struct-complex-1_y.c

/* { dg-options "-O" } */ #ifdef __x86_64__ #include #include "struct-complex-1.h" void bar(struct st x) { if (x.s1 != 1 || x.s2 != 2 || __real__ x.x != 2 || __imag__ x.x != 4)
www.eeworm.com/read/341021/3261065

c create_f90_complex.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2004 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpiimpl.h" #ifdef HAVE_F90_TYPE_ROUTINES #inclu
www.eeworm.com/read/340665/3280195

c c99-complex-1.c

/* Test for _Complex: in C99 only. A few basic tests. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ /* Test _Comp
www.eeworm.com/read/340665/3280351

c c90-complex-1.c

/* Test for _Complex: in C99 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ _Complex double foo; /* { dg-bogu
www.eeworm.com/read/340665/3280633

c c99-complex-2.c

/* Test for _Complex: in C99 only. Test for increment and decrement. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
www.eeworm.com/read/304962/3783308

h predicates_for_mixed_complex_3.h

// Copyright (c) 1997 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under // the terms of the Q Public License versi