/third_party/rust/crates/cxx/syntax/ |
D | discriminant.rs | 25 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/docs/mkdocs/docs/features/binary_formats/ |
D | cbor.md | 22 | number_integer | -9223372036854775808..-2147483649 | Negative integer (8 bytes follow) … 23 | number_integer | -2147483648..-32769 | Negative integer (4 bytes follow) … 24 | number_integer | -32768..-129 | Negative integer (2 bytes follow) … 25 | number_integer | -128..-25 | Negative integer (1 byte follow) … 26 | number_integer | -24..-1 | Negative integer … 116 | Negative integer | number_integer | 0x20..0x37 | 117 | Negative integer | number_integer | 0x38 | 118 | Negative integer | number_integer | 0x39 | 119 | Negative integer | number_integer | 0x3A | 120 | Negative integer | number_integer | 0x3B |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 479 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/ |
D | APFloat.h | 468 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/typescript/tests/baselines/reference/ |
D | interfaceDeclaration4.types | 30 // Negative Case 55 // Negative case 63 // Negative case
|
D | interfaceDeclaration4.errors.txt | 30 // Negative Case 54 // Negative case 63 // Negative case
|
D | interfaceDeclaration4.symbols | 36 // Negative Case 70 // Negative case 83 // Negative case
|
D | propertiesAndIndexersForNumericNames.types | 34 public "-Infinity": string = "Negative-a-gillion"; // Error 36 >"Negative-a-gillion" : "Negative-a-gillion"
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | bitfield-enum-basic.hpp | 7 Negative = -3, enumerator 14 Negative = -3, enumerator
|
D | bitfield-enum-repr-transparent.hpp | 7 Negative = -3, enumerator
|
D | bitfield-enum-repr-c.hpp | 7 Negative = -3, enumerator
|
D | newtype-global-enum.hpp | 7 Negative = -3, enumerator
|
D | newtype-enum.hpp | 7 Negative = -3, enumerator
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum.misc.data | 25 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) 82 Test mpi_write_string #10 (Negative hex with odd number of digits) 184 Base test mbedtls_mpi_cmp_int (Negative values) #1 187 Base test mbedtls_mpi_cmp_int (Negative values) #2 190 Base test mbedtls_mpi_cmp_int (Negative values) #3 202 Base test mbedtls_mpi_cmp_mpi (Negative values) #1 [all …]
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.shaders.arrays.txt | 30 + 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,
|
D | functional.shaders.switch.txt | 31 + 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
|
D | functional.ubo.txt | 43 - 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
|
D | functional.shaders.linkage.txt | 26 - Negative and allowed cases 48 Negative tests try to compile the given shader and expect compilation
|
D | functional.frag_output.txt | 30 + Negative tests for fragment shader output declarations 33 + Negative API tests
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
D | mozilla.py | 25 class NegOutProc(base.Negative, OutProc): 28 class NegPassOutProc(base.Negative, PassOutProc):
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.shaders.implicit_conversions.txt | 32 + 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
|
/third_party/googletest/googletest/samples/ |
D | sample1_unittest.cc | 76 TEST(FactorialTest, Negative) { in TEST() argument 113 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.negative_api.txt | 19 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 248 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/ |
D | bitfield-enum-basic.rs | 18 pub const Negative: Foo = Foo(-3); constant 59 pub const Negative: Buz = Buz(-3); constant
|