Home
last modified time | relevance | path

Searched refs:ufun (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/gnu-apl/apl-1.8/src/
H A DDoxy.cc255 else if (ufun) in functions_table()
258 function_page(ufun, ufun->get_name()); in functions_table()
293 Assert(ufun); in functions_table()
298 else if (ufun) in functions_table()
444 Assert(ufun); in SI_table()
478 " <TD class=code>>"; if (ufun) ufun->print_local_vars(page); in SI_table()
487 " <TD class=code>"; if (ufun) ufun->print_local_vars(page); in SI_table()
553 set_call_graph_root(ufun); in function_page()
588 set_call_graph_root(ufun); in function_page()
662 if (ufun) add_fun_to_call_graph(&fun_sym, ufun); in make_call_graph()
[all …]
H A DDoxy.hh110 void bold_name(ostream & of, const UserFunction * ufun) const;
115 void function_page(const UserFunction * ufun, const UCS_string & alias);
122 void add_fun_to_call_graph(const Symbol * sym, const UserFunction * ufun);
126 void set_call_graph_root(const UserFunction * ufun);
129 int write_call_graph(const UserFunction * ufun, const UCS_string & alias,
136 int node_ID(const UserFunction * ufun);
H A DStateIndicator.cc57 const UserFunction * ufun = get_executable()->get_ufun(); in ~StateIndicator() local
58 if (ufun) ufun->pop_local_vars(); in ~StateIndicator()
102 StateIndicator::uses_function(const UserFunction * ufun) const in uses_function()
104 const Executable * uexec = ufun; in uses_function()
112 if (current_stack.uses_function(ufun)) return true; in uses_function()
316 const UserFunction * ufun = get_executable()->get_ufun(); in jump() local
318 if (ufun) // →N in user defined function in jump()
320 set_PC(ufun->pc_for_line(line)); // →N to valid line in user function in jump()
484 const UserFunction * ufun = executable->get_ufun(); in statement_result() local
485 if (ufun && (ufun->get_exec_properties()[0] == 0)) in statement_result()
[all …]
H A DExecutable.cc126 if (ufun && ufun->is_lambda()) ufun->decrement_refcount(LOC); in clear_body()
178 UserFunction * ufun = get_ufun(); in parse_body_line() local
179 Assert(ufun); in parse_body_line()
481 if (ufun && ufun->is_lambda()) in unmark_all_values()
483 ufun->unmark_all_values(); in unmark_all_values()
605 ufun->increment_refcount(LOC); in setup_one_lambda()
611 ufun->increment_refcount(LOC); in setup_one_lambda()
835 UserFunction * ufun = get_ufun(); in decrement_refcount() local
836 Assert1(ufun); in decrement_refcount()
837 Assert(ufun->is_lambda()); in decrement_refcount()
[all …]
H A DSymbol.cc315 UserFunction * ufun = lambda->get_ufun1(); in assign_named_lambda() local
316 Assert(ufun); in assign_named_lambda()
317 const Executable * uexec = ufun; in assign_named_lambda()
351 vs.sym_val.function = ufun; in assign_named_lambda()
467 const Function * fun = ufun; in get_ufun_depth()
801 Assert(ufun); in expunge()
820 delete ufun; in expunge()
1022 if (ufun) ufun->unmark_all_values(); in unmark_all_values()
1056 if (ufun) in show_owners()
1129 if (ufun == 0) in dump()
[all …]
H A DQuadFunction.cc588 if (ufun) in event_simulate()
1405 if (ufun == 0) in locate_fun()
1412 return ufun; in locate_fun()
1451 if (ufun) // case 1. in eval_AB()
1453 assign(ufun, *B, true); in eval_AB()
1459 ufun = locate_fun(*B); in eval_AB()
1462 assign(ufun, *A, true); in eval_AB()
1484 if (ufun) // case 1. in eval_AB()
1486 assign(ufun, *B, false); in eval_AB()
1492 ufun = locate_fun(*B); in eval_AB()
[all …]
H A DError.cc206 const UserFunction * ufun = si->get_executable()->get_ufun(); in throw_apl_error() local
207 if (ufun && ufun->get_exec_properties()[3]) code = E_DOMAIN_ERROR; in throw_apl_error()
290 const UserFunction * ufun = si->get_executable()->get_ufun(); in update_error_info() local
294 if (ufun) in update_error_info()
296 if (get_show_locked() || ufun->get_exec_properties()[1]) in update_error_info()
304 UCS_string ucs(ufun->get_name_and_line(si->get_PC())); in update_error_info()
H A DArchive.cc310 if (ufun) // user defined function in save_Function_name()
421 Assert(ufun); in save_SI_entry()
424 if (ufun->is_macro()) in save_SI_entry()
427 else if (ufun->is_lambda()) in save_SI_entry()
1823 UserFunction * ufun = 0; in read_Function() local
1835 if (ufun) in read_Function()
2220 UserFunction * ufun = fun->get_ufun1(); in read_UserFunction() local
2221 Assert(fun == ufun); in read_UserFunction()
2223 return ufun; in read_UserFunction()
2233 Assert(ufun); in read_lambda()
[all …]
H A DUserFunction.cc1032 const char * info = ufun->get_error_info(); in fix()
1033 err_line = ufun->get_error_line(); in fix()
1054 loop(l, ufun->get_text_size()) in fix()
1061 delete ufun; in fix()
1070 delete ufun; in fix()
1079 delete ufun; in fix()
1092 if (ufun->header.LO()) ufun->header.FUN()->set_nc(NC_OPERATOR, ufun); in fix()
1093 else ufun->header.FUN()->set_nc(NC_FUNCTION, ufun); in fix()
1098 ufun->print(CERR); in fix()
1101 return ufun; in fix()
[all …]
H A DNabla.cc187 UserFunction * ufun = UserFunction::fix(fun_text, error_line, false, in edit() local
190 if (ufun == 0) throw_edit_error(LOC); in edit()
195 ufun->set_exec_properties(exec_properties); in edit()
208 ufun->set_trace_stop(stop_vec, true); in edit()
209 ufun->set_trace_stop(trace_vec, false); in edit()
607 const UserFunction * ufun = function->get_ufun1(); in open_existing_function() local
608 if (ufun == 0) in open_existing_function()
625 loop(st, ufun->get_stop_lines().size()) in open_existing_function()
627 if (t == ufun->get_stop_lines()[st]) // stop set in open_existing_function()
634 loop(tr, ufun->get_trace_lines().size()) in open_existing_function()
[all …]
H A DPrefix.cc110 Prefix::uses_function(const UserFunction * ufun) const in uses_function()
116 tok.get_function() == ufun) return true; in uses_function()
120 saved_lookahead.tok.get_function() == ufun) return true; in uses_function()
2025 const UserFunction * ufun = si.get_executable()->get_ufun(); in reduce_END_GOTO__() local
2026 if (ufun && ufun->get_exec_properties()[2]) in reduce_END_GOTO__()
2096 const UserFunction * ufun = si.get_executable()->get_ufun(); in reduce_RETC___() local
2097 if (ufun) { /* do nothing, needed for -Wall */ } in reduce_RETC___()
2098 Assert1(ufun); in reduce_RETC___()
2106 const UserFunction * ufun = si.get_executable()->get_ufun(); in reduce_RETC___() local
2107 Assert1(ufun); in reduce_RETC___()
[all …]
H A DWorkspace.cc378 const UserFunction * ufun = fun->get_ufun1(); in is_called() local
379 if (!ufun) return false; // not a defined function in is_called()
383 if (si->uses_function(ufun)) return true; in is_called()
515 const UserFunction * ufun = the_workspace.expunged_functions.back(); in cleanup_expunged() local
517 out << "finally deleting " << ufun->get_name() << "..."; in cleanup_expunged()
518 delete ufun; in cleanup_expunged()
H A DWorkspace.hh154 static void add_expunged_function(const UserFunction * ufun) in add_expunged_function() argument
155 { the_workspace.expunged_functions.push_back(ufun); } in add_expunged_function()
H A DSymbolTable.cc413 const UserFunction * ufun = tos.sym_val.function->get_ufun1(); in erase_one_symbol() local
414 Assert(ufun); in erase_one_symbol()
415 if (Workspace::oldest_exec(ufun)) in erase_one_symbol()
H A DStateIndicator.hh61 bool uses_function(const UserFunction * ufun) const;
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DFnTagCommand.cc52 const UserFunction *ufun = function->get_ufun1(); in run_command() local
53 if( ufun == NULL ) { in run_command()
57 UTF8_string creator = ufun->get_creator(); in run_command()
/dports/math/tvmet/tvmet-1.7.2/doc/
H A Ddox_functions.cc110 virtual const std::vector< UnaryFunction >& ufun() const { return m_unary_functions; } in ufun() function in FunctionBase
208 for(ufun_iterator fun = ufun().begin(); fun != ufun().end(); ++fun) { in unary()
319 for(ufun_iterator fun = ufun().begin(); fun != ufun().end(); ++fun) { in unary()
424 for(ufun_iterator fun = ufun().begin(); fun != ufun().end(); ++fun) { in unary()
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dedata.is343 x{$fun={}} fundoc {$ufun=$fun
354 |($Foreach:[$tmp in:$ufun s:@
391 x{$fun={}} fundoc {$ufun=$fun
402 |($Foreach:[$tmp in:$ufun s:@
415 x{$fun={}} fundoc {$ufun=$fun
426 |($Foreach:[$tmp in:$ufun s:@
439 x{$fun={}} fundoc {$ufun=$fun
451 |($Foreach:[$tmp in:$ufun s:@
/dports/math/R-cran-bdsmatrix/bdsmatrix/R/
H A Dbdsmatrix.reconcile.R201 ufun <- function(x) length(unique(x)) function
202 if(all(tapply(block2, block1, ufun) == 1)) {
210 else if(!all(tapply(block1, block2, ufun) == 1)) {
/dports/cad/irsim/irsim-9.7.110/usersubckt/
H A Dsubckt.h30 ufun init; /* Function to call to init */
/dports/math/heyoka/heyoka-0.16.0/test/
H A Dgp.cpp86 auto ufun = std::vector<expression (*)(expression)>({heyoka::cos, heyoka::cos, heyoka::cos});
87 generator.set_u_funcs(ufun);
/dports/cad/irsim/irsim-9.7.110/base/
H A Dloctypes.h47 typedef uptr (*ufun)(); typedef
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dpowell_int.c125 double (*ufun)( int n , double *x ) = GET_USERFUN ; in calfun_() local
139 val = ufun( (int)(*n) , sx ) ; /* input = scaled x[] */ in calfun_()
169 val = ufun( (int)(*n) , sx ) ; /* input = scaled x[] */ in calfun_()
186 val = ufun( mapx , mapar ) ; in calfun_()
191 val = ufun( (int)(*n) , (double *)x ) ; /* input = unscaled x[] */ in calfun_()
/dports/devel/spark/spark-2.1.1/python/pyspark/
H A Dtraceback_utils.py45 ufile, uline, ufun, uwhat = tb[first_spark_frame - 1]
/dports/math/maxima/maxima-5.43.2/share/integequations/
H A Dinteqn.mac383 tailor():=block([xhat, ufun, eqtn, tfun, neqns, vlist, order, value, fact],
384 apply('local,append([ufun,eqtn,tfun],maplist('opr,pxlist))),
387 ( neqns:neqns+1, eqtn[neqns]:expr, ufun[neqns]:first(vlist),
389 atvalue(ufun[neqns], xvar=xhat, value)),
398 ufun[j]:diff(ufun[j],x), value:first(value),
399 atvalue(ufun[j], xvar=xhat, value),

12