Home
last modified time | relevance | path

Searched refs:call_spine (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dcall.h144 void call_spine( Reduce *rc,
H A Dbuiltin.c192 call_spine( rc, "im_c2real", arg, out ); in apply_complex_call()
194 call_spine( rc, "im_c2imag", arg, out ); in apply_complex_call()
472 call_spine( rc, math_fn[i].ifn, arg, out ); in apply_math_call()
H A Dcall.c1609 call_spine( Reduce *rc, const char *name, HeapNode **arg, PElement *out ) in call_spine() function