代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/167728/5454336
c test_complex_source.c
/* vector/test_complex_source.c
*
* 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 th
www.eeworm.com/read/167728/5454404
h gsl_vector_complex.h
#ifndef __GSL_VECTOR_COMPLEX_H__
#define __GSL_VECTOR_COMPLEX_H__
#define GSL_VECTOR_REAL(z, i) ((z)->data[2*(i)*(z)->stride])
#define GSL_VECTOR_IMAG(z, i) ((z)->data[2*(i)*(z)->stride + 1])
www.eeworm.com/read/167728/5454429
h gsl_fft_complex.h
/* fft/gsl_fft_complex.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/167728/5454437
h gsl_complex_math.h
/* complex/gsl_complex_math.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Jorma Olavi T鋒tinen, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/167728/5454509
h gsl_block_complex.h
#ifndef __GSL_BLOCK_COMPLEX_H__
#define __GSL_BLOCK_COMPLEX__
#define GSL_BLOCK_REAL(z, i) ((z)->data[2*(i)])
#define GSL_BLOCK_IMAG(z, i) ((z)->data[2*(i) + 1])
#if GSL_RANGE_CHECK
#defi
www.eeworm.com/read/167728/5454547
h gsl_dft_complex.h
/* fft/gsl_dft_complex.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/167728/5454584
c oper_complex_source.c
/* matrix/oper_complex_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/167728/5454598
c test_complex_source.c
/* matrix/test_complex_source.c
*
* 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 th
www.eeworm.com/read/162614/5517154
c test_complex_returning.c
/* This is a small test case for returning a complex number. Written by
Andreas Jaeger. */
#include "defines.h"
#define BUILD_F_COMPLEX(real, imag) \
({ __complex__ float __retval; \
__r
www.eeworm.com/read/162614/5526040
f90 complex_read.f90
! { dg-do run }
! Test of the fix to the bug in NIST fm906.for.
! Contributed by Paul Thomas
!
program complex_read
complex :: a
open (10, status="scratch")
! Tes