Home
last modified time | relevance | path

Searched defs:tmax (Results 1 – 25 of 1770) sorted by relevance

12345678910>>...71

/dports/audio/praat/praat-6.2.03/fon/
H A DIntensity.cpp53 void Intensity_init (Intensity me, double tmin, double tmax, integer nt, double dt, double t1) { in Intensity_init()
57 autoIntensity Intensity_create (double tmin, double tmax, integer nt, double dt, double t1) { in Intensity_create()
87 void Intensity_drawInside (Intensity me, Graphics g, double tmin, double tmax, double minimum, doub… in Intensity_drawInside()
98 void Intensity_draw (Intensity me, Graphics g, double tmin, double tmax, in Intensity_draw()
113 double Intensity_getQuantile (Intensity me, double tmin, double tmax, double quantile) { in Intensity_getQuantile()
117 double Intensity_getAverage (Intensity me, double tmin, double tmax, int averagingMethod) { in Intensity_getAverage()
H A DPitch_to_Sound.cpp33 autoSound Pitch_to_Sound (Pitch me, double tmin, double tmax, bool hum) { in Pitch_to_Sound()
48 void Pitch_play (Pitch me, double tmin, double tmax) { in Pitch_play()
58 void Pitch_hum (Pitch me, double tmin, double tmax) { in Pitch_hum()
68 autoSound Pitch_to_Sound_sine (Pitch me, double tmin, double tmax, double samplingFrequency, bool r… in Pitch_to_Sound_sine()
H A DHarmonicity.cpp24 static autoVEC Harmonicity_getSoundingValues (Harmonicity me, double tmin, double tmax) { in Harmonicity_getSoundingValues()
41 double Harmonicity_getMean (Harmonicity me, double tmin, double tmax) { in Harmonicity_getMean()
46 double Harmonicity_getStandardDeviation (Harmonicity me, double tmin, double tmax) { in Harmonicity_getStandardDeviation()
87 autoHarmonicity Harmonicity_create (double tmin, double tmax, integer nt, double dt, double t1) { in Harmonicity_create()
H A DFormant.cpp80 autoFormant Formant_create (double tmin, double tmax, integer nt, double dt, double t1, in Formant_create()
110 void Formant_drawTracks (Formant me, Graphics g, double tmin, double tmax, double fmax, bool garnis… in Formant_drawTracks()
138 void Formant_drawSpeckles_inside (Formant me, Graphics g, double tmin, double tmax, double fmin, do… in Formant_drawSpeckles_inside()
203 void Formant_drawSpeckles_inside (Formant me, Graphics g, double tmin, double tmax, double fmin, do… in Formant_drawSpeckles_inside()
209 void Formant_drawSpeckles (Formant me, Graphics g, double tmin, double tmax, double fmax, double su… in Formant_drawSpeckles()
268 void Formant_getExtrema (Formant me, integer iformant, double tmin, double tmax, double *fmin, doub… in Formant_getExtrema()
301 double Formant_getMinimum (Formant me, integer iformant, double tmin, double tmax, kFormant_unit un… in Formant_getMinimum()
321 double Formant_getMaximum (Formant me, integer iformant, double tmin, double tmax, kFormant_unit un… in Formant_getMaximum()
337 double Formant_getMean (Formant me, integer iformant, double tmin, double tmax, kFormant_unit unit)… in Formant_getMean()
341 double Formant_getStandardDeviation (Formant me, integer iformant, double tmin, double tmax, kForma… in Formant_getStandardDeviation()
[all …]
H A DPitchTier.cpp34 autoPitchTier PitchTier_create (double tmin, double tmax) { in PitchTier_create()
44 void PitchTier_draw (PitchTier me, Graphics g, double tmin, double tmax, in PitchTier_draw()
110 void PitchTier_shiftFrequencies (PitchTier me, double tmin, double tmax, double shift, kPitch_unit … in PitchTier_shiftFrequencies()
144 void PitchTier_multiplyFrequencies (PitchTier me, double tmin, double tmax, double factor) { in PitchTier_multiplyFrequencies()
H A DCochleagram.cpp24 autoCochleagram Cochleagram_create (double tmin, double tmax, integer nt, double dt, double t1, dou… in Cochleagram_create()
34 void Cochleagram_paint (Cochleagram me, Graphics g, double tmin, double tmax, bool garnish) { in Cochleagram_paint()
70 double Cochleagram_difference (Cochleagram me, Cochleagram thee, double tmin, double tmax) { in Cochleagram_difference()
H A Dpraat_TimeVector.h25 #include "Vector.h"
H A DRealTier.cpp73 void RealTier_init (RealTier me, double tmin, double tmax) { in RealTier_init()
78 autoRealTier RealTier_create (double tmin, double tmax) { in RealTier_create()
88 autoRealTier RealTier_createWithClass (double tmin, double tmax, ClassInfo klas) { in RealTier_createWithClass()
108 autoSomeThing <structSomeRealTier> SomeRealTier_create (double tmin, double tmax) { in SomeRealTier_create()
176 double RealTier_getArea (RealTier me, double tmin, double tmax) { in RealTier_getArea()
212 double RealTier_getMean_curve (RealTier me, double tmin, double tmax) { in RealTier_getMean_curve()
219 double RealTier_getStandardDeviation_curve (RealTier me, double tmin, double tmax) { in RealTier_getStandardDeviation_curve()
269 double RealTier_getMean_points (RealTier me, double tmin, double tmax) { in RealTier_getMean_points()
280 double RealTier_getStandardDeviation_points (RealTier me, double tmin, double tmax) { in RealTier_getStandardDeviation_points()
294 void RealTier_multiplyPart (RealTier me, double tmin, double tmax, double factor) { in RealTier_multiplyPart()
[all …]
H A DDurationTier.cpp34 autoDurationTier DurationTier_create (double tmin, double tmax) { in DurationTier_create()
44 void DurationTier_draw (DurationTier me, Graphics g, double tmin, double tmax, in DurationTier_draw()
H A DPointProcess.cpp92 void PointProcess_init (PointProcess me, double tmin, double tmax, integer initialMaxnt) { in PointProcess_init()
98 autoPointProcess PointProcess_create (double tmin, double tmax, integer initialMaxnt) { in PointProcess_create()
250 void PointProcess_removePointsBetween (PointProcess me, double tmin, double tmax) { in PointProcess_removePointsBetween()
254 void PointProcess_draw (PointProcess me, Graphics g, double tmin, double tmax, bool garnish) { in PointProcess_draw()
347 void PointProcess_fill (PointProcess me, double tmin, double tmax, double period) { in PointProcess_fill()
379 MelderIntegerRange PointProcess_getWindowPoints (PointProcess me, double tmin, double tmax) { in PointProcess_getWindowPoints()
424 integer PointProcess_getNumberOfPeriods (PointProcess me, double tmin, double tmax, in PointProcess_getNumberOfPeriods()
435 double PointProcess_getMeanPeriod (PointProcess me, double tmin, double tmax, in PointProcess_getMeanPeriod()
451 double PointProcess_getStdevPeriod (PointProcess me, double tmin, double tmax, in PointProcess_getStdevPeriod()
488 double tmin, double tmax, double maximumPeriod) in PointProcess_getCountAndFractionOfVoiceBreaks()
/dports/science/axom/axom-0.6.1/src/axom/primal/tests/
H A Dprimal_ray_intersect.cpp45 double tmax = 0.0; in TEST() local
63 double tmax = 0.0; in TEST() local
81 double tmax = 0.0; in TEST() local
99 double tmax = 0.0; in TEST() local
135 double tmax = 0.0; in TEST() local
172 double tmax = 0.0; in TEST() local
197 double tmax = 0.0; in TEST() local
222 double tmax = 0.0; in TEST() local
247 double tmax = 0.0; in TEST() local
272 double tmax = 0.0; in TEST() local
[all …]
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/utils/
H A Dsnapshot.h81 * For non-historic MVCC snapshots, this contains subxact IDs that are in in v_info()
90 int32 subxcnt; /* # of xact ids in subxip[] */ in v_info()
93 bool takenDuringRecovery; /* recovery-shaped snapshot? */ in v_info()
105 * Book-keeping information, used by the snapshot manager in v_info()
109 pairingheap_node ph_node; /* link in the RegisteredSnapshots heap */ in v_info()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/grape/mesh/Common/
H A Dtsc_timebar.c66 TIMESCENE *timescene_hv_timebar(double tmin, double tmax, int horiz) in timescene_hv_timebar()
133 TIMESCENE *timescene_htimebar(double tmin, double tmax) in timescene_htimebar()
138 TIMESCENE *timescene_vtimebar(double tmin, double tmax) in timescene_vtimebar()
149 double tmin,tmax; in timescene_hv_timebar_send() local
/dports/audio/praat/praat-6.2.03/gram/
H A DNoulliGrid.cpp59 autoNoulliPoint NoulliGrid_average (NoulliGrid me, integer tierNumber, double tmin, double tmax) { in NoulliGrid_average()
91 … NoulliGrid_getAverageProbabilities (NoulliGrid me, integer tierNumber, double tmin, double tmax) { in NoulliGrid_getAverageProbabilities()
96 void NoulliGrid_paintInside (NoulliGrid me, Graphics graphics, double tmin, double tmax) { in NoulliGrid_paintInside()
149 void NoulliGrid_paint (NoulliGrid me, Graphics g, double tmin, double tmax, bool garnish) { in NoulliGrid_paint()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DTextGrid_and_PitchTier.cpp50 static double RealTier_getMinimumValue_interval (RealTier me, double tmin, double tmax) { in RealTier_getMinimumValue_interval()
62 static double RealTier_getMaximumValue_interval (RealTier me, double tmin, double tmax) { in RealTier_getMaximumValue_interval()
86 static autoVEC getAbsoluteFromRelativeTimes (double tmin, double tmax, constVECVU const& relativeTi… in getAbsoluteFromRelativeTimes()
142 static autoPitchTier PitchTier_createAsModifiedPart (PitchTier me, double tmin, double tmax, in PitchTier_createAsModifiedPart()
244 void PitchTier_modifyInterval (PitchTier me, double tmin, double tmax, in PitchTier_modifyInterval()
260 … PitchTier_createAsModifiedPart_toneLevels (PitchTier me, double tmin, double tmax, double fmin, d… in PitchTier_createAsModifiedPart_toneLevels()
284 void PitchTier_modifyInterval_toneLevels (PitchTier me, double tmin, double tmax, double fmin, doub… in PitchTier_modifyInterval_toneLevels()
H A DOptimalCeilingTier.cpp23 autoOptimalCeilingTier OptimalCeilingTier_create (double tmin, double tmax) { in OptimalCeilingTier_create()
33 void OptimalCeilingTier_draw (OptimalCeilingTier me, Graphics g, double tmin, double tmax, in OptimalCeilingTier_draw()
/dports/science/axom/axom-0.6.1/src/axom/primal/operators/detail/
H A Dintersect_ray_impl.hpp105 T& tmax, in intersect_ray_bbox_test()
170 T tmax = axom::numerics::floating_point_limits<T>::max(); in intersect_ray() local
219 T tmax = axom::numerics::floating_point_limits<T>::max(); in intersect_ray() local
251 T& tmax, in intersect_ray()
282 T tmax = axom::numerics::floating_point_limits<T>::max(); in intersect_ray() local
/dports/science/ALPSCore/ALPSCore-2.2.0/gf/test/
H A Dgrid_test.cpp12 double tmax = 5, tmin = 0.001; in TEST() local
24 double tmax = 5, tmin = 0.001; in TEST() local
38 double tmax = 5, tmin = 0.001; in TEST() local
51 double tmax = 5, tmin = 0.001; in TEST() local
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/graphics/
H A Ddynamicreflection.cpp53 float tmax = 0.99*(float)(t+1) / (float)TESS; in drawQuads() local
202 float tmax = 0.5 - 0.5*(float)(t+1) / (float)TESS; in initialiseSpheremap() local
237 float tmax = 0.5 + 0.5*(float)(t+1) / (float)TESS; in initialiseSpheremap() local
273 float tmax = 0.5 - 0.5*(float)(t+1) / (float)TESS; in initialiseSpheremap() local
309 float tmax = 0.5 + 0.5*(float)(t+1) / (float)TESS; in initialiseSpheremap() local
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/metrics2/sink/ganglia/
H A DGangliaConf.java30 private int tmax = AbstractGangliaSink.DEFAULT_TMAX; field in GangliaConf
92 void setTmax(int tmax) { in setTmax()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/sink/ganglia/
H A DGangliaConf.java30 private int tmax = AbstractGangliaSink.DEFAULT_TMAX; field in GangliaConf
92 void setTmax(int tmax) { in setTmax()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/ARM/JunoPkg/AcpiTables/
H A DDsdt.asl48 100, //Residency Counter Frequency
104 ResourceTemplate() { // Null Residency Counter
105 Register (SystemMemory, 0, 0, 0, 0)
267 // USB EHCI Host Controller
323 })
350 Name(_UPC, Package(){
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/glsl/
H A Dglsl_lightmap.c75 int smax, tmax; in R_AddDynamicLights_1() local
127 int smax, tmax, size; in R_BuildLightMap_1() local
183 int smax, tmax; in create_surf_lightmap() local
/dports/audio/praat/praat-6.2.03/LPC/
H A DLineSpectralFrequencies.cpp62 void LineSpectralFrequencies_init (LineSpectralFrequencies me, double tmin, double tmax, integer nt… in LineSpectralFrequencies_init()
69 autoLineSpectralFrequencies LineSpectralFrequencies_create (double tmin, double tmax, integer nt, d… in LineSpectralFrequencies_create()
79 …_drawFrequencies (LineSpectralFrequencies me, Graphics g, double tmin, double tmax, double fmin, d… in LineSpectralFrequencies_drawFrequencies()
/dports/math/igraph/igraph-0.9.5/src/centrality/
H A Dcentralization.c136 igraph_real_t *tmax = theoretical_max, mytmax; in igraph_centralization_degree() local
291 igraph_real_t *tmax = theoretical_max, mytmax; in igraph_centralization_betweenness() local
418 igraph_real_t *tmax = theoretical_max, mytmax; in igraph_centralization_closeness() local
561 igraph_real_t *tmax = theoretical_max, mytmax; in igraph_centralization_eigenvector_centrality() local

12345678910>>...71