代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/373367/2764263

cc gr_interleaved_short_to_complex.cc

/* -*- c++ -*- */ /* * Copyright 2004 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/373367/2764268

i gr_complex_to_interleaved_short.i

/* -*- c++ -*- */ /* * Copyright 2004 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/373367/2764350

cc gri_interleaved_short_to_complex.cc

/* -*- c++ -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/366702/2876239

f90 double_complex_1.f90

! { dg-do compile } ! { dg-options "--std=f95" } ! PR18565 ! As we provide "double complex" versions of certain intrinsics an extension. ! However --std=f95 was also breaking the generic versions, whi
www.eeworm.com/read/366702/2876730

f90 complex_intrinsic_2.f90

! Testcase for the COMPLEX intrinsic ! { dg-do compile } complex c c = complex(.true.,1.0) ! { dg-error "must be INTEGER or REAL" } c = complex(1) ! { dg-error "Missing actual argument" } c =
www.eeworm.com/read/366702/2876798

f90 complex_parameter_1.f90

! { dg-do compile } ! { dg-options "-std=f95" } integer,parameter :: i = 42 real,parameter :: x = 17. complex,parameter :: z = (1.,2.) complex,parameter :: c1 = (i, 0.5) ! { dg-error "Fortran
www.eeworm.com/read/366702/2876997

f90 complex_intrinsic_1.f90

! Testcase for the COMPLEX intrinsic ! { dg-do run } if (complex(1_1, -1_2) /= complex(1.0_4, -1.0_8)) call abort if (complex(1_4, -1.0) /= complex(1.0_4, -1_8)) call abort end
www.eeworm.com/read/366702/2877575

f90 complex_int_1.f90

! { dg-do compile } ! Complex constants with integer components should take ther kind from ! the real typed component, or default complex type if both components have ! integer type. program prog ca
www.eeworm.com/read/366702/2880905

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/366702/2881380

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