Home
last modified time | relevance | path

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

1234

/external/crcalc/src/com/hp/creals/
DCR.java244 protected abstract BigInteger approximate(int precision); in approximate() method in CR
368 BigInteger result = approximate(precision); in get_appr()
1030 BigInteger result = approximate(eval_prec); in get_appr()
1046 protected BigInteger approximate(int p) { in approximate() method in int_CR
1059 protected BigInteger approximate(int p) { in approximate() method in assumed_int_CR
1076 protected BigInteger approximate(int p) { in approximate() method in add_CR
1092 protected BigInteger approximate(int p) { in approximate() method in shifted_CR
1103 protected BigInteger approximate(int p) { in approximate() method in neg_CR
1123 protected BigInteger approximate(int p) { in approximate() method in select_CR
1153 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/skia/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());
DSkFont_Reference.bmh49 #Line # approximate font styles ##
55 Use Font_Skew_X to approximate an italic font style when the italic font face
/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/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/python/cpython3/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
176 *o2*, or *NULL* on failure. The return value is "approximate" because binary
177 floating point numbers are approximate; it is not possible to represent all real
/external/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
/external/autotest/client/site_tests/graphics_GLBench/
Dcontrol.bvt9 On bvt this test is not run as a benchmark. (One can find approximate
/external/cldr/common/properties/
DscriptMetadata.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/mesa3d/docs/specs/OLD/
DMESA_sprite_point.spec61 to approximate a circular point. This could be problematic to
/external/skqp/site/user/api/
DSkPicture_Reference.md438 Returns the approximate number of operations in <a href='SkPicture_Reference#SkPicture'>SkPicture</…
445 approximate operation count
463 Returns the approximate byte <a href='undocumented#Size'>size</a> of <a href='SkPicture_Reference#S…
468 approximate <a href='undocumented#Size'>size</a>
/external/skia/site/user/api/
DSkPicture_Reference.md438 Returns the approximate number of operations in <a href='SkPicture_Reference#SkPicture'>SkPicture</…
445 approximate operation count
463 Returns the approximate byte <a href='undocumented#Size'>size</a> of <a href='SkPicture_Reference#S…
468 approximate <a href='undocumented#Size'>size</a>
/external/glide/library/src/main/java/com/bumptech/glide/
DBitmapRequestBuilder.java72 public BitmapRequestBuilder<ModelType, TranscodeType> approximate() { in approximate() method in BitmapRequestBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dsqrt-approx.ll63 ; reciprocal(rsqrt.approx.f64(x)). There's no non-ftz approximate reciprocal,
/external/bcc/tools/
Dtcpsubnet_example.txt91 to approximate subnets nor need to put individual IP addresses like
/external/python/cpython3/Doc/tutorial/
Dfloatingpoint.rst33 1/3. You can approximate that as a base 10 fraction::
81 nearest approximate binary fraction. For example, the numbers ``0.1`` and
/external/python/cpython3/Doc/library/
Dqueue.rst109 Return the approximate size of the queue. Note, qsize() > 0 doesn't
225 Return the approximate size of the queue. Note, qsize() > 0 doesn't
/external/iproute2/
DREADME.distribution24 distribution has the same approximate "shape" as X, simply by letting
/external/iproute2/netem/
DREADME.distribution26 distribution has the same approximate "shape" as X, simply by letting
/external/lmfit/man/
Dlmcurve.pod43 … := I<y>[i] - I<f>(I<t>[i];I<par>). Typically, B<lmcurve()> is used to approximate a data set I<t>…
/external/gemmlowp/doc/
Dquantization.md9 matrices are only useful insofar as they somehow approximate matrices of real
252 So what we have to implement here is the (approximate) scaling of a int32 value

1234