Home
last modified time | relevance | path

Searched refs:numerics (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/
DlibGLESv2.gni54 "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/
DREADME.angle2 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/
DSpoofChecker.java1237 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/
DSpoofChecker.java1177 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/
Dcil_xen_statements.md35 <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]<…
Dcil_network_labeling_statements.md207 <p>The entries must consist of numerics <code>[0-9]</code>.</p></td>
/third_party/node/deps/icu-small/source/i18n/
Duspoof.cpp574 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/
Duspoof.cpp574 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/
Duspoof.cpp570 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/
DREADME.md5 The [test-parse-unittests](https://github.com/ahrvoje/numerics/blob/master/strtod/strtod_tests.toml…
/third_party/FreeBSD/
DMAINTAINERS66 libm freebsd-numerics Send email with patches to freebsd-numerics@
/third_party/openGLES/extensions/NV/
DNV_blend_minmax_factor.txt232 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/
DNV_blend_minmax_factor.txt232 allowed to blend with better numerics than half-precision.
234 implement these blend modes using half-precision numerics.
/third_party/python/Lib/unittest/
Dmock.py1944 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/
Dbjdata.md7 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/
Dstrtod_tests.toml32 # [1] https://github.com/ahrvoje/numerics/blob/master/strtod/StringToDouble.wl
/third_party/python/Lib/test/decimaltestdata/
DdqNextToward.decTest31 -- Sanity check with a scattering of numerics
DddNextToward.decTest30 -- Sanity check with a scattering of numerics
Dnexttoward.decTest28 -- Sanity check with a scattering of numerics
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java633 assertEquals("", expected, checkResult.numerics); in TestMixedNumbers()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java636 assertEquals("", expected, checkResult.numerics); in TestMixedNumbers()
/third_party/python/Doc/library/
Dxmlrpc.client.rst155 implementation for numerics: ``i1``, ``i2``, ``i8``, ``biginteger``,
/third_party/python/Misc/NEWS.d/
D3.6.0b1.rst511 XML-RPC implementation for numerics and None.
/third_party/openGLES/extensions/EXT/
DEXT_texture_shared_exponent.txt604 discussion sheds insight into the numerics of the shared exponent
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_shared_exponent.txt604 discussion sheds insight into the numerics of the shared exponent

12