代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/351636/3101851
h vcl_complex.h
#ifndef vcl_generic_complex_h_
#define vcl_generic_complex_h_
// THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_complex.hhh and run make
// complex
#ifndef vcl_complex
#define vc
www.eeworm.com/read/351636/3101921
hhh vcl_complex.hhh
@complex
@real
@imag
@abs
@arg
@norm
@conj
@polar
@cos
@cosh
@exp
@log
@log10
@pow
@sin
@sinh
@sqrt
@tan
@tanh
www.eeworm.com/read/351636/3101944
h vcl_complex.h
#ifndef vcl_complex_h_
#define vcl_complex_h_
#include "vcl_compiler.h"
// File: vcl_complex.h
//
// The task of this horrible file is to rationalize the complex number
// support in the var
www.eeworm.com/read/351636/3101953
h vcl_complex.h
//:
// \file
// \brief definition and instantiations macro for complex
//
// \verbatim
// Modifications
// 200498 AWF Now GCC uses this complex as well.
// \endverbatim
#ifndef v
www.eeworm.com/read/351636/3101959
txx vcl_complex.txx
#ifndef vcl_emulation_complex_txx_
#define vcl_emulation_complex_txx_
//-*- c++ -*-------------------------------------------------------------------
//
// Module: complex
// Author: Andrew W. Fi
www.eeworm.com/read/351636/3102032
cxx test_complex.cxx
// now #include the definition of vcl_complex
// and define the doublify() function.
#include
vcl_complex doublify(vcl_complex const &z)
{
return vcl_co
www.eeworm.com/read/351636/3102053
txx vcl_complex.txx
#ifndef vcl_complex_txx_
#define vcl_complex_txx_
// -*- c++ -*-
#include "vcl_complex.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_complex.txx"
#elif !VCL_USE_NATIVE_COMPLEX
# incl
www.eeworm.com/read/351636/3102055
h vcl_complex.h
#ifndef vcl_mwerks_complex_h_
#define vcl_mwerks_complex_h_
#include
#define vcl_generic_complex_STD std
#include "generic/vcl_complex.h"
// the following functions are declared in
www.eeworm.com/read/351636/3102072
h vcl_complex.h
#ifndef vcl_stlport_complex_h_
#define vcl_stlport_complex_h_
#if VCL_VC60
#include // stlport include: gives correct redefinition for std
#include
#define vcl_gener
www.eeworm.com/read/351636/3102083
h vcl_complex.h
#ifndef vcl_sunpro_complex_h_
#define vcl_sunpro_complex_h_
#include "../iso/vcl_complex.h"
// Override these, as the SunPro compiler doesn't declare them as
// partial specializations.
inlin