Home
last modified time | relevance | path

Searched defs:junk (Results 1 – 25 of 2549) sorted by relevance

12345678910>>...102

/dports/math/eprover/eprover-E-2.0/BASICS/
H A Dclb_memory.h82 #define SizeFree(junk, size) free(junk); junk=NULL argument
84 #define ENSURE_NULL(junk) junk=NULL argument
86 #define SizeFree(junk, size) free(junk) argument
88 #define ENSURE_NULL(junk) /* Only defined in debug mode */ argument
94 #define SizeFree(junk, size) SizeFreeReal(junk, size); junk=NULL argument
96 #define ENSURE_NULL(junk) junk=NULL argument
98 #define SizeFree(junk, size) SizeFreeReal(junk, size); argument
100 #define ENSURE_NULL(junk) /* Only defined in debug mode */ argument
110 #define FREE(junk) assert(junk);free(junk); junk=NULL argument
129 #define FREE(junk) assert(junk); clb_free_count++; free(junk); junk=NULL argument
[all …]
H A Dclb_newmem.h80 #define SizeFree(junk, size) SizeFreeReal(junk, size); junk=NULL argument
82 #define ENSURE_NULL(junk) junk=NULL argument
84 #define SizeFree(junk, size) SizeFreeReal(junk, size); argument
86 #define ENSURE_NULL(junk) /* Only defined in debug mode */ argument
95 #define FREE(junk) assert(junk);free(junk) argument
113 #define FREE(junk) assert(junk); clb_free_count++; free(junk); junk=NULL argument
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_conv_to.hpp51 conv_to<out_eT>::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk) in from()
72 conv_to<out_eT>::from(const Base<in_eT, T1>& in, const typename arma_cx_only<in_eT>::result* junk) in from()
97 conv_to<out_eT>::from(const BaseCube<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* jun… in from()
118 …onv_to<out_eT>::from(const BaseCube<in_eT, T1>& in, const typename arma_cx_only<in_eT>::result* ju… in from()
169 …v_to< Mat<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* ju… in from()
191 …_to< Mat<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_cx_only<in_eT>::result* ju… in from()
227 …o< Mat<out_eT> >::from(const std::vector<in_eT>& in, const typename arma_not_cx<in_eT>::result* ju… in from()
298 …v_to< Row<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* ju… in from()
322 …_to< Row<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_cx_only<in_eT>::result* ju… in from()
417 …v_to< Col<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* ju… in from()
[all …]
H A Dfn_trans.hpp27 trans in trans()
45 htrans in htrans()
67 trans in trans()
85 htrans in htrans()
H A Dfn_zeros.hpp86 zeros(const uword n_rows, const uword n_cols, const typename arma_Mat_Col_Row_only<obj_type>::resul… in zeros()
110 zeros(const SizeMat& s, const typename arma_Mat_Col_Row_only<obj_type>::result* junk = nullptr) in zeros()
148 …_rows, const uword n_cols, const uword n_slices, const typename arma_Cube_only<cube_type>::result*… in zeros()
162 zeros(const SizeCube& s, const typename arma_Cube_only<cube_type>::result* junk = nullptr) in zeros()
176 …s(const uword n_rows, const uword n_cols, const typename arma_SpMat_SpCol_SpRow_only<sp_obj_type>:… in zeros()
200 zeros(const SizeMat& s, const typename arma_SpMat_SpCol_SpRow_only<sp_obj_type>::result* junk = nul… in zeros()
H A Dfn_eye.hpp52 eye(const uword n_rows, const uword n_cols, const typename arma_Mat_Col_Row_only<obj_type>::result*… in eye()
76 eye(const SizeMat& s, const typename arma_Mat_Col_Row_only<obj_type>::result* junk = nullptr) in eye()
90 …ye(const uword n_rows, const uword n_cols, const typename arma_SpMat_SpCol_SpRow_only<obj_type>::r… in eye()
118 eye(const SizeMat& s, const typename arma_SpMat_SpCol_SpRow_only<obj_type>::result* junk = nullptr) in eye()
H A Dfn_princomp.hpp40 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
77 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
111 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
142 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
169 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
H A Dop_htrans_meat.hpp28 …ns::apply_mat_noalias(Mat<eT>& out, const Mat<eT>& A, const typename arma_not_cx<eT>::result* junk) in apply_mat_noalias()
42 …ns::apply_mat_noalias(Mat<eT>& out, const Mat<eT>& A, const typename arma_cx_only<eT>::result* jun… in apply_mat_noalias()
171 op_htrans::apply_mat_inplace(Mat<eT>& out, const typename arma_not_cx<eT>::result* junk) in apply_mat_inplace()
185 op_htrans::apply_mat_inplace(Mat<eT>& out, const typename arma_cx_only<eT>::result* junk) in apply_mat_inplace()
228 op_htrans::apply_mat(Mat<eT>& out, const Mat<eT>& A, const typename arma_not_cx<eT>::result* junk) in apply_mat()
241 op_htrans::apply_mat(Mat<eT>& out, const Mat<eT>& A, const typename arma_cx_only<eT>::result* junk) in apply_mat()
367 …lem_type>& out, const Op<T1,op_htrans>& in, const typename arma_not_cx<typename T1::elem_type>::re… in apply()
380 …lem_type>& out, const Op<T1,op_htrans>& in, const typename arma_cx_only<typename T1::elem_type>::r… in apply()
398 …em_type>& out, const Op<T1,op_htrans2>& in, const typename arma_not_cx<typename T1::elem_type>::re… in apply()
413 …em_type>& out, const Op<T1,op_htrans2>& in, const typename arma_cx_only<typename T1::elem_type>::r… in apply()
H A Dfn_log_det.hpp33 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in log_det()
64 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in log_det()
102 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in log_det_sympd()
133 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in log_det_sympd()
H A Dfn_ones.hpp86 ones(const uword n_rows, const uword n_cols, const typename arma_Mat_Col_Row_only<obj_type>::result… in ones()
110 ones(const SizeMat& s, const typename arma_Mat_Col_Row_only<obj_type>::result* junk = nullptr) in ones()
148 …_rows, const uword n_cols, const uword n_slices, const typename arma_Cube_only<cube_type>::result*… in ones()
162 ones(const SizeCube& s, const typename arma_Cube_only<cube_type>::result* junk = nullptr) in ones()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_conv_to.hpp51 conv_to<out_eT>::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk) in from()
72 conv_to<out_eT>::from(const Base<in_eT, T1>& in, const typename arma_cx_only<in_eT>::result* junk) in from()
97 conv_to<out_eT>::from(const BaseCube<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* jun… in from()
118 …onv_to<out_eT>::from(const BaseCube<in_eT, T1>& in, const typename arma_cx_only<in_eT>::result* ju… in from()
169 …v_to< Mat<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* ju… in from()
191 …_to< Mat<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_cx_only<in_eT>::result* ju… in from()
227 …o< Mat<out_eT> >::from(const std::vector<in_eT>& in, const typename arma_not_cx<in_eT>::result* ju… in from()
298 …v_to< Row<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* ju… in from()
322 …_to< Row<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_cx_only<in_eT>::result* ju… in from()
417 …v_to< Col<out_eT> >::from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* ju… in from()
[all …]
H A Dfn_trans.hpp27 trans in trans()
45 htrans in htrans()
67 trans in trans()
85 htrans in htrans()
H A Dfn_zeros.hpp86 zeros(const uword n_rows, const uword n_cols, const typename arma_Mat_Col_Row_only<obj_type>::resul… in zeros()
110 zeros(const SizeMat& s, const typename arma_Mat_Col_Row_only<obj_type>::result* junk = nullptr) in zeros()
148 …_rows, const uword n_cols, const uword n_slices, const typename arma_Cube_only<cube_type>::result*… in zeros()
162 zeros(const SizeCube& s, const typename arma_Cube_only<cube_type>::result* junk = nullptr) in zeros()
176 …s(const uword n_rows, const uword n_cols, const typename arma_SpMat_SpCol_SpRow_only<sp_obj_type>:… in zeros()
200 zeros(const SizeMat& s, const typename arma_SpMat_SpCol_SpRow_only<sp_obj_type>::result* junk = nul… in zeros()
H A Dfn_eye.hpp52 eye(const uword n_rows, const uword n_cols, const typename arma_Mat_Col_Row_only<obj_type>::result*… in eye()
76 eye(const SizeMat& s, const typename arma_Mat_Col_Row_only<obj_type>::result* junk = nullptr) in eye()
90 …ye(const uword n_rows, const uword n_cols, const typename arma_SpMat_SpCol_SpRow_only<obj_type>::r… in eye()
118 eye(const SizeMat& s, const typename arma_SpMat_SpCol_SpRow_only<obj_type>::result* junk = nullptr) in eye()
H A Dfn_princomp.hpp40 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
77 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
111 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
142 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
169 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in princomp()
H A Dop_htrans_meat.hpp28 …ns::apply_mat_noalias(Mat<eT>& out, const Mat<eT>& A, const typename arma_not_cx<eT>::result* junk) in apply_mat_noalias()
42 …ns::apply_mat_noalias(Mat<eT>& out, const Mat<eT>& A, const typename arma_cx_only<eT>::result* jun… in apply_mat_noalias()
171 op_htrans::apply_mat_inplace(Mat<eT>& out, const typename arma_not_cx<eT>::result* junk) in apply_mat_inplace()
185 op_htrans::apply_mat_inplace(Mat<eT>& out, const typename arma_cx_only<eT>::result* junk) in apply_mat_inplace()
228 op_htrans::apply_mat(Mat<eT>& out, const Mat<eT>& A, const typename arma_not_cx<eT>::result* junk) in apply_mat()
241 op_htrans::apply_mat(Mat<eT>& out, const Mat<eT>& A, const typename arma_cx_only<eT>::result* junk) in apply_mat()
367 …lem_type>& out, const Op<T1,op_htrans>& in, const typename arma_not_cx<typename T1::elem_type>::re… in apply()
380 …lem_type>& out, const Op<T1,op_htrans>& in, const typename arma_cx_only<typename T1::elem_type>::r… in apply()
398 …em_type>& out, const Op<T1,op_htrans2>& in, const typename arma_not_cx<typename T1::elem_type>::re… in apply()
413 …em_type>& out, const Op<T1,op_htrans2>& in, const typename arma_cx_only<typename T1::elem_type>::r… in apply()
H A Dfn_log_det.hpp33 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in log_det()
64 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in log_det()
102 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in log_det_sympd()
133 const typename arma_blas_type_only<typename T1::elem_type>::result* junk = nullptr in log_det_sympd()
H A Dfn_ones.hpp86 ones(const uword n_rows, const uword n_cols, const typename arma_Mat_Col_Row_only<obj_type>::result… in ones()
110 ones(const SizeMat& s, const typename arma_Mat_Col_Row_only<obj_type>::result* junk = nullptr) in ones()
148 …_rows, const uword n_cols, const uword n_slices, const typename arma_Cube_only<cube_type>::result*… in ones()
162 ones(const SizeCube& s, const typename arma_Cube_only<cube_type>::result* junk = nullptr) in ones()
/dports/x11/libsx/libsx/demo4/
H A Ddemo4.c30 void quit(Widget w, void *junk) in quit()
36 void thing1(Widget w, void *junk) in thing1()
42 void thing2(Widget w, void *junk) in thing2()
49 void thing3(Widget w, void *junk) in thing3()
55 void thing4(Widget w, void *junk) in thing4()
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dba01.f41 subroutine junk(abc, num, res) subroutine
42 integer num,abc(num),res(4)
/dports/x11/libsx/libsx/src/
H A Dresize.c5 void cb1(Widget w, void *junk) in cb1()
10 void cb2(Widget w, void *junk) in cb2()
15 void cb3(Widget w, void *junk) in cb3()
20 void quit(Widget w, void *junk) in quit()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/mach-o/
H A Dparse-aliases.yaml64 - name: _myHiddenAlias3
71 # CHECK: defined-atoms:
78 # CHECK: - name: _myHiddenAlias1
85 # CHECK: scope: global
/dports/devel/aegis/aegis-4.25.D510/test_shared_ptr/
H A Dmain.cc27 class junk class
49 junk::junk() : in junk() function in junk
63 junk::junk(int arg) : in junk() function in junk
77 junk::junk(const junk &arg) : in junk() function in junk
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Doperation.c559 exitOkCallback(Widget w, XtPointer junk, XtPointer junk2) in exitOkCallback()
585 exitPaint(Widget w, XtPointer junk, XtPointer junk2) in exitPaint()
933 brushPopupCB(Widget w, XtPointer junk, XtPointer junk2) in brushPopupCB()
964 boxPopupCB(Widget w, XtPointer junk, XtPointer junk2) in boxPopupCB()
981 arcPopupCB(Widget w, XtPointer junk, XtPointer junk2) in arcPopupCB()
1001 splinePopupCB(Widget w, XtPointer junk, XtPointer junk2) in splinePopupCB()
1030 fillPopupCB(Widget w, XtPointer junk, XtPointer junk2) in fillPopupCB()
1071 sprayPopupCB(Widget w, XtPointer junk, XtPointer junk2) in sprayPopupCB()
1080 linePopupCB(Widget w, XtPointer junk, XtPointer junk2) in linePopupCB()
1098 arrowPopupCB(Widget w, XtPointer junk, XtPointer junk2) in arrowPopupCB()
[all …]
/dports/math/eprover/eprover-E-2.0/TERMS/
H A Dcte_subst.h47 #define SubstFree(junk) PStackFree(junk) argument
49 #define SubstDelete(junk) SubstBacktrack(junk);SubstFree(junk) argument
50 #define SubstDeleteSkolem(junk) SubstBacktrackSkolem(junk);SubstFree(junk) argument

12345678910>>...102