Home
last modified time | relevance | path

Searched refs:my_base (Results 51 – 75 of 187) sorted by relevance

12345678

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Dmoxc.c156 register timebase_type my_base = timebase; in catchup() local
158 while (my_base->heap_size != 0 && in catchup()
159 (my_base->heap[1]->u.e.time < target_time)) { in catchup()
161 eventtime = (my_base->next_time) >> 8; in catchup()
162 call = remove_call(my_base); in catchup()
170 remove_base(my_base); in catchup()
171 insert_base(my_base); in catchup()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/petsc/
H A DcvAdvDiff_petsc.c81 sunindextype my_base);
108 sunindextype local_N, nperpe, nrem, my_base; in main() local
132 my_base = (my_pe < nrem) ? my_pe*local_N : my_pe*nperpe + nrem; in main()
157 SetIC(u, dx, local_N, my_base); in main()
229 sunindextype my_base) in SetIC() argument
240 iglobal = my_base + i; x = iglobal*dx; in SetIC()
/dports/math/sundials/sundials-5.7.0/examples/cvode/petsc/
H A DcvAdvDiff_petsc.c81 sunindextype my_base);
108 sunindextype local_N, nperpe, nrem, my_base; in main() local
132 my_base = (my_pe < nrem) ? my_pe*local_N : my_pe*nperpe + nrem; in main()
157 SetIC(u, dx, local_N, my_base); in main()
229 sunindextype my_base) in SetIC() argument
240 iglobal = my_base + i; x = iglobal*dx; in SetIC()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/parallel/
H A DcvsAdvDiff_ASAp_non_p.c102 static void SetIC(N_Vector u, realtype dx, sunindextype my_length, sunindextype my_base);
103 static void SetICback(N_Vector uB, sunindextype my_base);
129 sunindextype local_N=0, nperpe, nrem, my_base=-1; in main() local
166 my_base = (my_pe < nrem) ? my_pe*local_N : my_pe*nperpe + nrem; in main()
203 SetIC(u, dx, local_N, my_base); in main()
261 SetICback(uB, my_base); in main()
531 static void SetIC(N_Vector u, realtype dx, sunindextype my_length, sunindextype my_base) in SetIC() argument
544 iglobal = my_base + i; in SetIC()
554 static void SetICback(N_Vector uB, sunindextype my_base) in SetICback() argument
565 if (my_base == -1) for (i=0; i<my_length; i++) uBdata[i] = ZERO; in SetICback()
H A DcvsAdvDiff_FSA_non_p.c106 static void SetIC(N_Vector u, realtype dx, sunindextype my_length, sunindextype my_base);
126 sunindextype local_N, nperpe, nrem, my_base; in main() local
160 my_base = (my_pe < nrem) ? my_pe*local_N : my_pe*nperpe + nrem; in main()
178 SetIC(u, dx, local_N, my_base); /* Initialize u vector */ in main()
466 sunindextype my_base) in SetIC() argument
479 iglobal = my_base + i; in SetIC()
/dports/math/sundials/sundials-5.7.0/examples/cvodes/parallel/
H A DcvsAdvDiff_ASAp_non_p.c102 static void SetIC(N_Vector u, realtype dx, sunindextype my_length, sunindextype my_base);
103 static void SetICback(N_Vector uB, sunindextype my_base);
129 sunindextype local_N=0, nperpe, nrem, my_base=-1; in main() local
166 my_base = (my_pe < nrem) ? my_pe*local_N : my_pe*nperpe + nrem; in main()
203 SetIC(u, dx, local_N, my_base); in main()
267 SetICback(uB, my_base); in main()
537 static void SetIC(N_Vector u, realtype dx, sunindextype my_length, sunindextype my_base) in SetIC() argument
550 iglobal = my_base + i; in SetIC()
560 static void SetICback(N_Vector uB, sunindextype my_base) in SetICback() argument
571 if (my_base == -1) for (i=0; i<my_length; i++) uBdata[i] = ZERO; in SetICback()
H A DcvsAdvDiff_FSA_non_p.c106 static void SetIC(N_Vector u, realtype dx, sunindextype my_length, sunindextype my_base);
126 sunindextype local_N, nperpe, nrem, my_base; in main() local
160 my_base = (my_pe < nrem) ? my_pe*local_N : my_pe*nperpe + nrem; in main()
178 SetIC(u, dx, local_N, my_base); /* Initialize u vector */ in main()
466 sunindextype my_base) in SetIC() argument
479 iglobal = my_base + i; in SetIC()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/superludist/
H A DcvAdvDiff_sludist.cpp87 sunindextype my_base);
114 sunindextype local_N, local_NNZ, nperpe, nrem, my_base; in main() local
163 my_base = (my_pe < nrem) ? my_pe*local_N : my_pe*nperpe + nrem; in main()
182 SetIC(u, dx, local_N, my_base); /* Initialize u vector */ in main()
193 …dCreate_CompRowLoc_Matrix_dist(&Asuper, NEQ, NEQ, local_NNZ, local_N, my_base, matdata, colind, ro… in main()
286 sunindextype my_base) in SetIC() argument
299 iglobal = my_base + i; in SetIC()
/dports/math/sundials/sundials-5.7.0/examples/cvode/superludist/
H A DcvAdvDiff_sludist.cpp87 sunindextype my_base);
114 sunindextype local_N, local_NNZ, nperpe, nrem, my_base; in main() local
163 my_base = (my_pe < nrem) ? my_pe*local_N : my_pe*nperpe + nrem; in main()
182 SetIC(u, dx, local_N, my_base); /* Initialize u vector */ in main()
193 …dCreate_CompRowLoc_Matrix_dist(&Asuper, NEQ, NEQ, local_NNZ, local_N, my_base, matdata, colind, ro… in main()
286 sunindextype my_base) in SetIC() argument
299 iglobal = my_base + i; in SetIC()
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dwin_shared_rma_flush_load.c31 int *shm_target_base = NULL, *my_base = NULL; variable
113 my_base[i] = i; in run_test()
247 MPI_Win_allocate_shared(win_size, win_unit, MPI_INFO_NULL, shm_comm, &my_base, &shm_win); in main()
248 MPI_Win_create(my_base, win_size, win_unit, MPI_INFO_NULL, MPI_COMM_WORLD, &win); in main()
H A Dwrma_flush_get.c32 int *my_base = NULL; variable
114 my_base[i] = i; in run_test()
193 MPI_Win_allocate(win_size, win_unit, MPI_INFO_NULL, MPI_COMM_WORLD, &my_base, &win); in main()
H A Dwin_shared_noncontig_put.c23 int *my_base, my_size; in main() local
42 MPI_Win_allocate_shared(my_size, sizeof(int), alloc_shared_info, shm_comm, &my_base, &shm_win); in main()
/dports/devel/boost-docs/boost_1_72_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/devel/boost-python-libs/boost_1_72_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/databases/percona57-server/boost_1_59_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/databases/xtrabackup/boost_1_59_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/databases/percona57-client/boost_1_59_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/devel/boost-libs/boost_1_72_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/devel/hyperscan/boost_1_75_0/libs/statechart/test/
H A DTriggeringEventTest.cpp45 B( my_context ctx ) : my_base( ctx ) in B()
78 A( my_context ctx ) : my_base( ctx ) in A()
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dwin_shared_noncontig_put.c31 int *my_base, my_size; in main() local
53 shm_comm, &my_base, &shm_win); in main()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DVisitor.h352 #define LOKI_DEFINE_VISITABLE(my_class, my_base) \ argument
362 my_base::accept(guest); \
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DVisitor.h352 #define LOKI_DEFINE_VISITABLE(my_class, my_base) \ argument
362 my_base::accept(guest); \
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DVisitor.h352 #define LOKI_DEFINE_VISITABLE(my_class, my_base) \ argument
362 my_base::accept(guest); \

12345678