Home
last modified time | relevance | path

Searched refs:PEISREAL (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Daction.c266 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_bor()
437 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_lesseq()
471 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_less()
866 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_exp()
888 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_lshift()
911 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_rshift()
934 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_rem()
964 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_div()
1039 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_mul()
1091 if( PEISREAL( a ) && PEISREAL( b ) ) { in action_proc_sub()
[all …]
H A Dreduce.c388 if( !PEISREAL( base ) ) in reduce_get_real()
1012 if( PEISREAL( out ) || in is_WHNF()
1679 if( !PEISREAL( &rhs1 ) ) in reduce_spine()
1684 if( !PEISELIST( &rhs2 ) && !PEISREAL( &rhs2 ) ) in reduce_spine()
1687 if( PEISREAL( &rhs2 ) ) in reduce_spine()
1690 if( !PEISELIST( &rhs3 ) && !PEISREAL( &rhs3 ) ) in reduce_spine()
1693 if( PEISREAL( &rhs3 ) ) in reduce_spine()
1705 if( PEISREAL( &rhs2 ) ) in reduce_spine()
H A Dbuiltin.c46 return( PEISIMAGE( base ) || PEISREAL( base ) || PEISCOMPLEX( base ) ); in ismatharg()
66 { return( PEISREAL( base ) ); } in pe_is_real()
474 else if( PEISREAL( &rhs ) ) { in apply_math_call()
732 else if( PEISREAL( &rhs ) ) { in apply_dir_call()
H A Dheap.h235 #define PEISNUM(P) (PEISREAL(P) || PEISCOMPLEX(P))
237 #define PEISREAL(P) (PEISNODE(P) && PEGETVAL(P)->type == TAG_DOUBLE) macro
H A Ditext.c185 else if( PEISREAL( base ) ) in itext_decompile_element()
331 else if( PEISREAL( base ) ) in itext_add_element()
H A Dwatch.c495 if( !PEISREAL( root ) ) { in watch_double_update()
611 if( !PEISREAL( root ) ) { in watch_int_update()
H A Dcall.c485 if( !PEISREAL( arg ) ) in call_fromip()
496 if( PEISREAL( arg ) ) { in call_fromip()
H A Dheap.c1857 if( PEISREAL( in ) ) { in heap_ip_to_gvalue()