Home
last modified time | relevance | path

Searched refs:sgy (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__beta.c103 double sgx, sgy, sgxy, xy = x+y;
105 int stat_gy = gsl_sf_lngamma_sgn_e(y, &lgy, &sgy);
107 *sgn = sgx * sgy * sgxy;
/dports/math/gsl/gsl-2.7/specfunc/
H A Dbeta.c103 double sgx, sgy, sgxy, xy = x+y; in gsl_sf_lnbeta_sgn_e() local
105 int stat_gy = gsl_sf_lngamma_sgn_e(y, &lgy, &sgy); in gsl_sf_lnbeta_sgn_e()
107 *sgn = sgx * sgy * sgxy; in gsl_sf_lnbeta_sgn_e()
/dports/science/segyio/segyio-1.9.8/mex/test/
H A Dsegy.m4 filename = 'test-data/small.sgy';
122 filename_write = 'test-data/SEGY-3D_write_mex.sgy';
187 filename_copy = 'test-data/SEGY-3D_copy.sgy';
233 prestack_filename = 'test-data/small-ps.sgy';
262 prestack_dest = 'test-data/mex-tmp-small-ps.sgy';
H A Dsegyspec.m4 filename = 'test-data/small.sgy';
9 no_such_filename = 'no-such-dir/no-such-file.sgy';
/dports/science/py-segyio/segyio-1.9.8/mex/test/
H A Dsegy.m4 filename = 'test-data/small.sgy';
122 filename_write = 'test-data/SEGY-3D_write_mex.sgy';
187 filename_copy = 'test-data/SEGY-3D_copy.sgy';
233 prestack_filename = 'test-data/small-ps.sgy';
262 prestack_dest = 'test-data/mex-tmp-small-ps.sgy';
H A Dsegyspec.m4 filename = 'test-data/small.sgy';
9 no_such_filename = 'no-such-dir/no-such-file.sgy';
/dports/science/py-segyio/segyio-1.9.8/
H A DREADME.md69 with segyio.open('file.sgy') as f:
423 filename = 'name_of_your_file.sgy'
460 filename = 'name_of_your_prestack_file.sgy'
482 filename = 'name_of_your_prestack_file.sgy'
504 input_file = 'name_of_your_input_file.sgy'
505 output_file = 'name_of_your_output_file.sgy'
521 filename='name_of_your_file.sgy'
536 input_file='input_file.sgy';
537 output_file='output_file.sgy';
552 with segyio.create('new.sgy', spec) as dst:
[all …]
H A Dappveyor.yml78 "import segyio;f=segyio.open('test-data/small.sgy');print(f.ilines)"
79 - IF DEFINED PYTHON python python/examples/scan_min_max.py test-data/small.sgy
H A Dconfig.sh6 python ../python/examples/scan_min_max.py ../test-data/small.sgy
/dports/science/segyio/segyio-1.9.8/
H A DREADME.md69 with segyio.open('file.sgy') as f:
423 filename = 'name_of_your_file.sgy'
460 filename = 'name_of_your_prestack_file.sgy'
482 filename = 'name_of_your_prestack_file.sgy'
504 input_file = 'name_of_your_input_file.sgy'
505 output_file = 'name_of_your_output_file.sgy'
521 filename='name_of_your_file.sgy'
536 input_file='input_file.sgy';
537 output_file='output_file.sgy';
552 with segyio.create('new.sgy', spec) as dst:
[all …]
H A Dappveyor.yml78 "import segyio;f=segyio.open('test-data/small.sgy');print(f.ilines)"
79 - IF DEFINED PYTHON python python/examples/scan_min_max.py test-data/small.sgy
H A Dconfig.sh6 python ../python/examples/scan_min_max.py ../test-data/small.sgy
/dports/devel/taskflow/taskflow-3.2.0/benchmarks/hetero_traversal/
H A Dtaskflow.cu39 auto sgy = cf.zero(gy, N); in taskflow() local
49 sgy.precede(h2d_gy); in taskflow()
H A Domp.cu130 cudaGraphNode_t sgy; in omp() local
132 TF_CHECK_CUDA(cudaGraphAddMemsetNode(&sgy, cuda_graph, 0, 0, &msetp), "sgy failed"); in omp()
208 TF_CHECK_CUDA(cudaGraphAddDependencies(cuda_graph, &sgy, &h2d_gy, 1), "sgy->h2d_gy"); in omp()
H A Dtbb.cu107 cudaGraphNode_t sgy; in TBB() local
109 TF_CHECK_CUDA(cudaGraphAddMemsetNode(&sgy, cuda_graph, 0, 0, &msetp), "sgy failed"); in TBB()
185 TF_CHECK_CUDA(cudaGraphAddDependencies(cuda_graph, &sgy, &h2d_gy, 1), "sgy->h2d_gy"); in TBB()
/dports/accessibility/kmouth/kmouth-21.12.3/po/hu/
H A Dkmouth.po307 msgstr "Kifejezésgyű&jtemények"
491 msgstr "Kifejezésgyűjtemény"
506 msgstr "Új ki&fejezésgyűjtemény"
518 msgstr "A kifejezésgyűjteményt lemezre menti"
541 "kifejezésgyűjteménybe"
602 msgstr "A „Kifejezésgyűjtemény” ablak bezárása"
607 msgstr "(Új kifejezésgyűjtemény)"
649 msgstr "Kifejezésgyű&jtemények"
736 "kifejezésgyűjteményeket."
828 msgstr "Kif&ejezésgyűjtemény-ablak bezárása:"
[all …]
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Dsel.c264 Evas_Coord x = 0, y = 0, w = 0, h = 0, sgx, sgy; in sel_key_down() local
269 sgy = y - (h / 2); in sel_key_down()
273 if (ELM_RECTS_INTERSECT(x, y, w, h, sgx, sgy, 1, 1)) in sel_key_down()
296 Evas_Coord x = 0, y = 0, w = 0, h = 0, sgx, sgy; in sel_key_down() local
301 sgy = y + h + (h / 2); in sel_key_down()
305 if (ELM_RECTS_INTERSECT(x, y, w, h, sgx, sgy, 1, 1)) in sel_key_down()
/dports/deskutils/mate-indicator-applet/mate-indicator-applet-1.26.0/po/
H A Dhu.po74 "Az Értesítésgyűjtő szabad szoftver; terjeszthető illetve módosítható a Free "
85 "Az Értesítésgyűjtő abban a reményben kerül közreadásra, hogy hasznos lesz, "
95 "Az Értesítésgyűjtő programhoz a GNU General Public License egy példánya is "
/dports/emulators/citra/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_unittest.cpp2671 int sgy = 60000; in testChrmToSrgb() local
2675 testChrmToSrgb(sg, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 0, 0, 0, 0); in testChrmToSrgb()
2682 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 255, 0, 0, 255, 0, 0); in testChrmToSrgb()
2683 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 255, 0, 0, 255, 0); in testChrmToSrgb()
2684 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2687 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2688 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 255, 0, 255, 0, 0); in testChrmToSrgb()
2689 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2692 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2693 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 0, 255, 0, 0, 0, 255); in testChrmToSrgb()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_unittest.cpp2671 int sgy = 60000; in testChrmToSrgb() local
2675 testChrmToSrgb(sg, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 0, 0, 0, 0); in testChrmToSrgb()
2682 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 255, 0, 0, 255, 0, 0); in testChrmToSrgb()
2683 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 255, 0, 0, 255, 0); in testChrmToSrgb()
2684 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2687 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2688 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 255, 0, 255, 0, 0); in testChrmToSrgb()
2689 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2692 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2693 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 0, 255, 0, 0, 0, 255); in testChrmToSrgb()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/third_party/lodepng/
H A Dlodepng_unittest.cpp2697 unsigned sgy = 60000; in testChrmToSrgb() local
2701 testChrmToSrgb(sg, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 0, 0, 0, 0); in testChrmToSrgb()
2708 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 255, 0, 0, 255, 0, 0); in testChrmToSrgb()
2709 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 255, 0, 0, 255, 0); in testChrmToSrgb()
2710 testChrmToSrgb(0, swx, swy, srx, sry, sgx, sgy, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2713 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2714 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 255, 0, 255, 0, 0); in testChrmToSrgb()
2715 testChrmToSrgb(0, swx, swy, sgx, sgy, srx, sry, sbx, sby, 0, 0, 255, 0, 0, 255); in testChrmToSrgb()
2718 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 255, 0, 0, 0, 255, 0); in testChrmToSrgb()
2719 testChrmToSrgb(0, swx, swy, sgx, sgy, sbx, sby, srx, sry, 0, 255, 0, 0, 0, 255); in testChrmToSrgb()
[all …]
/dports/science/segyio/segyio-1.9.8/python/test/
H A Dtools.py98 with segyio.open(testdata / 'small.sgy') as sgy:
100 filetr = f.read(4 * len(sgy.samples))
101 segytr = sgy.trace[0]
/dports/science/py-segyio/segyio-1.9.8/python/test/
H A Dtools.py98 with segyio.open(testdata / 'small.sgy') as sgy:
100 filetr = f.read(4 * len(sgy.samples))
101 segytr = sgy.trace[0]
/dports/sysutils/khelpcenter/khelpcenter-21.12.3/po/hu/
H A Dkhelpcenter5.po178 msgstr "A kifejezésgyűjtemény gyorsítótárának újraépítése…"
189 msgstr "KDE kifejezésgyűjtemény: %1"
194 msgstr "KDE kifejezésgyűjtemény"
352 msgstr "Kifeje&zésgyűjtemény"
/dports/devel/m17n-db/m17n-db-1.8.0/MIM/
H A Dbo-wylie.mim148 ("sgy" "སྒྱ")

12345678910