Home
last modified time | relevance | path

Searched refs:extract_entry (Results 1 – 9 of 9) sorted by relevance

/dports/math/stanmath/math-4.2.0/test/unit/math/prim/prob/
H A Dmatrix_normal_prec_rng_test.cpp149 std::vector<double> extract_entry(const unsigned int r, const unsigned int c, in extract_entry() function
213 assert_matches_normal_distribution(1, 8, extract_entry(0, 0, samples)); in TEST()
214 assert_matches_normal_distribution(2, 10, extract_entry(0, 1, samples)); in TEST()
215 assert_matches_normal_distribution(3, 12, extract_entry(0, 2, samples)); in TEST()
216 assert_matches_normal_distribution(4, 12, extract_entry(1, 0, samples)); in TEST()
217 assert_matches_normal_distribution(5, 15, extract_entry(1, 1, samples)); in TEST()
218 assert_matches_normal_distribution(6, 18, extract_entry(1, 2, samples)); in TEST()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dphilharmoniedeparis.py61 def extract_entry(source): function
92 info = extract_entry(config)
102 entry = extract_entry(chapter)
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dphilharmoniedeparis.py61 def extract_entry(source): function
92 info = extract_entry(config)
102 entry = extract_entry(chapter)
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/rom/
H A DRomSplitter.py71 def extract_entry(self, entry): member in RomSplitter
91 data, relocs = self.extract_entry(entry)
/dports/lang/v/v-0.1.29/vlib/szip/
H A Dszip.v243 pub fn (mut zentry zip_ptr) extract_entry(path string) /*?*/bool {
/dports/x11/iceauth/iceauth-1.0.8/
H A Dprocess.c98 static int extract_entry ( const char *inputfilename, int lineno, IceAuthFileEntry *auth, void *dat…
786 static int extract_entry ( in extract_entry() function
1230 extract_entry, &ed); in do_extract()
/dports/sysutils/xorriso/libisoburn-1.5.0/frontend/
H A Dxorriso-tcltk4118 global .extract_button .extract_frame .extract_entry .extract_from_selected
4130 entry .extract_entry -width 40 -relief sunken -bd 1 \
4132 bind_entry_keys .extract_entry {extract_to}
4133 bind_help .extract_entry "Extract to disk:"
4149 pack .extract_entry \
/dports/x11/xauth/xauth-1.1/
H A Dprocess.c1027 extract_entry(const char *inputfilename, int lineno, Xauth *auth, char *data) in extract_entry() function
1571 extract_entry, NULL, (char *) &ed); in do_extract()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Ruby/
H A DRuby-1.9.1.api3697 rubygems.package.tar_input.Gem.extract_entry?4(entry, expected_md5sum = nil)