OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DFT
(Results
1 - 7
of
7
) sorted by null
/external/ltp/tools/pounder21/test_scripts/
time_drift
33
DFT
=500
62
if [ $drift -gt $
DFT
-o $drift -lt -$
DFT
]; then
63
echo ERROR: drift exceeded $
DFT
ppm: $a $b \
/external/libxml2/os400/
xmlcatalog.cmd
21
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) +
xmllint.cmd
25
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/ImageMagick/www/api/
fourier.php
90
<p>ForwardFourierTransformImage() implements the discrete Fourier transform (
DFT
) of the image either as a magnitude / phase or real / imaginary image pair.</p>
121
<p>InverseFourierTransformImage() implements the inverse discrete Fourier transform (
DFT
) of the image either as a magnitude / phase or real / imaginary image pair.</p>
magick-image.php
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
585
SmallVector<Value *, 8>
DFT
;
590
DFT
.push_back(V);
592
while (!
DFT
.empty()) {
593
V =
DFT
.pop_back_val();
599
DFT
.push_back(I->getOperand(1));
601
DFT
.push_back(I->getOperand(0));
[
all
...]
/external/tensorflow/tensorflow/go/op/
wrappers.go
[
all
...]
Completed in 874 milliseconds