Home
last modified time | relevance | path

Searched refs:n_arg (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/math/cppad/CppAD-20210000.8/include/cppad/local/sweep/
H A Ddynamic.hpp146 size_t n_arg = num_arg_dyn(op); in dynamic() local
156 { CPPAD_ASSERT_UNKNOWN( n_arg == 1 || n_arg == 2 ); in dynamic()
157 for(size_t j = 0; j < n_arg; ++j) in dynamic()
167 CPPAD_ASSERT_UNKNOWN( n_arg == 1 ); in dynamic()
173 CPPAD_ASSERT_UNKNOWN( n_arg == 1 ); in dynamic()
179 CPPAD_ASSERT_UNKNOWN( n_arg == 1 ); in dynamic()
185 CPPAD_ASSERT_UNKNOWN( n_arg == 1 ); in dynamic()
191 CPPAD_ASSERT_UNKNOWN( n_arg == 1 ); in dynamic()
514 if( 0 < n_arg ) in dynamic()
524 if( 1 < n_arg ) in dynamic()
[all …]
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtsalias.c272 if (argv[n_arg][0] == '-') in optalias_check()
273 if (argv[n_arg][1] == '-') { in optalias_check()
290 strncatbuff(command, argv[n_arg] + 2, in optalias_check()
297 strcpybuff(command, argv[n_arg] + 4); in optalias_check()
309 strcpybuff(command, argv[n_arg] + 2); in optalias_check()
322 … if ((n_arg + 1 >= argc) || (argv[n_arg + 1][0] == '-')) { /* no supplemental parameter */ in optalias_check()
328 strcpybuff(param, argv[n_arg + 1]); in optalias_check()
379 … if ((n_arg + 1 >= argc) || (argv[n_arg + 1][0] == '-')) { /* no supplemental parameter */ in optalias_check()
382 argv[n_arg], argv[n_arg], in optalias_check()
387 strcpybuff(return_argv[0], argv[n_arg]); in optalias_check()
[all …]
/dports/math/cppad/CppAD-20210000.8/cppad_lib/
H A Djson_writer.cpp73 if( n_arg != 0 ) in json_writer()
119 arg.resize(n_arg); in json_writer()
121 CPPAD_ASSERT_UNKNOWN( n_arg > 0 ); in json_writer()
132 json += to_string(n_arg) + ", [ "; in json_writer()
133 for(size_t j = 0; j < n_arg; ++j) in json_writer()
135 if( j + 1 < n_arg ) in json_writer()
150 json += to_string(n_arg) + ", ["; in json_writer()
151 for(size_t j = 0; j < n_arg; ++j) in json_writer()
153 if( j + 1 < n_arg ) in json_writer()
210 for(size_t j = 0; j < n_arg; ++j) in json_writer()
[all …]
H A Djson_parser.cpp87 size_t n_arg = op_enum2fixed_n_arg[op_enum]; in json_parser() local
88 if( n_arg > 0 ) in json_parser()
94 if( n_arg != json_lexer.token2size_t() ) in json_parser()
95 { string expected = CppAD::to_string(n_arg); in json_parser()
180 size_t n_arg = op_enum2fixed_n_arg[op_enum]; in json_parser() local
183 bool fixed = n_arg > 0; in json_parser()
242 n_arg = json_lexer.token2size_t(); in json_parser()
257 graph_obj.operator_arg_push_back( n_arg ); in json_parser()
274 graph_obj.operator_arg_push_back( n_arg ); in json_parser()
280 for(size_t j = 0; j < n_arg; ++j) in json_parser()
[all …]
H A Dcpp_graph_op.cpp35 size_t n_arg; in set_operator_info() member
85 size_t n_arg = op_info_vec[i].n_arg; in set_operator_info() local
89 op_enum2fixed_n_arg[code] = n_arg; in set_operator_info()
/dports/math/barvinok/barvinok-0.41.5/pet/
H A Dnest.c443 if (j < n_arg) { in pet_extract_nested_from_space()
452 return n_arg; in pet_extract_nested_from_space()
466 int i, n_arg; in pet_expr_extract_nested() local
746 int n_arg; in pet_stmt_extract_nested() local
751 n_arg = stmt->n_arg; in pet_stmt_extract_nested()
762 if (n_arg < 0) in pet_stmt_extract_nested()
769 stmt->n_arg += n_arg; in pet_stmt_extract_nested()
814 stmt->n_arg--; in remove_duplicate_arguments()
847 unsigned n_arg; in pet_stmt_resolve_nested() local
861 n_arg = stmt->n_arg; in pet_stmt_resolve_nested()
[all …]
H A Dinliner.h45 int &n_arg; member
48 pet_inliner(isl_ctx *ctx, int &n_arg, clang::ASTContext &ast_context) : in pet_inliner()
49 ctx(ctx), n_arg(n_arg), ast_context(ast_context) {} in pet_inliner()
/dports/audio/mixxx/mixxx-2.3.0/lib/fidlib/
H A Dfidlib.c969 (void)n_arg; in des_lpbube()
1068 (void)n_arg; in des_lpch()
1087 (void)n_arg; in des_bpch()
1096 (void)n_arg; in des_bsch()
1106 (void)n_arg; in des_lpchz()
1116 (void)n_arg; in des_hpchz()
1125 (void)n_arg; in des_bpchz()
1134 (void)n_arg; in des_bschz()
1518 int n_arg; member
1567 int n_arg= sp.n_arg; in fid_design() local
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/graph/
H A Dcpp_graph_itr.hpp124 size_t n_arg = invalid_index; in get_value() local
160 n_arg = 1; in get_value()
172 n_arg = 2; in get_value()
180 n_arg = 1; in get_value()
189 n_arg = (*operator_arg_)[first_node_ - 1]; in get_value()
198 n_arg = 2; in get_value()
208 n_arg = 4; in get_value()
218 n_arg = 2; in get_value()
225 n_arg = (*operator_arg_)[first_node_ - 1]; in get_value()
233 arg_node_.resize(n_arg); in get_value()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_jsonfunc.cc780 for (n_arg=1; n_arg < arg_count; n_arg++) in read_json()
1320 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1390 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1538 for (n_arg=0 ; n_arg < arg_count ; n_arg++) in fix_length_and_dec()
1559 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
1595 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
1891 for (n_arg=2; n_arg < arg_count; n_arg+=2) in val_str()
2136 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2438 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2729 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_jsonfunc.cc767 for (n_arg=1; n_arg < arg_count; n_arg++) in read_json()
1306 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1376 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1596 for (n_arg=0 ; n_arg < arg_count ; n_arg++) in fix_length_and_dec()
1617 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
1653 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
1949 for (n_arg=2; n_arg < arg_count; n_arg+=2) in val_str()
2194 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2496 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2787 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_jsonfunc.cc772 for (n_arg=1; n_arg < arg_count; n_arg++) in read_json()
1313 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1383 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1531 for (n_arg=0 ; n_arg < arg_count ; n_arg++) in fix_length_and_dec()
1552 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
1588 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
1884 for (n_arg=2; n_arg < arg_count; n_arg+=2) in val_str()
2129 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2431 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2722 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_jsonfunc.cc772 for (n_arg=1; n_arg < arg_count; n_arg++) in read_json()
1313 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1383 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1531 for (n_arg=0 ; n_arg < arg_count ; n_arg++) in fix_length_and_dec()
1552 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
1588 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
1884 for (n_arg=2; n_arg < arg_count; n_arg+=2) in val_str()
2129 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2431 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2722 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_jsonfunc.cc780 for (n_arg=1; n_arg < arg_count; n_arg++) in read_json()
1320 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1390 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1538 for (n_arg=0 ; n_arg < arg_count ; n_arg++) in fix_length_and_dec()
1559 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
1595 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
1891 for (n_arg=2; n_arg < arg_count; n_arg+=2) in val_str()
2136 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2438 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2729 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_jsonfunc.cc767 for (n_arg=1; n_arg < arg_count; n_arg++) in read_json()
1306 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1376 for (n_arg=2; n_arg < arg_count; n_arg++) in val_int()
1596 for (n_arg=0 ; n_arg < arg_count ; n_arg++) in fix_length_and_dec()
1617 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
1653 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
1949 for (n_arg=2; n_arg < arg_count; n_arg+=2) in val_str()
2194 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2496 for (n_arg=1; n_arg < arg_count; n_arg++) in val_str()
2787 for (n_arg= 1; n_arg < arg_count; n_arg+= 2) in fix_length_and_dec()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvarnish/
H A Dvin.c49 VIN_n_Arg(const char *n_arg, char **dir) in VIN_n_Arg() argument
60 if (n_arg == NULL || *n_arg == '\0') { in VIN_n_Arg()
63 } else if (strlen(n_arg) >= sizeof nm) { in VIN_n_Arg()
68 bprintf(nm, "%s", n_arg); in VIN_n_Arg()
/dports/audio/festalon/festalon/src/fidlib/
H A Dfidlib.c1344 int n_arg; member
1388 int max= strlen(fmt) + 60 + sp.n_arg * 20; in fid_design()
1393 int n_arg= sp.n_arg; in fid_design() local
1412 if (n_arg <= 0) in fid_design()
1415 n_arg--; in fid_design()
1447 #define DESIGN(aa) design(rate, aa, aa, sp->order, sp->n_arg, sp->argarr) in auto_adjust_single()
1507 rv= design(rate, mm-ww, mm+ww, sp->order, sp->n_arg, sp->argarr); \ in auto_adjust_dual()
1816 sp->n_arg= 0; in parse_spec()
1855 sp->n_arg++; in parse_spec()
1913 if (sp->n_arg > MAXARG) in parse_spec()
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/graph/
H A Dto_graph.hpp186 size_t n_arg = num_arg_dyn(dyn_op); in to_graph() local
187 if( n_arg > node_arg.size() ) in to_graph()
188 node_arg.resize(n_arg); in to_graph()
193 for(size_t i = offset_par; i < n_arg; ++i) in to_graph()
336 CPPAD_ASSERT_UNKNOWN( n_arg == 0 ); in to_graph()
387 graph_obj.operator_arg_push_back(n_arg); in to_graph()
392 for(size_t j = 0; j < n_arg; ++j) in to_graph()
452 CPPAD_ASSERT_UNKNOWN((n_arg == 1) | (n_arg == 2)); in to_graph()
455 for(size_t i = 0; i < n_arg; ++i) in to_graph()
459 i_arg += n_arg; in to_graph()
[all …]
/dports/net-im/prosody/prosody-0.11.13/util-src/
H A Dcompat.c8 int n_arg = lua_gettop(L); in lc_xpcall() local
10 luaL_argcheck(L, n_arg >= 2, 2, "value expected"); in lc_xpcall()
16 ret = lua_pcall(L, n_arg - 2, LUA_MULTRET, 1); in lc_xpcall()
/dports/devel/boost-docs/boost_1_72_0/boost/random/
H A Dstudent_t_distribution.hpp52 explicit param_type(RealType n_arg = RealType(1.0)) in param_type() argument
53 : _n(n_arg) in param_type()
83 explicit student_t_distribution(RealType n_arg = RealType(1.0)) in student_t_distribution() argument
84 : _normal(), _chi_squared(n_arg) in student_t_distribution()
/dports/devel/R-cran-BH/BH/inst/include/boost/random/
H A Dstudent_t_distribution.hpp52 explicit param_type(RealType n_arg = RealType(1.0)) in param_type() argument
53 : _n(n_arg) in param_type()
83 explicit student_t_distribution(RealType n_arg = RealType(1.0)) in student_t_distribution() argument
84 : _normal(), _chi_squared(n_arg) in student_t_distribution()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/random/
H A Dstudent_t_distribution.hpp52 explicit param_type(RealType n_arg = RealType(1.0)) in param_type() argument
53 : _n(n_arg) in param_type()
83 explicit student_t_distribution(RealType n_arg = RealType(1.0)) in student_t_distribution() argument
84 : _normal(), _chi_squared(n_arg) in student_t_distribution()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/random/
H A Dstudent_t_distribution.hpp52 explicit param_type(RealType n_arg = RealType(1.0)) in param_type() argument
53 : _n(n_arg) in param_type()
83 explicit student_t_distribution(RealType n_arg = RealType(1.0)) in student_t_distribution() argument
84 : _normal(), _chi_squared(n_arg) in student_t_distribution()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/random/
H A Dstudent_t_distribution.hpp52 explicit param_type(RealType n_arg = RealType(1.0)) in param_type() argument
53 : _n(n_arg) in param_type()
83 explicit student_t_distribution(RealType n_arg = RealType(1.0)) in student_t_distribution() argument
84 : _normal(), _chi_squared(n_arg) in student_t_distribution()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/random/
H A Dstudent_t_distribution.hpp52 explicit param_type(RealType n_arg = RealType(1.0)) in param_type() argument
53 : _n(n_arg) in param_type()
83 explicit student_t_distribution(RealType n_arg = RealType(1.0)) in student_t_distribution() argument
84 : _normal(), _chi_squared(n_arg) in student_t_distribution()

12345678910>>...22