Home
last modified time | relevance | path

Searched refs:WDF (Results 1 – 25 of 67) sorted by relevance

123

/dports/databases/xapian-core/xapian-core-1.4.18/include/xapian/
H A Dweight.h54 WDF = 128, enumerator
491 need_stat(WDF); in TfIdfWeight()
574 need_stat(WDF); in BM25Weight()
593 need_stat(WDF); in BM25Weight()
690 need_stat(WDF); in BM25PlusWeight()
714 need_stat(WDF); in BM25PlusWeight()
779 need_stat(WDF); in param_k()
850 need_stat(WDF); in InL2Weight()
923 need_stat(WDF); in IfB2Weight()
993 need_stat(WDF); in IneB2Weight()
[all …]
/dports/sysutils/wiimms/wiimms-iso-tools/scripts/
H A Dtime-test.sh15 The WDF test does the following:
18 3.) Adding and extracting a WDF with WWT.
19 4.) Extracting an ISO and a WDF with WWT --fast.
97 add ex ISO ISO ISO WDF WDF WDF file
H A Dtest-image-size.sh13 WDF=wdf
14 [[ -f ./wdf && -x ./wdf ]] && WDF=./wdf
32 WDF, WIA, CISO, WBFS or FST. Each source file is subject of this test suite.
35 output. Output formats are: WDF, PLAIN ISO, CISO, WBFS, WIA. WIA is checked
42 --wia : Enter fast mode => do only WDF and WIA test
61 --decrypt : Enable WDF/DECRYPT tests.
63 --read : Enable read tests (conver WIA to to WDF file).
412 ((OPT_DUMP)) && $WDF +dump "$tempdir/a.wia" >"$dumpdir/$id6-$cmode.dump"
H A Dtest-wwt+wit.sh16 CISO, WBFS, WDF or WIA. Each source file is subject of this test suite.
22 - ADD to and EXTRACT from PLAIN ISO, CISO, WDF, WIA, WBFS
26 - convert to PLAIN ISO, CISO, WDF, WIA, WBFS
32 => do only WDF tests and skip verify+fst+pipe tests
H A Dtest-ADD+EXTRACT.sh47 'ERR-WDF : comparison of WDF file failed.
49 'ERR-W+I : comparison of one WDF against one ISO failed.
/dports/sysutils/wiimms/wiimms-iso-tools/src/ui/
H A Dtab-wdf.inc44 "wdf is a support tool for WDF, WIA and CISO archives."
72 "Pack sources into WDF or CISO archives."
77 "Unpack WDF, WIA and CISO archives."
85 " WDF, WIA and CISO files are extracted before printing,"
107 "Dump the data structure of WDF, WIA and CISO archives"
175 { T_OPT_C, "WDF", "W|wdf",
177 "Force WDF output mode if packing"
185 "Force WDF output mode if packing, use WDF v1,"
190 "Force WDF output mode if packing,"
191 " use WDF v2 with align factor 1,"
[all …]
H A Dtab-wit.inc984 { T_OPT_C, "WDF", "W|wdf",
986 "Set ISO output file type to WDF (Wii Disc Format, default)" },
992 "Set ISO output file type to WDF and force version 1." },
996 "Set ISO output file type to WDF and force version 2."
1001 "Set the default WDF output version and align factor."
1003 WDF_MAX_ALIGN_TEXT ". The default WDF alignment is "
1006 " Mode 0 set WDF v1, all other modes WDF v2." },
1250 { T_COPT, "WDF", 0,0,0 },
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/effect/chowdsp/shared/
H A Dwdf_sse.h37 class WDF
40 WDF(std::string type) : type(type) {} in WDF() function
41 virtual ~WDF() {} in ~WDF()
87 class WDFNode : public WDF
90 WDFNode(std::string type) : WDF(type) {} in WDFNode()
94 void connectToNode(WDF *node) { next = node; } in connectToNode()
110 WDF *next = nullptr;
H A Dwdf.h37 namespace WDF
58 class WDF
61 WDF(std::string type) : type(type) {} in WDF() function
62 virtual ~WDF() {} in ~WDF()
108 class WDFNode : public WDF
111 WDFNode(std::string type) : WDF(type) {} in WDFNode()
115 void connectToNode(WDF *node) { next = node; } in connectToNode()
131 WDF *next = nullptr;
/dports/databases/xapian-core12/xapian-core-1.2.25/include/xapian/
H A Dweight.h52 WDF = 128, enumerator
274 return stats_needed & WDF; in get_sumpart_needs_wdf_()
430 need_stat(WDF); in BM25Weight()
449 need_stat(WDF); in BM25Weight()
512 need_stat(WDF); in param_k()
/dports/sysutils/wiimms/wiimms-iso-tools/templates/module/
H A Dfeatures-de.forum5 [*][url=@@URI-HOME@@features.html#5][b]wdf (Wiimms WDF Tool) ist ein kleines Tool um WDF, CISO und …
7 [*][url=@@URI-HOME@@features.html#7][b]WIT unterst�tzt 6 Wii disc Dateitypen (ISO, CISO, WDF, WIA, …
H A Dfeatures-en.forum5 [*][url=@@URI-HOME@@features.html#5][b]wdf (Wiimms WDF Tool) is a little tool to manage WDF, CISO a…
7 [*][url=@@URI-HOME@@features.html#7][b]WIT supports 6 Wii disc file types (ISO, CISO, WDF, WIA, WBF…
/dports/sysutils/wiimms/wiimms-iso-tools/setup/
H A Dwit.def15 #gdef wit$['WDF_SHORT'] = "@@WDF-SHORT@@"
16 #gdef wit$['WDF_LONG'] = "@@WDF-LONG@@"
/dports/databases/xapian-core/xapian-core-1.4.18/weight/
H A Dinl2weight.cc43 need_stat(WDF); in InL2Weight()
H A Difb2weight.cc44 need_stat(WDF); in IfB2Weight()
H A Dineb2weight.cc41 need_stat(WDF); in IneB2Weight()
H A Dpl2weight.cc47 need_stat(WDF); in PL2Weight()
H A Dpl2plusweight.cc51 need_stat(WDF); in PL2PlusWeight()
H A Dbb2weight.cc50 need_stat(WDF); in BB2Weight()
H A Dtfidfweight.cc50 need_stat(WDF); in TfIdfWeight()
/dports/cad/jspice3/jspice3-2.5/examples/
H A Dbsim1tst.cir105 + WDF = 0.0
/dports/cad/ngspice_rework/ngspice-35/tests/bsim1/
H A Dtest.cir106 + WDF = 0.0
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/imagination/vulkan/pds/
H A Dpvr_rogue_pds_disasm.h82 X(WDF) \
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/
H A Dapi_weight.cc196 need_stat(WDF); in CheckStatsWeight()
/dports/devel/arduino-core/Arduino-b439a77/build/windows/dist/drivers/CP210x_6.7/
H A Dslabvcp.inf108 ;-------------- WDF Coinstaller installation

123