OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [complex.h] - Blame information for rev 724

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 724 jeremybenn
/*  DO NOT EDIT THIS FILE.
2
 
3
    It has been auto-edited by fixincludes from:
4
 
5
        "fixinc/tests/inc/complex.h"
6
 
7
    This had to be done to correct non-standard usages in the
8
    original, manufacturer supplied header file.  */
9
 
10
 
11
 
12
#if defined( AIX_COMPLEX_CHECK )
13
#define _Complex_I (__extension__ 1.0iF)
14
 
15
#endif  /* AIX_COMPLEX_CHECK */
16
 
17
 
18
#if defined( HPUX_IMAGINARY_I_CHECK )
19
#define _Complex_I (__extension__ 1.0iF)
20
 
21
#endif  /* HPUX_IMAGINARY_I_CHECK */
22
 
23
 
24
#if defined( IRIX_COMPLEX_CHECK )
25
#define _Complex_I (__extension__ 1.0iF)
26
#define I _Complex_I
27
#endif  /* IRIX_COMPLEX_CHECK */
28
 
29
 
30
#if defined( SOLARIS_COMPLEX_CHECK )
31
#define _Complex_I (__extension__ 1.0iF)
32
#define complex         _Complex
33
#undef  I
34
#define I               _Complex_I
35
#endif  /* SOLARIS_COMPLEX_CHECK */
36
 
37
 
38
#if defined( SOLARIS_COMPLEX_CXX_CHECK )
39
#ifdef  __cplusplus
40
extern "C" {
41
#endif
42
#ifdef  __cplusplus
43
}
44
#endif
45
#endif  /* SOLARIS_COMPLEX_CXX_CHECK */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.