Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h422 typedef struct _ffetarget_complex_5_ ffetargetComplex5; typedef
617 ffebad ffetarget_divide_complex5 (ffetargetComplex5 *res, ffetargetComplex5 l,
618 ffetargetComplex5 r);
700 ffebad ffetarget_multiply_complex5 (ffetargetComplex5 *res,
701 ffetargetComplex5 l,
702 ffetargetComplex5 r);
H A Dbld.h230 ffetargetComplex5 complex5;
354 ffetargetComplex5 *complex5;
540 ffebldConstant ffebld_constant_new_complex5_val (ffetargetComplex5 val);
H A Dbld.c2179 size *= sizeof (ffetargetComplex5), in ffebld_constantarray_new()