Home
last modified time | relevance | path

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

1234567891011

/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 |…
112 Negative integer | number_integer | 0x20..0x37
113 Negative integer | number_integer | 0x38
114 Negative integer | number_integer | 0x39
115 Negative integer | number_integer | 0x3A
116 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/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"
DambientEnumElementInitializer2.types5 e = -3 // Negative
DambientEnumElementInitializer2.symbols5 e = -3 // Negative
/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/boost/libs/math/doc/distributions/
Dnegative_binomial_example.qbk1 [section:neg_binom_eg Negative Binomial Distribution Examples]
5 …nf Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribu…
85 [section:neg_binom_size_eg Estimating Sample Sizes for the Negative Binomial.]
165 [section:negative_binomial_example1 Negative Binomial Sales Quota Example.]
177 [section:negative_binomial_example2 Negative Binomial Table Printing Example.]
182 [endsect] [/section:negative_binomial_example1 Negative Binomial example 2.]
184 [endsect] [/section:neg_binom_eg Negative Binomial Distribution Examples]
/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/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/googletest/googletest/samples/
Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
116 TEST(IsPrimeTest, Negative) { in TEST() argument
/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
Dfunctional.draw_indirect.txt33 + Negative tests
67 Negative cases test try to issue a bad indirect draw command expecting an
/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/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/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DShadeModelTest.cpp44 TEST_P(ShadeModelTest, Negative) in TEST_P() argument
DMatrixModeTest.cpp41 TEST_P(MatrixModeTest, Negative) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixModeTest.cpp41 TEST_P(MatrixModeTest, Negative) in TEST_P() argument

1234567891011