Home
last modified time | relevance | path

Searched defs:NumSteps (Results 1 – 23 of 23) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/utils/analyzer/
H A DSumTimerInfo.py28 NumSteps = 0 variable
57 NumSteps = NumSteps + int(s[0]) variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/utils/analyzer/
H A DSumTimerInfo.py28 NumSteps = 0 variable
57 NumSteps = NumSteps + int(s[0]) variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/utils/analyzer/
H A DSumTimerInfo.py28 NumSteps = 0 variable
57 NumSteps = NumSteps + int(s[0]) variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/utils/analyzer/
H A DSumTimerInfo.py28 NumSteps = 0 variable
57 NumSteps = NumSteps + int(s[0]) variable
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/adt/
H A Dregproc.c27 #include "catalog/pg_collation.h"
57 * We also accept a numeric OID, for symmetry with the output routine.
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkTimeSourceExample.h98 int NumSteps; variable
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkTimeSourceExample.h93 int NumSteps; variable
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkTimeSourceExample.h86 int NumSteps; variable
/dports/math/vtk8/VTK-8.2.0/IO/ADIOS/
H A DADIOSVarInfo.h61 size_t NumSteps; variable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DParticle.h135 vtkm::Id NumSteps = 0; variable
223 vtkm::Id NumSteps = 0; variable
/dports/science/qmcpack/qmcpack-3.11.0/src/Optimize/
H A DDampedDynamics.h33 int NumSteps; variable
H A DCGOptimization.h35 int NumSteps; variable
/dports/math/vtk8/VTK-8.2.0/IO/ADIOS/Testing/Cxx/
H A DTestADIOSSphereWR.cxx71 int NumSteps; member in ValidateSphere
/dports/astro/nightfall/nightfall-1.92/
H A DLightMerit.c53 int NumSteps = NumPhases * PhaseSteps; /* Number of computed points */ in MeritFunction() local
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/ann/rbm/
H A Drbm.hpp336 size_t NumSteps() const { return numSteps; } in NumSteps() function in mlpack::ann::RBM
/dports/math/vtk6/VTK-6.2.0/IO/ADIOS/Testing/Cxx/
H A DTestADIOSSphereWR.cxx71 int NumSteps; member in ValidateSphere
/dports/biology/protomol/protomol/applications/iSGProtomol-app/integrators/
H A DiSGIntegrator.h74 Real getAveDeltaMu(int NumSteps) {return (AveDeltaMu / NumSteps);} in getAveDeltaMu()
/dports/devel/upp/upp/examples/GeoFun/
H A DGeoFun.cpp448 int NumSteps = abs ( ( int ) ( 2.0 * ( double ) p * 180.0 / step ) ) + 1 ; in PrepareData() local
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-ani.c68 guint32 NumSteps; member
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelFlowPaths/
H A DvtkPStreamTracer.cxx379 int NumSteps; member in PStreamTracerPoint
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelFlowPaths/
H A DvtkPStreamTracer.cxx391 int NumSteps; member in PStreamTracerPoint
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelFlowPaths/
H A DvtkPStreamTracer.cxx386 int NumSteps; member in PStreamTracerPoint
/dports/science/cgnslib/CGNS-4.1.2/src/tools/
H A Dcgnscheck.c49 static int NumSteps; variable