Home
last modified time | relevance | path

Searched refs:PEISIMAGE (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Daction.c245 else if( PEISIMAGE( a ) && PEISIMAGE( b ) ) in action_proc_eor()
274 else if( PEISIMAGE( a ) && PEISIMAGE( b ) ) in action_proc_bor()
295 if( PEISIMAGE( a ) && PEISIMAGE( b ) ) in action_proc_band()
459 else if( PEISIMAGE( a ) && PEISIMAGE( b ) ) in action_proc_lesseq()
493 else if( PEISIMAGE( a ) && PEISIMAGE( b ) ) in action_proc_less()
694 if( PEISIMAGE( p1 ) && PEISIMAGE( p2 ) ) in action_element_equal()
727 if( PEISIMAGE( a ) || PEISIMAGE( b ) ) { in action_proc_equal()
767 if( PEISIMAGE( a ) || PEISIMAGE( b ) ) { in action_proc_notequal()
814 if( PEISIMAGE( a ) && PEISIMAGE( b ) ) in action_proc_join()
946 else if( PEISIMAGE( a ) && PEISIMAGE( b ) ) in action_proc_rem()
[all …]
H A Dbuiltin.c46 return( PEISIMAGE( base ) || PEISREAL( base ) || PEISCOMPLEX( base ) ); in ismatharg()
54 return( PEISIMAGE( base ) || PEISCOMPLEX( base ) ); in iscomplexarg()
64 { return( PEISIMAGE( base ) ); } in pe_is_image()
190 if( PEISIMAGE( &rhs ) ) { in apply_complex_call()
469 if( PEISIMAGE( &rhs ) ) { in apply_math_call()
H A Dgroup.c100 if( PEISIMAGE( item ) ) { in group_save_item()
H A Ditext.c225 else if( PEISIMAGE( base ) ) { in itext_decompile_element()
384 else if( PEISIMAGE( base ) ) { in itext_add_element()
H A Dexpr.c359 if( PEISIMAGE( root ) && PEGETII( root ) ) in expr_real_new_value()
H A Dreduce.c420 if( !PEISIMAGE( base ) ) in reduce_get_image()
1014 PEISBOOL( out ) || PEISTAG( out ) || PEISIMAGE( out ) || in is_WHNF()
H A Dheap.h226 #define PEISIMAGE(P) (PEISMANAGED(P) && IS_IMAGEINFO( PEGETVAL(P) )) macro
H A Dheap.c1869 else if( PEISIMAGE( in ) ) { in heap_ip_to_gvalue()
2626 if( PEISIMAGE( base ) ) in shell_pelement()
H A Dcall.c537 if( !PEISIMAGE( arg ) || in call_fromip()
H A Dimageinfo.c1250 if( sym->type == SYM_VALUE && PEISIMAGE( root ) ) in imageinfo_sym_image()