Home
last modified time | relevance | path

Searched refs:ts_copy (Results 1 – 16 of 16) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dTstat.c1008 val[out_index] = (1.0f-fi)*ts_copy[ii] + fi*ts_copy[ii+1] ; in STATS_tsfunc()
1010 free(ts_copy) ; in STATS_tsfunc()
1097 float* ts_copy; in STATS_tsfunc() local
1101 free(ts_copy); in STATS_tsfunc()
1106 float* ts_copy; in STATS_tsfunc() local
1116 free(ts_copy); in STATS_tsfunc()
1121 float* ts_copy; in STATS_tsfunc() local
1131 free(ts_copy); in STATS_tsfunc()
1136 float* ts_copy; in STATS_tsfunc() local
1140 free(ts_copy); in STATS_tsfunc()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtempo.cc3400 if (!ts_copy) { in gui_stretch_tempo()
3408 if (ts_copy->clamped()) { in gui_stretch_tempo()
3409 TempoSection* next_t = next_tempo_section_locked (future_map, ts_copy); in gui_stretch_tempo()
3426 new_bpm = ts_copy->note_types_per_minute(); in gui_stretch_tempo()
3429 if (sample > ts_copy->sample() + min_dframe && end_sample > ts_copy->sample() + min_dframe) { in gui_stretch_tempo()
3431 new_bpm = ts_copy->note_types_per_minute() * ((sample - ts_copy->sample()) in gui_stretch_tempo()
3432 / (double) (end_sample - ts_copy->sample())); in gui_stretch_tempo()
3434 new_bpm = ts_copy->note_types_per_minute(); in gui_stretch_tempo()
3448 ts_copy->set_note_types_per_minute (new_bpm); in gui_stretch_tempo()
3450 if (ts_copy->clamped()) { in gui_stretch_tempo()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-visitor-serialization.c597 TestStruct *ts_copy = NULL; in test_struct() local
601 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
604 struct_compare(ts, ts_copy); in test_struct()
607 struct_cleanup(ts_copy); in test_struct()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-visitor-serialization.c597 TestStruct *ts_copy = NULL; in test_struct() local
601 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
604 struct_compare(ts, ts_copy); in test_struct()
607 struct_cleanup(ts_copy); in test_struct()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-visitor-serialization.c597 TestStruct *ts_copy = NULL; in test_struct() local
601 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
604 struct_compare(ts, ts_copy); in test_struct()
607 struct_cleanup(ts_copy); in test_struct()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-visitor-serialization.c661 TestStruct *ts_copy = NULL; in test_struct() local
665 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
668 struct_compare(ts, ts_copy); in test_struct()
671 struct_cleanup(ts_copy); in test_struct()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-visitor-serialization.c661 TestStruct *ts_copy = NULL; in test_struct() local
665 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
668 struct_compare(ts, ts_copy); in test_struct()
671 struct_cleanup(ts_copy); in test_struct()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-visitor-serialization.c661 TestStruct *ts_copy = NULL; in test_struct() local
665 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
668 struct_compare(ts, ts_copy); in test_struct()
671 struct_cleanup(ts_copy); in test_struct()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-visitor-serialization.c661 TestStruct *ts_copy = NULL; in test_struct() local
665 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
668 struct_compare(ts, ts_copy); in test_struct()
671 struct_cleanup(ts_copy); in test_struct()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-visitor-serialization.c661 TestStruct *ts_copy = NULL; in test_struct() local
665 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
668 struct_compare(ts, ts_copy); in test_struct()
671 struct_cleanup(ts_copy); in test_struct()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-visitor-serialization.c661 TestStruct *ts_copy = NULL; in test_struct() local
665 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
668 struct_compare(ts, ts_copy); in test_struct()
671 struct_cleanup(ts_copy); in test_struct()
/dports/science/py-MDAnalysisTests/MDAnalysisTests-0.19.2/MDAnalysisTests/coordinates/
H A Dtest_dcd.py380 for ts_orig, ts_copy in zip(u.trajectory, w.trajectory):
381 assert_almost_equal(ts_orig.dimensions, ts_copy.dimensions, 4,
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/methods/
H A Dtest_interpolate.py78 ts_copy = ts.copy()
79 ts_copy[5:10] = np.NaN
81 linear_interp = ts_copy.interpolate(method="linear")
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-buffers.cpp356 bool ts_copy = ts_is_copy(); in check() local
376 fail_on_test(!ts_copy && v4l_type_is_output(g_type()) && in check()
410 if (v4l_type_is_capture(g_type()) && !ts_copy && !is_vivid && in check()
459 if (mode == Queued && ts_copy && v4l_type_is_output(g_type())) { in check()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-buffers.cpp356 bool ts_copy = ts_is_copy(); in check() local
376 fail_on_test(!ts_copy && v4l_type_is_output(g_type()) && in check()
410 if (v4l_type_is_capture(g_type()) && !ts_copy && !is_vivid && in check()
459 if (mode == Queued && ts_copy && v4l_type_is_output(g_type())) { in check()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-buffers.cpp356 bool ts_copy = ts_is_copy(); in check() local
376 fail_on_test(!ts_copy && v4l_type_is_output(g_type()) && in check()
410 if (v4l_type_is_capture(g_type()) && !ts_copy && !is_vivid && in check()
459 if (mode == Queued && ts_copy && v4l_type_is_output(g_type())) { in check()