代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/366702/2877474

f90 inquire-complex.f90

! { dg-do run } ! PR 23428: Inquire(iolength) used to give the wrong result. program main implicit none integer s4, s8 complex(kind=8) c8 complex(kind=4) c4 inquire (iolength=s4) c4
www.eeworm.com/read/366702/2877565

f90 reshape-complex.f90

! { dg-do run } ! PR 21127: Reshape of complex didn't work. ! PR 21480: Reshape of packed complex arrays didn't work either. program main complex, dimension(8) :: b complex, dimension(2,2) :: a
www.eeworm.com/read/366702/2878126

c complex-1-lib.c

extern int inside_main; extern void abort (void); #ifdef __OPTIMIZE__ #define ABORT_INSIDE_MAIN do { if (inside_main) abort (); } while (0) #else #define ABORT_INSIDE_MAIN do { } while (0) #endif sta
www.eeworm.com/read/366702/2881929

h struct-complex-1.h

#include struct st { int s1; float complex x; int s2; }; typedef struct { float r, i; } _complex; struct stc { int s1; _complex x; int s2; };
www.eeworm.com/read/366702/2882589

c complex-alias-1.c

/* Accesses to complex numbers were sometimes marked as scalar and sometimes as struct accesses. */ /* { dg-do run } */ /* { dg-options "-std=c99" } */ extern void abort (void); static double _Co
www.eeworm.com/read/358128/3002846

phpt test_complex_multiple_no.phpt

--TEST-- PEAR_PackageFileManager_File->checkIgnore, multiple non-match --SKIPIF-- --FILE--
www.eeworm.com/read/358128/3002854

phpt test_complex_multiple.phpt

--TEST-- PEAR_PackageFileManager_File->_setupIgnore, complex test, multiple patterns --SKIPIF-- --FILE--
www.eeworm.com/read/351636/3100814

cmake wrap_vcl_complex.cmake

WRAP_CLASS("vcl_complex" FORCE_INSTANTIATE) FOREACH(t F D LD) WRAP_TEMPLATE("${ITKM_${t}}" "${ITKT_${t}}") # std::complex and vcl_complex are the same classes, but python don't know
www.eeworm.com/read/351636/3101946

h vcl_complex_fwd.h

//-*- c++ -*------------------------------------------------------------------- #ifndef vcl_complex_fwd_h_ #define vcl_complex_fwd_h_ // This used to forward declare the std::complex classes. How
www.eeworm.com/read/351636/3102392

cxx vnl_complex_svd.cxx

//-*- c++ -*------------------------------------------------------------------- // Module: complex-svd // Author: Andrew W. Fitzgibbon, Oxford RRG // Created: 09 May 97 // Converted to vxl by Pete