Home
last modified time | relevance | path

Searched defs:exponential (Results 1 – 12 of 12) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DExponentialTaper.java64 public double exponentialToLinear(double exponential) { in exponentialToLinear()
/external/tensorflow/tensorflow/python/keras/
Dactivations.py412 def exponential(x): function
/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/
DPoissonDistribution.java58 private final ExponentialDistribution exponential; field in PoissonDistribution
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java222 String exponential = en.getExponentSeparator(); in TestSymbols() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java219 String exponential = en.getExponentSeparator(); in TestSymbols() local
/external/cronet/tot/third_party/icu/source/test/intltest/
Dtsdcfmsy.cpp119 UnicodeString exponential(en.getSymbol(DecimalFormatSymbols::kExponentialSymbol)); in testSymbols() local
/external/cronet/stable/third_party/icu/source/test/intltest/
Dtsdcfmsy.cpp119 UnicodeString exponential(en.getSymbol(DecimalFormatSymbols::kExponentialSymbol)); in testSymbols() local
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp119 UnicodeString exponential(en.getSymbol(DecimalFormatSymbols::kExponentialSymbol)); in testSymbols() local
/external/pytorch/torch/signal/windows/
Dwindows.py125 def exponential( function
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormatSymbols.java1806 private char exponential; // Field new in JDK 1.1.6 field in DecimalFormatSymbols
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DDecimalFormatSymbols.java1889 private char exponential; // Field new in JDK 1.1.6 field in DecimalFormatSymbols
/external/pytorch/torch/_refs/
D__init__.py5999 def exponential(self, rate=1, generator=None): function