Home
last modified time | relevance | path

Searched defs:sc_call (Results 1 – 3 of 3) sorted by relevance

/dports/math/curv/curv-0.5/libcurv/
H A Dprim_expr.h19 static SC_Value sc_call(SC_Frame& fm, SC_Value x) in sc_call() function
29 static SC_Value sc_call(SC_Frame& fm, SC_Value x) in sc_call() function
39 static SC_Value sc_call(SC_Frame& fm, SC_Value x) { in sc_call() function
76 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
87 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) { in sc_call() function
101 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
111 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
121 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
H A Dbuiltin.cc180 static SC_Value sc_call(SC_Frame& fm, SC_Value arg) in sc_call() function
232 static SC_Value sc_call(SC_Frame& fm, SC_Value arg) { in sc_call() function
247 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
258 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
308 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
339 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
364 static SC_Value sc_call(SC_Frame& fm, SC_Value x, SC_Value y) in sc_call() function
431 static SC_Value sc_call(SC_Frame& fm, SC_Value x) in sc_call() function
454 static SC_Value sc_call(SC_Frame& fm, SC_Value x) in sc_call() function
491 static SC_Value sc_call(SC_Frame& fm, SC_Value x) in sc_call() function
[all …]
H A Dprim.h31 static SC_Value sc_call( in sc_call() function
308 sc_call(SC_Frame& fm, Operation& ax, Operation& ay, Shared<const Phrase> ph) in sc_call() function