Home
last modified time | relevance | path

Searched refs:Negative (Results 1 – 25 of 275) sorted by relevance

1234567891011

/third_party/rust/crates/cxx/syntax/
Ddiscriminant.rs25 Negative, enumerator
69 Sign::Negative => { in insert_next()
121 Sign::Positive => Sign::Negative, in expr_to_discriminant()
122 Sign::Negative => Sign::Positive, in expr_to_discriminant()
170 Sign::Negative in neg()
186 Sign::Negative => { in checked_succ()
191 sign: Sign::Negative, in checked_succ()
209 if self.sign == Sign::Negative { in fmt()
218 if self.sign == Sign::Negative { in to_tokens()
231 Sign::Negative in from_str()
[all …]
/third_party/json/doc/mkdocs/docs/features/binary_formats/
Dcbor.md20 number_integer | -9223372036854775808..-2147483649 | Negative integer (8 bytes follow) |…
21 number_integer | -2147483648..-32769 | Negative integer (4 bytes follow) |…
22 number_integer | -32768..-129 | Negative integer (2 bytes follow) |…
23 number_integer | -128..-25 | Negative integer (1 byte follow) |…
24 number_integer | -24..-1 | Negative integer |…
114 Negative integer | number_integer | 0x20..0x37
115 Negative integer | number_integer | 0x38
116 Negative integer | number_integer | 0x39
117 Negative integer | number_integer | 0x3A
118 Negative integer | number_integer | 0x3B
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h479 void makeSmallestNormalized(bool Negative = false);
841 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
843 Val.makeZero(Negative);
850 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
852 Val.makeInf(Negative);
861 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false,
865 return getQNaN(Sem, Negative, &fill);
867 return getQNaN(Sem, Negative, nullptr);
872 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,
875 Val.makeNaN(false, Negative, payload);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h468 void makeSmallestNormalized(bool Negative = false);
875 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
877 Val.makeZero(Negative);
884 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
886 Val.makeInf(Negative);
895 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false,
899 return getQNaN(Sem, Negative, &intPayload);
901 return getQNaN(Sem, Negative, nullptr);
906 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,
909 Val.makeNaN(false, Negative, payload);
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_mpi.data25 Base test mpi_read_write_string #3 (Negative decimal)
28 Base test mpi_read_write_string #3 (Negative decimal, leading 0)
31 Base test mpi_read_write_string #3 (Negative hex -> decimal)
34 Base test mpi_read_write_string #3 (Negative hex)
37 Base test mpi_read_write_string #3 (Negative hex, leading 0)
76 Test mpi_write_string #10 (Negative hex with odd number of digits)
169 Base test mbedtls_mpi_cmp_int (Negative values) #1
172 Base test mbedtls_mpi_cmp_int (Negative values) #2
175 Base test mbedtls_mpi_cmp_int (Negative values) #3
187 Base test mbedtls_mpi_cmp_mpi (Negative values) #1
[all …]
/third_party/typescript/tests/baselines/reference/
DinterfaceDeclaration4.types30 // Negative Case
55 // Negative case
63 // Negative case
DinterfaceDeclaration4.errors.txt30 // Negative Case
54 // Negative case
63 // Negative case
DinterfaceDeclaration4.symbols36 // Negative Case
70 // Negative case
83 // Negative case
DpropertiesAndIndexersForNumericNames.types34 public "-Infinity": string = "Negative-a-gillion"; // Error
36 >"Negative-a-gillion" : "Negative-a-gillion"
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.arrays.txt30 + Negative tests for illegal multi-dimensional arrays
31 + Negative tests for illegal C-style constructors
40 Negative tests verify that multidimensional arrays cannot be defined,
Dfunctional.shaders.switch.txt31 + Negative syntax tests for switch statements
33 + Negative semantic tests for switch statements
46 Negative tests try to compile the given shader and expect compilation
Dfunctional.ubo.txt43 - Negative tests for syntax and semantic errors in declarations
44 - Negative tests for uniform block linking
51 + Negative tests for uniform buffer API
77 Negative tests for compiler and linker use a pair of hand-written shaders. Compile
Dfunctional.shaders.linkage.txt26 - Negative and allowed cases
48 Negative tests try to compile the given shader and expect compilation
Dfunctional.frag_output.txt30 + Negative tests for fragment shader output declarations
33 + Negative API tests
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dbitfield-enum-basic.hpp7 Negative = -3, enumerator
14 Negative = -3, enumerator
Dnewtype-enum.hpp7 Negative = -3, enumerator
Dbitfield-enum-repr-transparent.hpp7 Negative = -3, enumerator
Dnewtype-global-enum.hpp7 Negative = -3, enumerator
Dbitfield-enum-repr-c.hpp7 Negative = -3, enumerator
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.shaders.implicit_conversions.txt32 + Negative tests for invalid assignments
33 + Negative tests for implict array / struct conversions
47 Negative cases attempt to compile a shader with the invalid operation and
Dfunctional.shaders.arrays_of_arrays.txt44 + Negative cases
62 Negative cases attempt to compile a shader with the invalid operation and
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.negative_api.txt19 Negative API tests
25 + Negative tests for all API functions capable of producing errors
39 Negative API test set goes through all GL commands that are capable of
/third_party/googletest/googletest/samples/
Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
116 TEST(IsPrimeTest, Negative) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp248 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
252 if (Negative) { in adjustCmp()
261 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
262 (!Negative && Correction == -1))) { in adjustCmp()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield-enum-basic.rs18 pub const Negative: Foo = Foo(-3); constant
59 pub const Negative: Buz = Buz(-3); constant

1234567891011