Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h414 typedef struct _ffetarget_complex_4_ ffetargetComplex4; typedef
613 ffebad ffetarget_divide_complex4 (ffetargetComplex4 *res, ffetargetComplex4 l,
614 ffetargetComplex4 r);
695 ffebad ffetarget_multiply_complex4 (ffetargetComplex4 *res,
696 ffetargetComplex4 l,
697 ffetargetComplex4 r);
H A Dbld.h227 ffetargetComplex4 complex4;
351 ffetargetComplex4 *complex4;
535 ffebldConstant ffebld_constant_new_complex4_val (ffetargetComplex4 val);
H A Dbld.c2170 size *= sizeof (ffetargetComplex4), in ffebld_constantarray_new()