代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/167728/5454023
dsp test_complex.dsp
# Microsoft Developer Studio Project File - Name="test_complex" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x
www.eeworm.com/read/167728/5454126
h gsl_complex.h
/* complex/gsl_complex.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/167728/5454419
h gsl_complex.h
/* complex/gsl_complex.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/162614/5518276
c complex5.c
// PR 24365
// { dg-do compile }
// { dg-options "-O2" }
typedef __complex__ double cdouble;
inline cdouble to_complex(double r) {
cdouble z;
__real__ z = r;
return z;
}
cdouble elt_zero() {
www.eeworm.com/read/162614/5518286
c complex4.c
// PR 24362
// { dg-do compile }
// { dg-options "-O2" }
typedef __complex__ double cdouble;
cdouble elt_zero();
const cdouble *pointer();
cdouble trace(void)
{
cdouble output = elt_zero();
cons
www.eeworm.com/read/162614/5518295
c complex3.c
// PR 22022
// { dg-do compile }
// { dg-options "-O2" }
_Complex float f();
_Complex float g();
_Complex float h()throw();
void i(float)throw();
float j(void)
{
_Complex float x = h();
try
{
www.eeworm.com/read/162614/5518316
c complex2.c
// PR 22022
// { dg-do compile }
// { dg-options "-O2" }
_Complex float f();
_Complex float g();
_Complex float h()throw();
void i(_Complex float)throw();
void j(void)
{
_Complex float x = h();
www.eeworm.com/read/162614/5518380
c complex1.c
// PR tree-opt/21994
// { dg-do compile }
// { dg-options "-O2" }
_Complex float f(void);
_Complex float g(void) throw()
{
return f();
}
www.eeworm.com/read/162614/5518803
c complex1.c
// PR middle-end/18882
// Origin: Petr Mikulik
// Testcase by Wolfgang Bangerth
// { dg-do run }
// { dg-options "" }
extern "C" void abort ();
struc
www.eeworm.com/read/162614/5521523
c complex1.c
// { dg-do run }
// { dg-options "" }
// This test makes sure that the stuff in lex.c (real_yylex) is
// set up to handle real and imag numbers correctly. This test is against
// a bug where the co