Home
last modified time | relevance | path

Searched refs:DFT (Results 1 – 25 of 40) sorted by relevance

12

/external/libxml2/os400/
Dxmlcatalog.cmd21 EXPR(*YES) RSTD(*YES) DFT(*XML) +
28 CASE(*MIXED) EXPR(*YES) DFT(*STDOUT) +
37 EXPR(*YES) DFT(*NO) PMTCTL(TYPEXML) +
44 EXPR(*YES) DFT(*YES) RSTD(*YES) PMTCTL(TYPESGML) +
51 EXPR(*YES) DFT(*NO) +
67 XMLELEM: ELEM TYPE(*CHAR) LEN(16) VARY(*YES *INT2) DFT(*PUBLIC) +
101 CASE(*MIXED) EXPR(*YES) MAX(150) DFT(*DEFAULT) +
Dxmllint.cmd25 PARM KWD(DTDLOCATOR) TYPE(*CHAR) LEN(8) DFT(*DTDURL) +
37 RSTD(*YES) DFT(*XSD) +
72 RSTD(*YES) DFT(*NONE) +
80 PARM KWD(MAXMEM) TYPE(*UINT4) EXPR(*YES) DFT(0) +
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.cpp117 static void DFTStringAppendToVector(Vector<uint8_t> *DFT, in DFTStringAppendToVector() argument
119 assert(DFT->size() == DFTString.size()); in DFTStringAppendToVector()
120 for (size_t I = 0, Len = DFT->size(); I < Len; I++) in DFTStringAppendToVector()
121 (*DFT)[I] = DFTString[I] == '1'; in DFTStringAppendToVector()
126 Vector<uint8_t> DFT(DFTString.size()); in DFTStringToVector() local
127 DFTStringAppendToVector(&DFT, DFTString); in DFTStringToVector()
128 return DFT; in DFTStringToVector()
DFuzzerInternal.h133 DataFlowTrace DFT; variable
DFuzzerLoop.cpp530 TimeOfUnit, UniqFeatureSetTmp, DFT, II); in RunOne()
842 DFT.Init(Options.DataFlowTrace, &FocusFunctionOrAuto, CorporaFiles, in Loop()
846 DFT.Clear(); // No need for DFT any more. in Loop()
DFuzzerCorpus.h212 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus() argument
234 if (auto V = DFT.Get(Sha1Str)) in AddToCorpus()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDataFlowTrace.cpp117 static void DFTStringAppendToVector(Vector<uint8_t> *DFT, in DFTStringAppendToVector() argument
119 assert(DFT->size() == DFTString.size()); in DFTStringAppendToVector()
120 for (size_t I = 0, Len = DFT->size(); I < Len; I++) in DFTStringAppendToVector()
121 (*DFT)[I] = DFTString[I] == '1'; in DFTStringAppendToVector()
126 Vector<uint8_t> DFT(DFTString.size()); in DFTStringToVector() local
127 DFTStringAppendToVector(&DFT, DFTString); in DFTStringToVector()
128 return DFT; in DFTStringToVector()
DFuzzerInternal.h133 DataFlowTrace DFT; variable
DFuzzerLoop.cpp530 TimeOfUnit, UniqFeatureSetTmp, DFT, II); in RunOne()
842 DFT.Init(Options.DataFlowTrace, &FocusFunctionOrAuto, CorporaFiles, in Loop()
846 DFT.Clear(); // No need for DFT any more. in Loop()
DFuzzerCorpus.h212 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus() argument
234 if (auto V = DFT.Get(Sha1Str)) in AddToCorpus()
/external/llvm-project/compiler-rt/test/fuzzer/
Donly-some-bytes-fork.test7 …verage=trace-pc-guard,pc-table,bb,trace-cmp %S/OnlySomeBytesTest.cpp %t-DataFlow*.o -o %t-DFT
10 # Test that the fork mode can collect and use the DFT
12 RUN: not %t-Fuzz -collect_data_flow=%t-DFT -use_value_profile=1 -runs=100000000 -fork=20 2> %t/log
Donly-some-bytes.test7 …verage=trace-pc-guard,pc-table,bb,trace-cmp %S/OnlySomeBytesTest.cpp %t-DataFlow*.o -o %t-DFT
31 RUN: %t-Fuzz -collect_data_flow=%t-DFT %t/IN -data_flow_trace=%t/IN_DFT > /dev/null 2>&1
33 # Repeat twice to make sure that the inputs with DFT are not removed from the corpus.
38 # Collect DFT, then use it.
40 RUN: rm -rf %t/C_DFT && %t-Fuzz -collect_data_flow=%t-DFT %t/C -data_flow_trace=%t/C_DFT > /dev/nul…
Ddataflow.test96 # Test libFuzzer's built in DFT collection.
97 RUN: rm -rf %t-DFT
98 RUN: %t-ThreeFunctionsTest -collect_data_flow=%t-ThreeFunctionsTestDF -data_flow_trace=%t-DFT %t/I…
99 RUN: cat %t-DFT/* | sort | FileCheck %s --check-prefix=IN_FUZZMU
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
DREADME.md41 * cmsis_dft.txt: the DFT of the windowed sinusoid
42 * cmsis_power.txt: the magnitude squared of the DFT
44 the DFT
59 * micro_dft.txt: the DFT of the windowed sinusoid
60 * micro_power.txt: the magnitude squared of the DFT
62 the DFT
/external/fft2d/src/fft2d/fft2d/
Dreadme2d.txt55 dfct: 1-dim Real Symmetric DFT
56 dfst: 1-dim Real Anti-symmetric DFT
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RFFT.pbtxt32 Since the DFT of a real signal is Hermitian-symmetric, `RFFT` only returns the
Dapi_def_RFFT3D.pbtxt33 Since the DFT of a real signal is Hermitian-symmetric, `RFFT3D` only returns the
Dapi_def_RFFT2D.pbtxt33 Since the DFT of a real signal is Hermitian-symmetric, `RFFT2D` only returns the
Dapi_def_IRFFT.pbtxt33 `fft_length / 2 + 1` unique components of the DFT of a real-valued signal. If
Dapi_def_IRFFT3D.pbtxt34 the DFT of a real-valued signal. If `fft_length` is not provided, it is computed
Dapi_def_IRFFT2D.pbtxt34 the DFT of a real-valued signal. If `fft_length` is not provided, it is computed
/external/rust/crates/libfuzzer-sys/libfuzzer/tests/
DFuzzerUnittest.cpp593 DataFlowTrace DFT; in TEST() local
604 /*FeatureSet*/ {}, DFT, in TEST()
770 TEST(DFT, BlockCoverage) { in TEST() argument
834 TEST(DFT, FunctionWeights) { in TEST() argument
/external/llvm-project/compiler-rt/lib/fuzzer/tests/
DFuzzerUnittest.cpp593 DataFlowTrace DFT; in TEST() local
604 /*FeatureSet*/ {}, DFT, in TEST()
770 TEST(DFT, BlockCoverage) { in TEST() argument
834 TEST(DFT, FunctionWeights) { in TEST() argument
/external/ImageMagick/
DREADME.txt73 * Discrete Fourier transform: implements the forward and inverse DFT.
DREADME.md50 …egacy.imagemagick.org/Usage/fourier/): implements the forward and inverse [DFT](http://en.wikipedi…

12