Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h430 typedef struct _ffetarget_complex_6_ ffetargetComplex6; typedef
621 ffebad ffetarget_divide_complex6 (ffetargetComplex6 *res, ffetargetComplex6 l,
622 ffetargetComplex6 r);
705 ffebad ffetarget_multiply_complex6 (ffetargetComplex6 *res,
706 ffetargetComplex6 l,
707 ffetargetComplex6 r);
H A Dbld.h233 ffetargetComplex6 complex6;
357 ffetargetComplex6 *complex6;
545 ffebldConstant ffebld_constant_new_complex6_val (ffetargetComplex6 val);
H A Dbld.c2188 size *= sizeof (ffetargetComplex6), in ffebld_constantarray_new()