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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [scalar-by-value-5.c] - Blame information for rev 149

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
TEST_FUNCS (longlong_i, long long, int,
2
            1234LL, -987)
3
TEST_FUNCS (longlong_d, long long, double,
4
            1234LL, -987.0)
5
TEST_FUNCS (complexint_i, _Complex int, int,
6
            1234 + 567i, -987)
7
TEST_FUNCS (complexint_d, _Complex int, double,
8
            1234 + 567i, -987.0)
9
TEST_FUNCS (complexdouble_i, _Complex double, int,
10
            1234.0 + 567.0i, -987)
11
TEST_FUNCS (complexdouble_d, _Complex double, double,
12
            1234.0 + 567.0i, -987.0)
13
TEST_FUNCS (complexlonglong_i, _Complex long long, int,
14
            1234LL + 567LLi, -987)
15
TEST_FUNCS (complexlonglong_d, _Complex long long, double,
16
            1234LL + 567LLi, -987.0)

powered by: WebSVN 2.1.0

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