Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h101 UN_CCOMPLEX, /* Convert to complex */ enumerator
H A Ddump.c96 case UN_CCOMPLEX: return( "(complex)" ); in decode_UnOp()
H A Daction.c1546 case UN_CCOMPLEX: in action_proc_uop()
1580 if( op == UN_CCOMPLEX ) in action_proc_uop()
H A Dparse.y941 $$ = tree_unop_new( current_compile, UN_CCOMPLEX, $4 );