Home
last modified time | relevance | path

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

12345

/external/llvm/include/llvm/ADT/
DAPFloat.h216 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
218 Val.makeZero(Negative);
225 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
227 Val.makeInf(Negative);
236 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false,
240 return getQNaN(Sem, Negative, &fill);
242 return getQNaN(Sem, Negative, nullptr);
247 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,
249 return makeNaN(Sem, false, Negative, payload);
253 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
[all …]
/external/deqp/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
Dfunctional.transform_feedback.txt38 + Negative testing for transform feedback APIs
/external/llvm/test/Transforms/LICM/
Dargmemonly-call.ll18 ; Negative test: show argmemonly is required
43 ; Negative test: %might clobber gep
58 ; Negative test: %loc might alias %loc2
Dpreheader-safe.ll20 ; Negative test
54 ; Negative test - can't move out of throwing block
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/protobuf/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/google-breakpad/src/testing/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/deqp/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
Dfunctional.uniform_location.txt32 + Negative tests
71 Negative cases are not generated and share no logic with the other cases,
/external/deqp/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
/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp230 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
234 if (Negative) { in adjustCmp()
243 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
244 (!Negative && Correction == -1))) { in adjustCmp()
/external/llvm/test/Transforms/InstCombine/
Dfcmp-special.ll19 ; Negative infinity
79 ; Negative NaN.
123 ; Negative zero.
/external/nanopb-c/tests/alltypes/
Dalltypes.proto12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
26 required HugeEnum enum_max = 10 [default = Negative];
/external/libweave/third_party/chromium/base/strings/
Dstring_number_conversions.cc140 } else if (!Negative::Invoke(begin + 1, end, output)) { in Invoke()
215 class Negative : public Base<Negative> { class in base::__anonabc555550111::IteratorRangeToNumber
/external/llvm/lib/Support/
DAPFloat.cpp620 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() argument
623 sign = Negative; in makeNaN()
667 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() argument
670 value.makeNaN(SNaN, Negative, fill); in makeNaN()
3398 void APFloat::makeLargest(bool Negative) { in makeLargest() argument
3404 sign = Negative; in makeLargest()
3423 void APFloat::makeSmallest(bool Negative) { in makeSmallest() argument
3429 sign = Negative; in makeSmallest()
3435 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() argument
3441 Val.makeLargest(Negative); in getLargest()
[all …]
/external/libchrome/base/strings/
Dstring_number_conversions.cc148 } else if (!Negative::Invoke(begin + 1, end, output)) { in Invoke()
223 class Negative : public Base<Negative> { class in base::__anonbc38e10f0111::IteratorRangeToNumber
/external/llvm/test/Transforms/ScalarRepl/
Dnegative-memset.ll16 call void @llvm.memset.p0i8.i32(i8* %arraydecay, i8 -1, i32 -8, i32 1, i1 false) ; Negative 8!
/external/llvm/test/Transforms/Inline/
Dnonnull.ll38 ; Negative test - arg is not known to be non null

12345