/third_party/skia/third_party/externals/angle2/src/ |
D | libGLESv2.gni | 54 "src/common/third_party/base/anglebase/numerics/checked_math.h", 55 "src/common/third_party/base/anglebase/numerics/checked_math_impl.h", 56 "src/common/third_party/base/anglebase/numerics/clamped_math.h", 57 "src/common/third_party/base/anglebase/numerics/clamped_math_impl.h", 58 "src/common/third_party/base/anglebase/numerics/math_constants.h", 59 "src/common/third_party/base/anglebase/numerics/ranges.h", 60 "src/common/third_party/base/anglebase/numerics/safe_conversions.h", 61 "src/common/third_party/base/anglebase/numerics/safe_conversions_arm_impl.h", 62 "src/common/third_party/base/anglebase/numerics/safe_conversions_impl.h", 63 "src/common/third_party/base/anglebase/numerics/safe_math.h", [all …]
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/ |
D | README.angle | 2 Short Name: base::numerics, base::MRUCachem, base::SHA1 13 base::numerics is a library for doing some simple safe math and conversions.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1237 public UnicodeSet numerics; 1295 sb.append(", numerics: ").append(numerics.toPattern(false)); 1319 checkResult.numerics = null; 1334 UnicodeSet numerics = new UnicodeSet(); local 1335 getNumerics(text, numerics); 1336 if (numerics.size() > 1) { 1340 checkResult.numerics = numerics;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SpoofChecker.java | 1177 public UnicodeSet numerics; 1229 sb.append(", numerics: ").append(numerics.toPattern(false)); 1252 checkResult.numerics = null; 1267 UnicodeSet numerics = new UnicodeSet(); local 1268 getNumerics(text, numerics); 1269 if (numerics.size() > 1) { 1273 checkResult.numerics = numerics;
|
/third_party/selinux/secilc/docs/ |
D | cil_xen_statements.md | 35 <p>The entries must consist of numerics <code>[0-9]</code>.</p></td> 79 <p>The entries must consist of numerics <code>[0-9]</code>.</p></td> 121 <td align="left"><p>The device number.The entries must consist of numerics <code>[0-9]</code>.</p><… 163 <td align="left"><p>The interrupt request number. The entries must consist of numerics <code>[0-9]<…
|
D | cil_network_labeling_statements.md | 207 <p>The entries must consist of numerics <code>[0-9]</code>.</p></td>
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof.cpp | 574 UnicodeSet numerics; in checkImpl() local 575 This->getNumerics(id, numerics, *status); in checkImpl() 576 if (numerics.size() > 1) { in checkImpl() 579 checkResult->fNumerics = numerics; // UnicodeSet::operator= in checkImpl()
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 574 UnicodeSet numerics; in checkImpl() local 575 This->getNumerics(id, numerics, *status); in checkImpl() 576 if (numerics.size() > 1) { in checkImpl() 579 checkResult->fNumerics = numerics; // UnicodeSet::operator= in checkImpl()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof.cpp | 570 UnicodeSet numerics; in checkImpl() local 571 This->getNumerics(id, numerics, *status); in checkImpl() 572 if (numerics.size() > 1) { in checkImpl() 575 checkResult->fNumerics = numerics; // UnicodeSet::operator= in checkImpl()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/ |
D | README.md | 5 The [test-parse-unittests](https://github.com/ahrvoje/numerics/blob/master/strtod/strtod_tests.toml…
|
/third_party/FreeBSD/ |
D | MAINTAINERS | 66 libm freebsd-numerics Send email with patches to freebsd-numerics@
|
/third_party/openGLES/extensions/NV/ |
D | NV_blend_minmax_factor.txt | 232 allowed to blend with better numerics than half-precision. 234 implement these blend modes using half-precision numerics.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_blend_minmax_factor.txt | 232 allowed to blend with better numerics than half-precision. 234 implement these blend modes using half-precision numerics.
|
/third_party/python/Lib/unittest/ |
D | mock.py | 1944 numerics = ( variable 1947 inplace = ' '.join('i%s' % n for n in numerics.split()) 1948 right = ' '.join('r%s' % n for n in numerics.split()) 1973 ' '.join([magic_methods, numerics, inplace, right]).split()
|
/third_party/json/docs/mkdocs/docs/features/binary_formats/ |
D | bjdata.md | 7 furthermore, it uses little-endian (LE) to store all numerics instead of big-endian (BE) as in UBJS…
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
D | strtod_tests.toml | 32 # [1] https://github.com/ahrvoje/numerics/blob/master/strtod/StringToDouble.wl
|
/third_party/python/Lib/test/decimaltestdata/ |
D | dqNextToward.decTest | 31 -- Sanity check with a scattering of numerics
|
D | ddNextToward.decTest | 30 -- Sanity check with a scattering of numerics
|
D | nexttoward.decTest | 28 -- Sanity check with a scattering of numerics
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 633 assertEquals("", expected, checkResult.numerics); in TestMixedNumbers()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 636 assertEquals("", expected, checkResult.numerics); in TestMixedNumbers()
|
/third_party/python/Doc/library/ |
D | xmlrpc.client.rst | 155 implementation for numerics: ``i1``, ``i2``, ``i8``, ``biginteger``,
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b1.rst | 511 XML-RPC implementation for numerics and None.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_shared_exponent.txt | 604 discussion sheds insight into the numerics of the shared exponent
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_shared_exponent.txt | 604 discussion sheds insight into the numerics of the shared exponent
|