Home
last modified time | relevance | path

Searched +full:sign +full:- +full:compare (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
DGENERATED_AbseilCopts.cmake16 "-Wno-c99-extensions"
17 "-Wno-deprecated-declarations"
18 "-Wno-missing-noreturn"
19 "-Wno-missing-prototypes"
20 "-Wno-missing-variable-declarations"
21 "-Wno-null-conversion"
22 "-Wno-shadow"
23 "-Wno-shift-sign-overflow"
24 "-Wno-sign-compare"
25 "-Wno-unused-function"
[all …]
DGENERATED_copts.bzl17 "-Wno-c99-extensions",
18 "-Wno-deprecated-declarations",
19 "-Wno-missing-noreturn",
20 "-Wno-missing-prototypes",
21 "-Wno-missing-variable-declarations",
22 "-Wno-null-conversion",
23 "-Wno-shadow",
24 "-Wno-shift-sign-overflow",
25 "-Wno-sign-compare",
26 "-Wno-unused-function",
[all …]
Dcopts.py20 "-Wno-c99-extensions",
21 "-Wno-deprecated-declarations",
22 "-Wno-missing-noreturn",
23 "-Wno-missing-prototypes",
24 "-Wno-missing-variable-declarations",
25 "-Wno-null-conversion",
26 "-Wno-shadow",
27 "-Wno-shift-sign-overflow",
28 "-Wno-sign-compare",
29 "-Wno-unused-function",
[all …]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationCurrencyTest.java5 * Copyright (C) 2002-2014, International Business Machines Corporation and
34 { 0x00A4 }, /*00A4; L; [14 36, 03, 03] # [082B.0020.0002] # CURRENCY SIGN*/ in TestCurrency()
35 { 0x00A2 }, /*00A2; L; [14 38, 03, 03] # [082C.0020.0002] # CENT SIGN*/ in TestCurrency()
36 { 0xFFE0 }, /*FFE0; L; [14 38, 03, 05] # [082C.0020.0003] # FULLWIDTH CENT SIGN*/ in TestCurrency()
37 { 0x0024 }, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/ in TestCurrency()
38 { 0xFF04 }, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/ in TestCurrency()
39 { 0xFE69 }, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/ in TestCurrency()
40 { 0x00A3 }, /*00A3; L; [14 3C, 03, 03] # [082E.0020.0002] # POUND SIGN*/ in TestCurrency()
41 { 0xFFE1 }, /*FFE1; L; [14 3C, 03, 05] # [082E.0020.0003] # FULLWIDTH POUND SIGN*/ in TestCurrency()
42 { 0x00A5 }, /*00A5; L; [14 3E, 03, 03] # [082F.0020.0002] # YEN SIGN*/ in TestCurrency()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationCurrencyTest.java6 * Copyright (C) 2002-2014, International Business Machines Corporation and
37 { 0x00A4 }, /*00A4; L; [14 36, 03, 03] # [082B.0020.0002] # CURRENCY SIGN*/ in TestCurrency()
38 { 0x00A2 }, /*00A2; L; [14 38, 03, 03] # [082C.0020.0002] # CENT SIGN*/ in TestCurrency()
39 { 0xFFE0 }, /*FFE0; L; [14 38, 03, 05] # [082C.0020.0003] # FULLWIDTH CENT SIGN*/ in TestCurrency()
40 { 0x0024 }, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/ in TestCurrency()
41 { 0xFF04 }, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/ in TestCurrency()
42 { 0xFE69 }, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/ in TestCurrency()
43 { 0x00A3 }, /*00A3; L; [14 3C, 03, 03] # [082E.0020.0002] # POUND SIGN*/ in TestCurrency()
44 { 0xFFE1 }, /*FFE1; L; [14 3C, 03, 05] # [082E.0020.0003] # FULLWIDTH POUND SIGN*/ in TestCurrency()
45 { 0x00A5 }, /*00A5; L; [14 3E, 03, 03] # [082F.0020.0002] # YEN SIGN*/ in TestCurrency()
[all …]
/third_party/protobuf/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
69 cflags_cc = [ "-Wno-sign-compare" ]
71 "-Wno-sign-compare",
72 "-D HAVE_PTHREAD",
128 "-Wno-sign-compare",
129 "-Wno-deprecated-declarations",
132 "-Wno-deprecated-declarations",
133 "-Wno-sign-compare",
134 "-D HAVE_PTHREAD",
137 …otobuf/io/zero_copy_stream_impl.cc:60:9: error: 'lseek' macro redefined [-Werror,-Wmacro-redefined]
[all …]
/third_party/python/Modules/_decimal/
Ddocstrings.h2 * Copyright (c) 2001-2012 Python Software Foundation. All Rights Reserved.
23 "getcontext($module, /)\n--\n\n\
28 "setcontext($module, context, /)\n--\n\n\
33 "localcontext($module, /, ctx=None)\n--\n\n\
35 on entry to the with-statement and restore the previous default context when\n\
36 exiting the with-statement. If no context is specified, a copy of the current\n\
42 "IEEEContext($module, bits, /)\n--\n\n\
56 "Decimal(value=\"0\", context=None)\n--\n\n\
64 "adjusted($self, /)\n--\n\n\
65 Return the adjusted exponent of the number. Defined as exp + digits - 1.\n\
[all …]
/third_party/gstreamer/gstreamer/
DBUILD.gn1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
18 ":gst-inspect",
19 ":gst-launch",
39 "-Wall",
40 "-Werror",
41 "-DBUILDING_GST",
42 "-DG_LOG_DOMAIN=\"Gstreamer\"",
43 "-DGST_DISABLE_DEPRECATED",
44 "-DHAVE_CONFIG_H",
[all …]
/third_party/libffi/
DBUILD.gn16 "-DTARGET=ARM",
17 "-Wno-sign-compare",
18 "-Wno-implicit-function-declaration",
19 "-Wno-extern-initializer",
47 "-DTARGET=X86_64",
48 "-Wno-sign-compare",
49 "-Wno-implicit-function-declaration",
50 "-Wno-extern-initializer",
78 "-DTARGET=AARCH64",
79 "-Wno-sign-compare",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCmpInstAnalysis.h1 //===-- CmpInstAnalysis.h - Utils to help fold compare insts ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file holds routines to help analyse compare instructions
10 // and fold them into constants or other compare instructions
12 //===----------------------------------------------------------------------===//
26 /// (A < B) | (A > B) --> (A != B)
29 /// same sign. It is illegal to do: (A u< B) | (A s> B)
50 /// The sign is passed in to determine which kind of predicate to use in the
52 /// Non-NULL return value will be a true or false constant.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/cmd/benchdiff/
Dmain.go7 // https://www.apache.org/licenses/LICENSE-2.0
34 …minDiff = flag.Duration("min-diff", time.Microsecond*10, "Filter away time diffs less than this…
35 …minRelDiff = flag.Float64("min-rel-diff", 0.01, "Filter away absolute relative diffs between [1, 1…
39 flag.ErrHelp = errors.New("benchdiff is a tool to compare two benchmark results")
42 fmt.Fprintln(os.Stderr, "benchdiff <benchmark-a> <benchmark-b>")
56 os.Exit(-1)
79 compare(benchA, benchB, fileName(pathA), fileName(pathB))
89 func compare(benchA, benchB bench.Benchmark, nameA, nameB string) { func
115 diff := times.b - times.a
118 absDiff = -absDiff
[all …]
/third_party/jerryscript/jerry-libm/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
16 set(JERRY_LIBM_NAME jerry-libm)
21 set(COMPILE_FLAGS_LIBM "${COMPILE_FLAGS_LIBM} -Wno-error=sign-compare")
22 set(COMPILE_FLAGS_LIBM "${COMPILE_FLAGS_LIBM} -Wno-error=sign-conversion")
23 set(COMPILE_FLAGS_LIBM "${COMPILE_FLAGS_LIBM} -Wno-sign-conversion")
24 set(COMPILE_FLAGS_LIBM "${COMPILE_FLAGS_LIBM} -Wno-sign-compare")
25 set(COMPILE_FLAGS_LIBM "${COMPILE_FLAGS_LIBM} -Wno-strict-aliasing")
35 # * jerryscript-libm.c
39 set(ALL_IN_FILE "${CMAKE_BINARY_DIR}/src/jerryscript-libm.c")
44 --jerry-libm
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dcurrcoll.cpp5 * Copyright (c) 1997-2016, International Business Machines Corporation and
49 { 0x00A4, 0x0000}, /*00A4; L; [14 36, 03, 03] # [082B.0020.0002] # CURRENCY SIGN*/ in currencyTest()
50 { 0x00A2, 0x0000}, /*00A2; L; [14 38, 03, 03] # [082C.0020.0002] # CENT SIGN*/ in currencyTest()
51 { 0xFFE0, 0x0000}, /*FFE0; L; [14 38, 03, 05] # [082C.0020.0003] # FULLWIDTH CENT SIGN*/ in currencyTest()
52 { 0x0024, 0x0000}, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/ in currencyTest()
53 { 0xFF04, 0x0000}, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/ in currencyTest()
54 { 0xFE69, 0x0000}, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/ in currencyTest()
55 { 0x00A3, 0x0000}, /*00A3; L; [14 3C, 03, 03] # [082E.0020.0002] # POUND SIGN*/ in currencyTest()
56 { 0xFFE1, 0x0000}, /*FFE1; L; [14 3C, 03, 05] # [082E.0020.0003] # FULLWIDTH POUND SIGN*/ in currencyTest()
57 { 0x00A5, 0x0000}, /*00A5; L; [14 3E, 03, 03] # [082F.0020.0002] # YEN SIGN*/ in currencyTest()
[all …]
Dthcoll.cpp5 * Copyright (C) 1999-2016, International Business Machines
39 #define MAX_FAILURES_TO_SHOW -1
45 //coll->setStrength(Collator::TERTIARY); in CollationThaiTest()
60 dataerrln(__FILE__ " cannot test - failed to create collator."); in runIndexedTest()
95 // Loop through each word in the dictionary and compare it to the previous in TestNamesList()
111 Collator::EComparisonResult result = coll->compare(lastWord, word); in TestNamesList()
142 // Loop through each word in the dictionary and compare it to the previous in TestDictionary()
158 int32_t result = coll->compare(lastWord, word); in TestDictionary()
165 UnicodeString("--------------------------------------------\n") in TestDictionary()
167 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary()
[all …]
/third_party/libabigail/
DCONTRIBUTING23 Please supply patches using git format-patch and git send-email. If
24 you don't know how to use git, send-email, fine. Just use your
30 Please read the file COMMIT-LOG-GUIDELINES in the source tree to learn
38 Make sure you sign your patch. To learn about signing, please read
39 the "Sign your work" chapter below.
50 launch them under GDB and debug them right away. No-bullshit style.
59 make -jN -lN check
66 make distcheck-fast
72 Here, "make distcheck-fast" is a variant of the standard "make distcheck".
73 It compresses with "--fast" instead of default "--best", and is
[all …]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt3 # Copyright (c) 2012-2015 International Business Machines
6 # This file should be in UTF-8 with a signature byte sequence ("BOM").
15 # A collator can be set with "@ root" or "@ locale language-tag",
16 # for example "@ locale de-u-co-phonebk".
17 # An old-style locale ID can also be used, for example "@ locale de@collation=phonebook".
24 # "* compare" tests the order (= or <) of the following strings.
28 # Test sections ("* compare") are terminated by
38 &\uA00A\uA00B=\uA002 # two long-primary CEs
41 * compare
64 # Create some interesting mappings, and map some normalization-inert characters
[all …]
/third_party/icu/icu4c/source/test/testdata/
Dcollationtest.txt3 # Copyright (c) 2012-2015 International Business Machines
6 # This file should be in UTF-8 with a signature byte sequence ("BOM").
15 # A collator can be set with "@ root" or "@ locale language-tag",
16 # for example "@ locale de-u-co-phonebk".
17 # An old-style locale ID can also be used, for example "@ locale de@collation=phonebook".
24 # "* compare" tests the order (= or <) of the following strings.
28 # Test sections ("* compare") are terminated by
38 &\uA00A\uA00B=\uA002 # two long-primary CEs
41 * compare
64 # Create some interesting mappings, and map some normalization-inert characters
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Dcollationtest.txt3 # Copyright (c) 2012-2015 International Business Machines
6 # This file should be in UTF-8 with a signature byte sequence ("BOM").
15 # A collator can be set with "@ root" or "@ locale language-tag",
16 # for example "@ locale de-u-co-phonebk".
17 # An old-style locale ID can also be used, for example "@ locale de@collation=phonebook".
24 # "* compare" tests the order (= or <) of the following strings.
28 # Test sections ("* compare") are terminated by
38 &\uA00A\uA00B=\uA002 # two long-primary CEs
41 * compare
64 # Create some interesting mappings, and map some normalization-inert characters
[all …]
/third_party/gstreamer/gstplugins_bad/
DBUILD.gn1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
31 "./gst-libs",
36 "//third_party/gstreamer/gstplugins_base/gst-libs",
43 "-Wall",
44 "-Werror",
45 "-DGST_DISABLE_DEPRECATED",
46 "-DHAVE_CONFIG_H",
47 "-DCOLORSPACE=\"videoconvert\"",
48 "-fno-strict-aliasing",
[all …]
/third_party/libsnd/tests/
Dalaw_test.c2 ** Copyright (C) 1999-2012 Erik de Castro Lopo <erikd@mega-nerd.com>
16 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
73 /* Now open that file and compare the alaw encoded sample values in main()
118 /* Now open that file and compare the alaw decoded sample values in main()
154 ** The following routines came from the sox-12.15 (Sound eXcahcnge) distribution.
163 ** A-law routines by Graeme W. Gill.
194 int sign, exponent, mantissa ; in alaw_encode() local
197 /* Get the sample into sign-magnitude. */ in alaw_encode()
198 sign = ((~sample) >> 8) & 0x80 ; /* set aside the sign */ in alaw_encode()
199 if (sign == 0) in alaw_encode()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp1 //===- CmpInstAnalysis.cpp - Utils to help fold compares ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file holds routines to help analyse compare instructions
10 // and fold them into constants or other compare instructions
12 //===----------------------------------------------------------------------===//
22 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode()
23 : ICI->getPredicate(); in getICmpCode()
25 // False -> 0 in getICmpCode()
36 // True -> 7 in getICmpCode()
[all …]
/third_party/python/Doc/library/
Ddecimal.rst1 :mod:`decimal` --- Decimal fixed point and floating point arithmetic
31 --------------
33 The :mod:`decimal` module provides support for fast correctly-rounded
37 * Decimal "is based on a floating-point model which was designed with people
38 in mind, and necessarily has a paramount guiding principle -- computers must
40 people learn at school." -- excerpt from the decimal arithmetic specification.
48 + 0.1 + 0.1 - 0.3`` is exactly equal to zero. In binary floating point, the result
49 is :const:`5.5511151231257827e-017`. While near to zero, the differences
74 standards. While the built-in float type exposes only a modest portion of its
81 unrounded decimal arithmetic (sometimes called fixed-point arithmetic)
[all …]
/third_party/skia/include/private/
DSkFloatBits.h4 * Use of this source code is governed by a BSD-style license that can be
16 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement
17 int. This also converts -0 (0x80000000) to 0. Doing this to a float allows
23 x = -x; in SkSignBitTo2sCompliment()
28 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float).
32 int sign = x >> 31; in Sk2sComplimentToSignBit() local
34 x = (x ^ sign) - sign; in Sk2sComplimentToSignBit()
35 // set the sign bit as needed in Sk2sComplimentToSignBit()
36 x |= SkLeftShift(sign, 31); in Sk2sComplimentToSignBit()
71 /** Return the float as a 2s compliment int. Just to be used to compare floats
[all …]
/third_party/glfw/
DBUILD.gn1 # Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved.
11 cflags = [ "-Wno-sign-compare" ]
91 "-Wno-deprecated-declarations",
92 "-Wno-objc-multiple-method-names",
93 "-DNS_FORMAT_ARGUMENT(A)=",
119 "-Wno-sign-compare",
120 "-Wno-missing-field-initializers",
/third_party/ffmpeg/libavutil/
Dsoftfloat_ieee754.h18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
30 int32_t sign; member
35 static const SoftFloat_IEEE754 FLOAT_0 = {0, 0, -126};
38 /** Normalize the softfloat as defined by IEEE 754 single-recision floating
54 int sign = 0; in av_int2sf_ieee754() local
57 sign = 1; in av_int2sf_ieee754()
58 n *= -1; in av_int2sf_ieee754()
60 return av_normalize_sf_ieee754((SoftFloat_IEEE754) {sign, n << MANT_BITS, 0 + e}); in av_int2sf_ieee754()
74 else return a.mant >>(-a.exp); in av_sf2int_ieee754()
81 int32_t mant, exp, sign; in av_div_sf_ieee754() local
[all …]

12345678910>>...42