Home
last modified time | relevance | path

Searched refs:endf (Results 201 – 225 of 354) sorted by relevance

12345678910>>...15

/dports/comms/hamlib/hamlib-4.3.1/rigs/dummy/
H A Dflrig.c171 .startf = kHz(1), .endf = GHz(10), .modes = FLRIG_MODES,
178 .startf = kHz(1), .endf = GHz(10), .modes = FLRIG_MODES,
/dports/science/py-OpenMC/openmc-0.12.2/openmc/data/
H A Dphoton.py19 from .endf import Evaluation, get_head_record, get_tab1_record, get_list_record
H A Dreaction.py16 from .endf import get_head_record, get_tab1_record, get_list_record, \
/dports/science/openmc/openmc-0.12.2/openmc/data/
H A Dphoton.py19 from .endf import Evaluation, get_head_record, get_tab1_record, get_list_record
H A Dreaction.py16 from .endf import get_head_record, get_tab1_record, get_list_record, \
/dports/comms/hamlib/hamlib-4.3.1/include/hamlib/
H A Drig.h1281 freq_t endf; /*!< End frequency */ member
1292 #define RIG_IS_FRNG_END(r) ((r).startf == Hz(0) && (r).endf == Hz(0))
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_popup.vim910 endf
929 endf
/dports/net/samba412/samba-4.12.15/
H A DREADME.Coding83 endf
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dwritable.cpp372 bool endf(Iterator i) const {return i==end_;} in endf() function
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dwritable.cpp372 bool endf(Iterator i) const {return i==end_;} in endf() function
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2test.c4670 char *endf; in open_file() local
4673 endf = filename + strlen8(filename); in open_file()
4674 while (endf > filename && isspace(endf[-1])) endf--; in open_file()
4676 if (endf == filename) in open_file()
4682 *endf = 0; in open_file()
/dports/science/py-OpenMC/openmc-0.12.2/examples/jupyter/
H A Dnuclear-data.ipynb849 "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n",
1216 "gd157.add_elastic_0K_from_endf('gd157.endf')"
1302 "filename, headers = urllib.request.urlretrieve(url, 'h2.endf')\n",
1305 …"h2 = openmc.data.IncidentNeutron.from_njoy('h2.endf', temperatures=[300., 400., 500.], stdout=Tru…
H A Dnuclear-data-resonance-covariance.ipynb8 …an be found in the [ENDF102 manual](https://www.oecd-nea.org/dbdata/data/manual-endf/endf102.pdf)."
59 "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n",
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/examples/
H A Dnuclear-data.ipynb849 "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n",
1216 "gd157.add_elastic_0K_from_endf('gd157.endf')"
1302 "filename, headers = urllib.request.urlretrieve(url, 'h2.endf')\n",
1305 …"h2 = openmc.data.IncidentNeutron.from_njoy('h2.endf', temperatures=[300., 400., 500.], stdout=Tru…
H A Dnuclear-data-resonance-covariance.ipynb8 …an be found in the [ENDF102 manual](https://www.oecd-nea.org/dbdata/data/manual-endf/endf102.pdf)."
59 "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n",
/dports/science/openmc/openmc-0.12.2/examples/jupyter/
H A Dnuclear-data.ipynb849 "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n",
1216 "gd157.add_elastic_0K_from_endf('gd157.endf')"
1302 "filename, headers = urllib.request.urlretrieve(url, 'h2.endf')\n",
1305 …"h2 = openmc.data.IncidentNeutron.from_njoy('h2.endf', temperatures=[300., 400., 500.], stdout=Tru…
H A Dnuclear-data-resonance-covariance.ipynb8 …an be found in the [ENDF102 manual](https://www.oecd-nea.org/dbdata/data/manual-endf/endf102.pdf)."
59 "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n",
/dports/science/openmc/openmc-0.12.2/docs/source/examples/
H A Dnuclear-data.ipynb849 "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n",
1216 "gd157.add_elastic_0K_from_endf('gd157.endf')"
1302 "filename, headers = urllib.request.urlretrieve(url, 'h2.endf')\n",
1305 …"h2 = openmc.data.IncidentNeutron.from_njoy('h2.endf', temperatures=[300., 400., 500.], stdout=Tru…
H A Dnuclear-data-resonance-covariance.ipynb8 …an be found in the [ENDF102 manual](https://www.oecd-nea.org/dbdata/data/manual-endf/endf102.pdf)."
59 "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n",
/dports/comms/hamlib/hamlib-4.3.1/rigs/yaesu/
H A Dft767gx.c310 .startf = kHz(100), .endf = 29999999,
/dports/devel/tass64/64tass-1.56.2625-src/syntax/vim/syntax/
H A D64tass.vim130 syn match tass64Define /\v\.%(segment|endsegment|macro|endmacro|endm|function|endfunction|endf|sfu…
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2test.c4814 char *endf; in open_file() local
4817 endf = filename + strlen8(filename); in open_file()
4818 while (endf > filename && isspace(endf[-1])) endf--; in open_file()
4820 if (endf == filename) in open_file()
4826 *endf = 0; in open_file()
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/methods/
H A Dcross_sections.rst278 .. _ENDF/B data: https://www.nndc.bnl.gov/endf/b8.0/
/dports/science/openmc/openmc-0.12.2/docs/source/methods/
H A Dcross_sections.rst278 .. _ENDF/B data: https://www.nndc.bnl.gov/endf/b8.0/
/dports/comms/hamlib/hamlib-4.3.1/rigs/aor/
H A Dar7030p.c494 if ((caps->rx_range_list1[ 0 ].endf > freq) && in ar7030p_set_freq()

12345678910>>...15