Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h446 typedef struct _ffetarget_complex_8_ ffetargetComplex8; typedef
629 ffebad ffetarget_divide_complex8 (ffetargetComplex8 *res, ffetargetComplex8 l,
630 ffetargetComplex8 r);
715 ffebad ffetarget_multiply_complex8 (ffetargetComplex8 *res,
716 ffetargetComplex8 l,
717 ffetargetComplex8 r);
H A Dbld.h239 ffetargetComplex8 complex8;
363 ffetargetComplex8 *complex8;
555 ffebldConstant ffebld_constant_new_complex8_val (ffetargetComplex8 val);
H A Dbld.c2206 size *= sizeof (ffetargetComplex8), in ffebld_constantarray_new()