Searched refs:significance (Results 1 – 25 of 67) sorted by relevance
123
/third_party/astc-encoder/Docs/ |
D | Terminology.md | 69 The original encoder used "weight" for multiple purposes - texel significance 70 (weight the error), color channel significance (weight the error), and endpoint 75 being updated to use the using the term "significance".
|
/third_party/astc-encoder/Source/ |
D | astcenc_ideal_endpoints_and_weights.cpp | 638 vfloat significance = loada(eai.weight_error_scale + i); in compute_error_of_weight_set_1plane() local 639 vfloat error = diff * diff * significance; in compute_error_of_weight_set_1plane() 654 vfloat significance = loada(eai.weight_error_scale + i); in compute_error_of_weight_set_1plane() local 655 vfloat error = diff * diff * significance; in compute_error_of_weight_set_1plane() 670 vfloat significance = loada(eai.weight_error_scale + i); in compute_error_of_weight_set_1plane() local 671 vfloat error = diff * diff * significance; in compute_error_of_weight_set_1plane()
|
/third_party/libdrm/ |
D | CONTRIBUTING.rst | 33 S-o-b's by them (and/or whomever gave the patch to you.) The significance of
|
/third_party/python/Doc/library/ |
D | curses.ascii.rst | 92 Note that many of these have little practical significance in modern usage. The
|
D | decimal.rst | 55 + 1.20`` is :const:`2.50`. The trailing zero is kept to indicate significance. 89 exponent. To preserve significance, the coefficient digits do not truncate 182 The significance of a new Decimal is determined solely by the number of digits 1686 of nearly offsetting quantities resulting in loss of significance. Knuth 1710 expanding the precision sufficiently to avoid loss of significance: 2069 original's two-place significance. 2071 If an application does not care about tracking significance, it is easy to 2072 remove the exponent and trailing zeroes, losing significance, but keeping the
|
D | math.rst | 574 from one would cause a `loss of significance
|
D | random.rst | 488 to determine the statistical significance or `p-value
|
/third_party/python/Doc/tutorial/ |
D | stdlib2.rst | 380 inferring four place significance from multiplicands with two place 381 significance. Decimal reproduces mathematics as done by hand and avoids
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-dist-tag.md | 73 Other than `latest`, no tag has any special significance to npm itself.
|
/third_party/benchmark/docs/ |
D | tools.md | 197 If the calculated p-value is below this value is lower than the significance
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 135 // Extract significance.
|
/third_party/mesa3d/docs/relnotes/ |
D | 4.1 | 180 significance to the "0" part:
|
/third_party/rust/crates/cxx/book/src/build/ |
D | cargo.md | 240 The significance of exported headers is that if downstream code (crate ****)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 275 EnableAddrsig("addrsig", cl::desc("Emit an address-significance table"),
|
/third_party/libinput/doc/user/ |
D | contributing.rst | 278 significance of this is that it certifies that you created the patch, that
|
/third_party/node/deps/minimatch/src/ |
D | README.md | 418 and bash 4.1, where `**` only has special significance if it is the only
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_fence.txt | 179 entire GPU pipeline). The significance of this idling should
|
/third_party/openGLES/extensions/NV/ |
D | NV_fence.txt | 179 entire GPU pipeline). The significance of this idling should
|
/third_party/icu/docs/userguide/collation/ |
D | string-search.md | 40 accented letters have much more significance as they can actually change the
|
/third_party/openssl/doc/man5/ |
D | config.pod | 24 between the elements of a line, have no significance. A comment starts
|
/third_party/python/Doc/whatsnew/ |
D | 3.1.rst | 190 The significance is easily seen with a number like ``1.1`` which does not
|
/third_party/node/doc/contributing/ |
D | writing-and-running-benchmarks.md | 324 will show significance, when it shouldn't. A possible solution is to instead
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_debug_output.txt | 189 significance across all categories. The severity level of a message is
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_non_power_of_two.txt | 392 significance of borders is described below. The border width affect
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_non_power_of_two.txt | 382 significance of borders is described below. The border width affect
|
123