Home
last modified time | relevance | path

Searched refs:UN_CDCOMPLEX (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h102 UN_CDCOMPLEX, /* Convert to double complex */ enumerator
H A Ddump.c97 case UN_CDCOMPLEX: return( "(double complex)" ); in decode_UnOp()
H A Dparse.y944 $$ = tree_unop_new( current_compile, UN_CDCOMPLEX, $5 );
H A Daction.c1545 case UN_CDCOMPLEX: in action_proc_uop()