Home
last modified time | relevance | path

Searched refs:pmop (Results 1 – 25 of 106) sorted by relevance

12345

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_mod.m416 ! supported operations : foreach(`pmop',RSB_M4_RSBLAS_INTERFACE_OPS,` RSB_M4_RSBLAS_INTERFACE_IDEN…
63 …subroutine RSB_M4_RSBLAS_SUBROUTINE_IDENTIFIER(pmop,mtype)`'RSB_M4_RSBLAS_SUBROUTINE_ARGS(pmop,mty…
70 ifelse(pmop,`get_rows_sparse',`dnl
74 ifelse(pmop,`ussm',`dnl
77 ifelse(pmop,`usmm',`dnl
80 ifelse(pmop,`usmv',`dnl
83 ifelse(pmop,`infinity_norm',`dnl
87 ifelse(pmop,`destroy_sparse_matrix',`dnl
89 ifelse(pmop,`allocate_sparse_matrix',`dnl
91 ifelse(pmop,`get_matrix_nnz',`dnl
[all …]
H A Drsb_fortran_macros.m4150 popdef(`pmop')dnl
158 popdef(`pmop')dnl
167 popdef(`pmop')dnl
277 popdef(`pmop')dnl
287 pmop`'dnl
290 popdef(`pmop')dnl
303 popdef(`pmop')dnl
317 popdef(`pmop')dnl
522 popdef(`pmop')dnl
539 popdef(`pmop')dnl
[all …]
H A Drsb_blas_sparse.m437 !! Supported operations are: foreach(`pmop',RSB_M4_SBLAS_INTERFACE_OPS,` RSB_M4_SBLAS_INTERFACE_IDE…
57 foreach(`pmop',RSB_M4_SBLAS_GENERIC_OPS,`
58 !> RSB_M4_SBLAS_SUBROUTINE_HELP_COMMENT(pmop,`*')
59 !> RSB_M4_SBLAS_SUBROUTINE_EXTRA_FORTRAN_HELP_COMMENT(pmop)
60 dnl !> RSB_M4_SPBLAS_HELP_INFO(pmop)
63 INTERFACE RSB_M4_SBLAS_INTERFACE_IDENTIFIER(pmop)
212 foreach(`pmop',RSB_M4_SBLAS_INTERFACE_OPS,`
215 dnl !> RSB_M4_SBLAS_SUBROUTINE_HELP_COMMENT(pmop,mtype)
216 !> RSB_M4_SPBLAS_HELP_INFO(pmop)
221 &'RSB_M4_SBLAS_SUBROUTINE_ARGS(pmop,mtype,`f90')dnl
[all …]
/dports/science/teem/teem-1.11.0-src/src/hest/
H A DparseHest.c97 hestParm *parm, airArray *pmop) { in _hestResponseFiles() argument
113 airMopAdd(pmop, newArgv[newArgc], airFree, airMopAlways); in _hestResponseFiles()
459 airMopSub(pmop, prms[flag], airFree); in _hestExtractFlagged()
463 airMopAdd(pmop, prms[flag], airFree, airMopAlways); in _hestExtractFlagged()
540 airMopAdd(pmop, prms[op], airFree, airMopAlways); in _hestExtractUnflagged()
571 airMopAdd(pmop, prms[op], airFree, airMopAlways); in _hestExtractUnflagged()
593 airMopAdd(pmop, prms[unflagVar], airFree, airMopAlways); in _hestExtractUnflagged()
724 char *err, hestParm *parm, airArray *pmop) { in _hestSetValues() argument
802 airMopMem(pmop, vP, airMopOnError); in _hestSetValues()
944 airMopMem(pmop, vP, airMopOnError); in _hestSetValues()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/config/
H A Dpmop.c6 struct pmop op; in main()
/dports/games/tycho/species/wilfiz/
H A Dsonofvain.red171 pmop mov dmop , load0+gatedist+2
173 mov dmop , <pmop
174 mov.x #wipedist, <pmop
/dports/games/species/species/wilfiz/
H A Dsonofvain.red171 pmop mov dmop , load0+gatedist+2
173 mov dmop , <pmop
174 mov.x #wipedist, <pmop
/dports/devel/p5-Data-Alias/Data-Alias-1.25/
H A DAlias.xs1919 pmop = cLISTOPx(lsop)->op_first; in da_peep2()
1948 da_peep2(aTHX_ pmop); in da_peep2()
2162 OP *lsop, *cvop, *pmop, *argop; in da_ck_entersub() local
2207 pmop = cLISTOPx(lsop)->op_first; in da_ck_entersub()
2209 op_null(pmop); in da_ck_entersub()
2210 RenewOpc(0, pmop, 1, UNOP, OP); in da_ck_entersub()
2213 pmop->op_type = OP_CUSTOM; in da_ck_entersub()
2215 pmop->op_next = pmop; in da_ck_entersub()
2216 cUNOPx(pmop)->op_first = cvop; in da_ck_entersub()
2217 OpLASTSIB_set(cvop, pmop); in da_ck_entersub()
[all …]
/dports/science/teem/teem-1.11.0-src/src/bin/
H A Dtalkweb.c155 tkwbReadSlides(tkwbSlide ***slideP, char *filename, airArray *pmop) { in tkwbReadSlides() argument
202 airMopAdd(pmop, slide[slideIdx], (airMopper)tkwbSlideNix, airMopAlways); in tkwbReadSlides()
/dports/lang/perl5.34/perl-5.34.0/ext/B/t/
H A Db.t364 my $pmop = B::svref_2object(sub{ qr/fit/ })->ROOT->first->first->sibling;
365 $regexp = $pmop->pmregexp;
/dports/lang/perl5.30/perl-5.30.3/ext/B/t/
H A Db.t365 my $pmop = B::svref_2object(sub{ qr/fit/ })->ROOT->first->first->sibling;
366 $regexp = $pmop->pmregexp;
/dports/lang/perl5.32/perl-5.32.1/ext/B/t/
H A Db.t364 my $pmop = B::svref_2object(sub{ qr/fit/ })->ROOT->first->first->sibling;
365 $regexp = $pmop->pmregexp;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/B/t/
H A Db.t364 my $pmop = B::svref_2object(sub{ qr/fit/ })->ROOT->first->first->sibling;
365 $regexp = $pmop->pmregexp;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c10249 tree pmop[2]; in fold_binary_loc() local
10257 pmop[1] = NULL; in fold_binary_loc()
10287 pmop[which] = TREE_OPERAND (pmop[which], 0); in fold_binary_loc()
10295 pmop[which] = NULL; in fold_binary_loc()
10314 pmop[0] = fold_convert_loc (loc, utype, pmop[0]); in fold_binary_loc()
10316 pmop[1] = fold_convert_loc (loc, utype, pmop[1]); in fold_binary_loc()
10323 if (pmop[0] != NULL && pmop[1] != NULL) in fold_binary_loc()
10325 pmop[0], pmop[1]); in fold_binary_loc()
10327 tem = pmop[0]; in fold_binary_loc()
10329 tem = pmop[1]; in fold_binary_loc()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfold-const.c10347 tree pmop[2]; in fold_binary_loc() local
10355 pmop[1] = NULL; in fold_binary_loc()
10386 pmop[which] = TREE_OPERAND (pmop[which], 0); in fold_binary_loc()
10394 pmop[which] = NULL; in fold_binary_loc()
10413 pmop[0] = fold_convert_loc (loc, utype, pmop[0]); in fold_binary_loc()
10415 pmop[1] = fold_convert_loc (loc, utype, pmop[1]); in fold_binary_loc()
10422 if (pmop[0] != NULL && pmop[1] != NULL) in fold_binary_loc()
10424 pmop[0], pmop[1]); in fold_binary_loc()
10426 tem = pmop[0]; in fold_binary_loc()
10428 tem = pmop[1]; in fold_binary_loc()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfold-const.c10222 tree pmop[2]; in fold_binary_loc() local
10230 pmop[1] = NULL; in fold_binary_loc()
10260 pmop[which] = TREE_OPERAND (pmop[which], 0); in fold_binary_loc()
10268 pmop[which] = NULL; in fold_binary_loc()
10287 pmop[0] = fold_convert_loc (loc, utype, pmop[0]); in fold_binary_loc()
10289 pmop[1] = fold_convert_loc (loc, utype, pmop[1]); in fold_binary_loc()
10296 if (pmop[0] != NULL && pmop[1] != NULL) in fold_binary_loc()
10298 pmop[0], pmop[1]); in fold_binary_loc()
10300 tem = pmop[0]; in fold_binary_loc()
10302 tem = pmop[1]; in fold_binary_loc()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c10249 tree pmop[2]; in fold_binary_loc() local
10257 pmop[1] = NULL; in fold_binary_loc()
10287 pmop[which] = TREE_OPERAND (pmop[which], 0); in fold_binary_loc()
10295 pmop[which] = NULL; in fold_binary_loc()
10314 pmop[0] = fold_convert_loc (loc, utype, pmop[0]); in fold_binary_loc()
10316 pmop[1] = fold_convert_loc (loc, utype, pmop[1]); in fold_binary_loc()
10323 if (pmop[0] != NULL && pmop[1] != NULL) in fold_binary_loc()
10325 pmop[0], pmop[1]); in fold_binary_loc()
10327 tem = pmop[0]; in fold_binary_loc()
10329 tem = pmop[1]; in fold_binary_loc()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c10249 tree pmop[2]; in fold_binary_loc() local
10257 pmop[1] = NULL; in fold_binary_loc()
10287 pmop[which] = TREE_OPERAND (pmop[which], 0); in fold_binary_loc()
10295 pmop[which] = NULL; in fold_binary_loc()
10314 pmop[0] = fold_convert_loc (loc, utype, pmop[0]); in fold_binary_loc()
10316 pmop[1] = fold_convert_loc (loc, utype, pmop[1]); in fold_binary_loc()
10323 if (pmop[0] != NULL && pmop[1] != NULL) in fold_binary_loc()
10325 pmop[0], pmop[1]); in fold_binary_loc()
10327 tem = pmop[0]; in fold_binary_loc()
10329 tem = pmop[1]; in fold_binary_loc()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c10249 tree pmop[2]; in fold_binary_loc() local
10257 pmop[1] = NULL; in fold_binary_loc()
10287 pmop[which] = TREE_OPERAND (pmop[which], 0); in fold_binary_loc()
10295 pmop[which] = NULL; in fold_binary_loc()
10314 pmop[0] = fold_convert_loc (loc, utype, pmop[0]); in fold_binary_loc()
10316 pmop[1] = fold_convert_loc (loc, utype, pmop[1]); in fold_binary_loc()
10323 if (pmop[0] != NULL && pmop[1] != NULL) in fold_binary_loc()
10325 pmop[0], pmop[1]); in fold_binary_loc()
10327 tem = pmop[0]; in fold_binary_loc()
10329 tem = pmop[1]; in fold_binary_loc()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfold-const.c10256 tree pmop[2]; in fold_binary_loc() local
10264 pmop[1] = NULL; in fold_binary_loc()
10294 pmop[which] = TREE_OPERAND (pmop[which], 0); in fold_binary_loc()
10302 pmop[which] = NULL; in fold_binary_loc()
10321 pmop[0] = fold_convert_loc (loc, utype, pmop[0]); in fold_binary_loc()
10323 pmop[1] = fold_convert_loc (loc, utype, pmop[1]); in fold_binary_loc()
10330 if (pmop[0] != NULL && pmop[1] != NULL) in fold_binary_loc()
10332 pmop[0], pmop[1]); in fold_binary_loc()
10334 tem = pmop[0]; in fold_binary_loc()
10336 tem = pmop[1]; in fold_binary_loc()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfold-const.c10347 tree pmop[2]; in fold_binary_loc() local
10355 pmop[1] = NULL; in fold_binary_loc()
10386 pmop[which] = TREE_OPERAND (pmop[which], 0); in fold_binary_loc()
10394 pmop[which] = NULL; in fold_binary_loc()
10413 pmop[0] = fold_convert_loc (loc, utype, pmop[0]); in fold_binary_loc()
10415 pmop[1] = fold_convert_loc (loc, utype, pmop[1]); in fold_binary_loc()
10422 if (pmop[0] != NULL && pmop[1] != NULL) in fold_binary_loc()
10424 pmop[0], pmop[1]); in fold_binary_loc()
10426 tem = pmop[0]; in fold_binary_loc()
10428 tem = pmop[1]; in fold_binary_loc()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dsimplify-rtx.c1744 rtx pmop[2]; in simplify_binary_operation_1() local
1747 pmop[0] = XEXP (op0, 0); in simplify_binary_operation_1()
1748 pmop[1] = XEXP (op0, 1); in simplify_binary_operation_1()
1752 tem = pmop[which]; in simplify_binary_operation_1()
1759 pmop[which] = XEXP (tem, 0); in simplify_binary_operation_1()
1765 pmop[which] = XEXP (tem, 0); in simplify_binary_operation_1()
1772 if (pmop[0] != XEXP (op0, 0) || pmop[1] != XEXP (op0, 1)) in simplify_binary_operation_1()
1775 pmop[0], pmop[1]); in simplify_binary_operation_1()
/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DCC.pm3019 my $pmop = $op->other;
3023 my $pmopsym = $pmop->save; # XXX can this recurse?
3025 save_or_restore_lexical_state( ${ $pmop->pmreplstart } );
3030 label( $pmop->pmreplstart )
3032 push( @bblock_todo, $pmop->pmreplstart );
3034 return $pmop->next;
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsimplify-rtx.c3073 rtx pmop[2]; in simplify_binary_operation_1() local
3076 pmop[0] = XEXP (op0, 0); in simplify_binary_operation_1()
3077 pmop[1] = XEXP (op0, 1); in simplify_binary_operation_1()
3079 if (CONST_INT_P (pmop[1]) in simplify_binary_operation_1()
3080 && (UINTVAL (pmop[1]) & UINTVAL (trueop1)) == 0) in simplify_binary_operation_1()
3081 return simplify_gen_binary (AND, mode, pmop[0], op1); in simplify_binary_operation_1()
3085 tem = pmop[which]; in simplify_binary_operation_1()
3092 pmop[which] = XEXP (tem, 0); in simplify_binary_operation_1()
3098 pmop[which] = XEXP (tem, 0); in simplify_binary_operation_1()
3105 if (pmop[0] != XEXP (op0, 0) || pmop[1] != XEXP (op0, 1)) in simplify_binary_operation_1()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsimplify-rtx.c3067 rtx pmop[2]; in simplify_binary_operation_1() local
3070 pmop[0] = XEXP (op0, 0); in simplify_binary_operation_1()
3071 pmop[1] = XEXP (op0, 1); in simplify_binary_operation_1()
3073 if (CONST_INT_P (pmop[1]) in simplify_binary_operation_1()
3074 && (UINTVAL (pmop[1]) & UINTVAL (trueop1)) == 0) in simplify_binary_operation_1()
3075 return simplify_gen_binary (AND, mode, pmop[0], op1); in simplify_binary_operation_1()
3079 tem = pmop[which]; in simplify_binary_operation_1()
3086 pmop[which] = XEXP (tem, 0); in simplify_binary_operation_1()
3092 pmop[which] = XEXP (tem, 0); in simplify_binary_operation_1()
3099 if (pmop[0] != XEXP (op0, 0) || pmop[1] != XEXP (op0, 1)) in simplify_binary_operation_1()
[all …]

12345