Home
last modified time | relevance | path

Searched refs:approximate (Results 1 – 25 of 142) sorted by relevance

123456

/external/crcalc/src/com/hp/creals/
DCR.java247 protected abstract BigInteger approximate(int precision); in approximate() method in CR
371 BigInteger result = approximate(precision); in get_appr()
1036 BigInteger result = approximate(eval_prec); in get_appr()
1052 protected BigInteger approximate(int p) { in approximate() method in int_CR
1065 protected BigInteger approximate(int p) { in approximate() method in assumed_int_CR
1082 protected BigInteger approximate(int p) { in approximate() method in add_CR
1098 protected BigInteger approximate(int p) { in approximate() method in shifted_CR
1109 protected BigInteger approximate(int p) { in approximate() method in neg_CR
1129 protected BigInteger approximate(int p) { in approximate() method in select_CR
1159 protected BigInteger approximate(int p) { in approximate() method in mult_CR
[all …]
DUnaryCRFunction.java342 protected BigInteger approximate(int p) { in approximate() method in inverseMonotone_UnaryCRFunction.inverseIncreasingCR
633 protected BigInteger approximate(int p) { in approximate() method in monotoneDerivative_UnaryCRFunction.monotoneDerivativeCR
660 return approximate(p); in approximate()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateScriptMetadata.txt18 # The approximate rank of this script from a large sample of the web,
26 # The approximate area where the script originated, expressed as a BCP47 region code.
28 # The approximate information density of characters in this script, based on comparison of bilingu…
/external/tensorflow/tensorflow/python/keras/
Dactivations.py312 def gelu(x, approximate=False): argument
347 return nn.gelu(x, approximate)
Dactivations_test.py183 def gelu(x, approximate=False): argument
184 if approximate:
/external/llvm-project/clang/tools/clang-format/
Dclang-format.el152 (let ((file-start (clang-format--bufferpos-to-filepos start 'approximate
154 (file-end (clang-format--bufferpos-to-filepos end 'approximate
/external/fsverity-utils/
D.clang-format8 # Formatting settings to approximate the Linux kernel coding style.
/external/skqp/docs/
DSkPicture_Reference.bmh356 #Line # returns approximate operation count ##
368 std::string opCount = "approximate op count: " + std::to_string(picture->approximateOpCount());
380 #Line # returns approximate size ##
392 …std::string opCount = "approximate bytes used: " + std::to_string(picture->approximateBytesUsed());
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo_patterns.td64 // If x^2 will overflow, we approximate sqrt(x^2 - 1) == x and compute as
133 // If x^2 will overflow and x is positive, we can approximate x + sqrt(x^2 + 1)
147 // If x is negative, the above would give us some trouble; we can't approximate
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesQuantileStreamResourceFlush.pbtxt13 int; approximate number of buckets unless using generate_quantiles.
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DTransliterator.java.patch89 - * return result is approximate in any case and is intended for
91 + * returns an empty set. The return result is approximate in any case
/external/clang/cmake/caches/
DApple-stage1.cmake2 # used on any Darwin system to approximate Apple Clang builds.
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
Dclang-include-fixer.el354 .Range.Offset 'approximate)
356 (+ .Range.Offset .Range.Length) 'approximate))))
/external/python/cpython3/Doc/c-api/
Dnumber.rst53 *o2*, or ``NULL`` on failure. The return value is "approximate" because binary
54 floating point numbers are approximate; it is not possible to represent all real
179 *o2*, or ``NULL`` on failure. The return value is "approximate" because binary
180 floating point numbers are approximate; it is not possible to represent all real
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.activations.pbtxt17 argspec: "args=[\'x\', \'approximate\'], varargs=None, keywords=None, defaults=[\'False\'], "
/external/llvm-project/polly/test/ScopInfo/NonAffine/
Dmodulo_domain.ll5 ; resolved this test should work again. Until then we approximate the
/external/mesa3d/docs/
Dapplication-issues.rst32 variable to the approximate release year of the game. This will cause
/external/autotest/server/site_tests/cheets_CTS_Instant/
Dcontrol.9.0_dev.arm.waivers30 # approximate by --module and --exclude of a few expensive classes
Dcontrol.x86.waivers30 # approximate by --module and --exclude of a few expensive classes
Dcontrol.arm.waivers30 # approximate by --module and --exclude of a few expensive classes
Dcontrol.9.0_dev.x86.waivers30 # approximate by --module and --exclude of a few expensive classes
Dcontrol.x86.waivers-collect-tests-only31 # approximate by --module and --exclude of a few expensive classes
Dcontrol.arm.waivers-collect-tests-only31 # approximate by --module and --exclude of a few expensive classes
/external/llvm-project/clang/cmake/caches/
DApple-stage1.cmake2 # used on any Darwin system to approximate Apple Clang builds.
/external/python/cpython2/Doc/c-api/
Dnumber.rst50 *o2*, or *NULL* on failure. The return value is "approximate" because binary
51 floating point numbers are approximate; it is not possible to represent all real
178 *o2*, or *NULL* on failure. The return value is "approximate" because binary
179 floating point numbers are approximate; it is not possible to represent all real

123456