Home
last modified time | relevance | path

Searched refs:vdel (Results 1 – 25 of 112) sorted by relevance

12345

/dports/science/afni/afni-AFNI_21.3.16/src/nifti/nifticdf/
H A Dnifti_stats.c10 double vbot,vtop,vdel ; in main() local
54 vbot=vtop=vdel = 0.0 ; in main()
55 sscanf( argv[iarg++] , "%lf:%lf:%lf" , &vbot,&vtop,&vdel ) ; in main()
56 if( vbot >= vtop ) vdel = 0.0 ; in main()
57 if( vdel <= 0.0 ) vtop = vbot ; in main()
72 for( val=vbot ; val <= vtop ; val += vdel ){ in main()
88 if( vdel <= 0.0 ) break ; /* the case of just 1 value */ in main()
/dports/science/nifticlib/nifticlib-2.0.0/utils/
H A Dnifti_stats.c11 double vbot,vtop,vdel ; in main() local
55 vbot=vtop=vdel = 0.0 ; in main()
56 sscanf( argv[iarg++] , "%lf:%lf:%lf" , &vbot,&vtop,&vdel ) ; in main()
57 if( vbot >= vtop ) vdel = 0.0 ; in main()
58 if( vdel <= 0.0 ) vtop = vbot ; in main()
73 for( val=vbot ; val <= vtop ; val += vdel ){ in main()
89 if( vdel <= 0.0 ) break ; /* the case of just 1 value */ in main()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc28 void vdel(int* p) { ++count; delete[] p; } in vdel() function
49 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
53 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc29 void vdel(int* p) { ++count; delete[] p; } in vdel() function
52 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
56 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc29 void vdel(int* p) { ++count; delete[] p; } in vdel() function
52 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
56 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc29 void vdel(int* p) { ++count; delete[] p; } in vdel() function
52 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
56 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc29 void vdel(int* p) { ++count; delete[] p; } in vdel() function
52 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
56 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/20_util/unique_ptr/cons/
H A Dptr_deleter.cc29 void vdel(int* p) { ++count; delete[] p; } in vdel() function
52 std::unique_ptr<int[], void(*)(int*)> p(nullptr, vdel); in test02()
56 std::unique_ptr<int[], void(*)(int*)> p(new int[1], vdel); in test02()
/dports/devel/sunpromake/schily-2021-09-18/ved/
H A Ddelcmds.c31 EXPORT void vdel __PR((ewin_t *wp));
116 vdel(wp) in vdel() function
152 vdel(wp);
177 vdel(wp);
188 vdel(wp);
/dports/devel/sccs/schily-2021-09-18/ved/
H A Ddelcmds.c31 EXPORT void vdel __PR((ewin_t *wp));
116 vdel(wp) in vdel() function
152 vdel(wp);
177 vdel(wp);
188 vdel(wp);

12345