Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h438 typedef struct _ffetarget_complex_7_ ffetargetComplex7; typedef
625 ffebad ffetarget_divide_complex7 (ffetargetComplex7 *res, ffetargetComplex7 l,
626 ffetargetComplex7 r);
710 ffebad ffetarget_multiply_complex7 (ffetargetComplex7 *res,
711 ffetargetComplex7 l,
712 ffetargetComplex7 r);
H A Dbld.h236 ffetargetComplex7 complex7;
360 ffetargetComplex7 *complex7;
550 ffebldConstant ffebld_constant_new_complex7_val (ffetargetComplex7 val);
H A Dbld.c2197 size *= sizeof (ffetargetComplex7), in ffebld_constantarray_new()