Home
last modified time | relevance | path

Searched refs:imag_r (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c3097 NODE *real_r, *imag_r; in cxop() local
3122 imag_r = structref(rtemp, STREF, imag); in cxop()
3132 q = buildtree(op, imag_l, imag_r); in cxop()
3141 buildtree(op, imag_l, imag_r))); in cxop()
3150 buildtree(MUL, ccopy(imag_r), ccopy(imag_l))))); in cxop()
3154 buildtree(MUL, imag_r, real_l)))); in cxop()
3164 buildtree(MUL, ccopy(imag_r), ccopy(imag_l))), in cxop()
3167 buildtree(MUL, ccopy(imag_r), ccopy(imag_r)))))); in cxop()
3172 buildtree(MUL, ccopy(real_l), ccopy(imag_r))), in cxop()
3175 buildtree(MUL, ccopy(imag_r), ccopy(imag_r)))))); in cxop()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c3162 NODE *real_r, *imag_r; in cxop() local
3163 real_r = imag_r = NULL; /* bad uninit var warning */ in cxop()
3195 imag_r = structref(rtemp, STREF, imag); in cxop()
3206 q = buildtree(op, imag_l, imag_r); in cxop()
3218 q = buildtree(OR, q, buildtree(NE, imag_r, bcon(0))); in cxop()
3235 buildtree(op, imag_l, imag_r))); in cxop()
3248 p = buildtree(CM, p, imag_r); in cxop()