Home
last modified time | relevance | path

Searched refs:complexOps (Results 1 – 6 of 6) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dydata.h366 PLUG_API Operations complexOps; variable
H A Dopsv.c473 Operations complexOps = { variable
708 complexStruct.dataOps= &complexOps; in InitStructDefs()
H A Dops3.c106 OPERATION(AssignZ, complexOps, ToComplex)
H A Dops0.c322 op->ops= &complexOps; op->type.base= &complexStruct; \
H A Dyapi.c561 if (ops != &complexOps) { in ygeta_z()
640 *is_z = (ops==&complexOps); in ygeta_dz()
H A Dops2.c666 else if (ops==&complexOps) PowerXZ(l, r); in Power_BB()