Home
last modified time | relevance | path

Searched refs:exp_arg (Results 1 – 25 of 60) sorted by relevance

123

/dports/mail/mailutils/mailutils-3.13/libmu_sieve/
H A Dprog.c132 mu_sieve_data_type *exp_arg; in mu_i_sv_lint_command() local
140 exp_arg = reg->v.command.req_args ? reg->v.command.req_args : empty; in mu_i_sv_lint_command()
235 if (*exp_arg == SVT_VOID) in mu_i_sv_lint_command()
239 exp_arg = reg->v.command.opt_args; in mu_i_sv_lint_command()
253 if (*exp_arg != val->type) in mu_i_sv_lint_command()
255 if (*exp_arg == SVT_STRING_LIST && val->type == SVT_STRING) in mu_i_sv_lint_command()
261 (unsigned long) (exp_arg - reg->v.command.req_args + 1), in mu_i_sv_lint_command()
265 mu_sieve_type_str (*exp_arg), in mu_i_sv_lint_command()
272 exp_arg++; in mu_i_sv_lint_command()
276 if (!err && !opt_args && *exp_arg != SVT_VOID) in mu_i_sv_lint_command()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dcomb.c54 SPFLOAT exp_arg = (SPFLOAT) (log001 * p->looptime / p->prvt);
55 if(exp_arg < -36.8413615) {
58 coef = p->coef = exp(exp_arg);
/dports/lang/micropython/micropython-1.17/tools/mpremote/mpremote/
H A Dmain.py130 for exp_arg in exp_args:
131 exp_arg_name = exp_arg[0]
140 if len(exp_arg) == 1:
145 value = exp_arg[1]
/dports/math/py-sympy/sympy-1.9/sympy/codegen/
H A Dcfunctions.py71 exp_arg = exp.eval(arg)
72 if exp_arg is not None:
73 return exp_arg - S.One
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/asan/
H A Dasan_rtl.cpp87 int exp_arg, bool fatal) { in ReportGenericErrorWrapper() argument
92 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, fatal); in ReportGenericErrorWrapper()
151 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
159 ReportGenericErrorWrapper(addr, is_write, size, exp_arg, fatal); \
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/asan/
H A Dasan_rtl.cpp87 int exp_arg, bool fatal) { in ReportGenericErrorWrapper() argument
92 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, fatal); in ReportGenericErrorWrapper()
151 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
159 ReportGenericErrorWrapper(addr, is_write, size, exp_arg, fatal); \
/dports/lang/v/v-0.1.29/vlib/v/checker/
H A Dcheck_types.v129 exp_arg := exp_fn.args[i]
130 exp_arg_is_ptr := exp_arg.typ.is_ptr() || exp_arg.typ.is_pointer()
138 if !c.check_basic(got_arg.typ, exp_arg.typ) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/asan/
H A Dasan_rtl.cpp87 int exp_arg, bool fatal) { in ReportGenericErrorWrapper() argument
92 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, fatal); in ReportGenericErrorWrapper()
151 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
159 ReportGenericErrorWrapper(addr, is_write, size, exp_arg, fatal); \
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/asan/
H A Dasan_rtl.cpp87 int exp_arg, bool fatal) { in ReportGenericErrorWrapper() argument
92 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, fatal); in ReportGenericErrorWrapper()
151 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
159 ReportGenericErrorWrapper(addr, is_write, size, exp_arg, fatal); \
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp87 int exp_arg, bool fatal) { in ReportGenericErrorWrapper() argument
92 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, fatal); in ReportGenericErrorWrapper()
151 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
159 ReportGenericErrorWrapper(addr, is_write, size, exp_arg, fatal); \
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/asan/
H A Dasan_rtl.cpp87 int exp_arg, bool fatal) { in ReportGenericErrorWrapper() argument
92 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, fatal); in ReportGenericErrorWrapper()
151 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
159 ReportGenericErrorWrapper(addr, is_write, size, exp_arg, fatal); \
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dinifcns_trans.cpp88 ex exp_arg; in exp_expand() local
90 exp_arg = arg.expand(options); in exp_expand()
92 exp_arg=arg; in exp_expand()
95 && is_exactly_a<add>(exp_arg)) { in exp_expand()
97 prodseq.reserve(exp_arg.nops()); in exp_expand()
98 for (const_iterator i = exp_arg.begin(); i != exp_arg.end(); ++i) in exp_expand()
104 return exp(exp_arg).hold(); in exp_expand()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/
H A Dsigm.py889 exp_neg, exp_arg = exp_info
891 neg_arg = is_neg(exp_arg)
893 if not replace_leaf(exp_arg, sigm_minus_x, sigm_x,
895 exp_x.append((exp_arg, tree))
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/asan/
H A Dasan_rtl.cc140 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
152 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, \
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/asan/
H A Dasan_rtl.cc140 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
152 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, \
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/asan/
H A Dasan_rtl.cc140 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
152 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, \
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/asan/
H A Dasan_rtl.cc140 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
152 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, \
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/asan/
H A Dasan_rtl.cc140 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
152 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, \
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/asan/
H A Dasan_rtl.cc140 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
152 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, \
/dports/math/php81-gmp/php-8.1.1/ext/gmp/
H A Dgmp.c1276 zval *base_arg, *exp_arg, *mod_arg;
1281 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){
1287 if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) {
1291 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2);
1311 mpz_powm_ui(gmpnum_result, gmpnum_base, (zend_ulong) Z_LVAL_P(exp_arg), gmpnum_mod);
/dports/math/php80-gmp/php-8.0.15/ext/gmp/
H A Dgmp.c1275 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1280 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1286 if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) { in ZEND_FUNCTION()
1290 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION()
1310 mpz_powm_ui(gmpnum_result, gmpnum_base, (zend_ulong) Z_LVAL_P(exp_arg), gmpnum_mod); in ZEND_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/gmp/
H A Dgmp.c1276 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1281 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1287 if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) { in ZEND_FUNCTION()
1291 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION()
1311 mpz_powm_ui(gmpnum_result, gmpnum_base, (zend_ulong) Z_LVAL_P(exp_arg), gmpnum_mod); in ZEND_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/gmp/
H A Dgmp.c1276 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1281 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1287 if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) { in ZEND_FUNCTION()
1291 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION()
1311 mpz_powm_ui(gmpnum_result, gmpnum_base, (zend_ulong) Z_LVAL_P(exp_arg), gmpnum_mod); in ZEND_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/gmp/
H A Dgmp.c1275 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1280 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1286 if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) { in ZEND_FUNCTION()
1290 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION()
1310 mpz_powm_ui(gmpnum_result, gmpnum_base, (zend_ulong) Z_LVAL_P(exp_arg), gmpnum_mod); in ZEND_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/gmp/
H A Dgmp.c1275 zval *base_arg, *exp_arg, *mod_arg; in ZEND_FUNCTION() local
1280 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zzz", &base_arg, &exp_arg, &mod_arg) == FAILURE){ in ZEND_FUNCTION()
1286 if (Z_TYPE_P(exp_arg) == IS_LONG && Z_LVAL_P(exp_arg) >= 0) { in ZEND_FUNCTION()
1290 FETCH_GMP_ZVAL_DEP(gmpnum_exp, exp_arg, temp_exp, temp_base, 2); in ZEND_FUNCTION()
1310 mpz_powm_ui(gmpnum_result, gmpnum_base, (zend_ulong) Z_LVAL_P(exp_arg), gmpnum_mod); in ZEND_FUNCTION()

123