repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
float128-complex.c
blob
fe93fe69a57d8c6524fbe3619c3a8b294639c2e8
1
/* Test _Float128 complex arithmetic. */
2
/* { dg-do run } */
3
/* { dg-options "" } */
4
/* { dg-add-options float128 } */
5
/* { dg-require-effective-target float128_runtime } */
6
7
#define WIDTH 128
8
#define EXT 0
9
#include
"floatn-complex.h"