代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/233522/4667195
cxx vcl_complex+vnl_rational-.cxx
#include
#include
#include
// this function will tickle implicit templates for
// some compilers and detect missing instances for others.
www.eeworm.com/read/233522/4667298
cxx vnl_complex_ops+double-.cxx
#include
VNL_COMPLEX_OPS_INSTANTIATE(double);
www.eeworm.com/read/233522/4667317
cxx vnl_complex_ops+float-.cxx
#include
VNL_COMPLEX_OPS_INSTANTIATE(float);
www.eeworm.com/read/233448/4681527
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/233448/4681682
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/233448/4683892
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/233448/4684262
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/233448/4684684
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/233448/4684698
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/233448/4684779
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)