/external/crcalc/src/com/hp/creals/ |
D | CR.java | 247 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 …]
|
D | UnaryCRFunction.java | 342 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/ |
D | GenerateScriptMetadata.txt | 18 # 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/ |
D | activations.py | 312 def gelu(x, approximate=False): argument 347 return nn.gelu(x, approximate)
|
D | activations_test.py | 183 def gelu(x, approximate=False): argument 184 if approximate:
|
/external/llvm-project/clang/tools/clang-format/ |
D | clang-format.el | 152 (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-format | 8 # Formatting settings to approximate the Linux kernel coding style.
|
/external/skqp/docs/ |
D | SkPicture_Reference.bmh | 356 #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/ |
D | chlo_legalize_to_hlo_patterns.td | 64 // 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/ |
D | api_def_BoostedTreesQuantileStreamResourceFlush.pbtxt | 13 int; approximate number of buckets unless using generate_quantiles.
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | Transliterator.java.patch | 89 - * 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/ |
D | Apple-stage1.cmake | 2 # used on any Darwin system to approximate Apple Clang builds.
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
D | clang-include-fixer.el | 354 .Range.Offset 'approximate) 356 (+ .Range.Offset .Range.Length) 'approximate))))
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 53 *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/ |
D | tensorflow.keras.activations.pbtxt | 17 argspec: "args=[\'x\', \'approximate\'], varargs=None, keywords=None, defaults=[\'False\'], "
|
/external/llvm-project/polly/test/ScopInfo/NonAffine/ |
D | modulo_domain.ll | 5 ; resolved this test should work again. Until then we approximate the
|
/external/mesa3d/docs/ |
D | application-issues.rst | 32 variable to the approximate release year of the game. This will cause
|
/external/autotest/server/site_tests/cheets_CTS_Instant/ |
D | control.9.0_dev.arm.waivers | 30 # approximate by --module and --exclude of a few expensive classes
|
D | control.x86.waivers | 30 # approximate by --module and --exclude of a few expensive classes
|
D | control.arm.waivers | 30 # approximate by --module and --exclude of a few expensive classes
|
D | control.9.0_dev.x86.waivers | 30 # approximate by --module and --exclude of a few expensive classes
|
D | control.x86.waivers-collect-tests-only | 31 # approximate by --module and --exclude of a few expensive classes
|
D | control.arm.waivers-collect-tests-only | 31 # approximate by --module and --exclude of a few expensive classes
|
/external/llvm-project/clang/cmake/caches/ |
D | Apple-stage1.cmake | 2 # used on any Darwin system to approximate Apple Clang builds.
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 50 *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
|