Home
last modified time | relevance | path

Searched refs:complex1 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c775 nc->u.complex1 = val; in ffebld_constant_new_complex1_val()
1756 u.complex1 = *(array.complex1 + offset); in ffebld_constantarray_get()
2141 ptr.complex1 = malloc_new_zkp (ffebld_constant_pool(), in ffebld_constantarray_new()
2505 *aptr = array.complex1 + offset; in ffebld_constantarray_preparray()
2821 *cptr = source_array.complex1; in ffebld_constantarray_preparray()
2822 *size = sizeof (*source_array.complex1); in ffebld_constantarray_preparray()
3151 *aptr = array.complex1 + offset; in ffebld_constantarray_prepare()
3467 *cptr = &constant->complex1; in ffebld_constantarray_prepare()
3468 *size = sizeof (constant->complex1); in ffebld_constantarray_prepare()
3784 *(array.complex1 + offset) = constant.complex1; in ffebld_constantarray_put()
H A Dbld.h218 ffetargetComplex1 complex1; member
342 ffetargetComplex1 *complex1; member
755 #define ffebld_constant_complex1(c) ((c)->u.complex1)
860 #define ffebld_cu_ptr_complex1(u) &(u).complex1
910 #define ffebld_cu_val_complex1(u) (u).complex1
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog65 * g++.dg/other/complex1.C: New test.
10914 * g++.brendan/complex1.C: Declare abort.
10929 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
10938 * g++.brendan/complex1.C, g++.jason/optimize2.C,
11568 * g++.old-deja/g++.brendan/complex1.C: Likewise.