/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 216 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/ |
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
|
D | functional.transform_feedback.txt | 38 + Negative testing for transform feedback APIs
|
/external/llvm/test/Transforms/LICM/ |
D | argmemonly-call.ll | 18 ; Negative test: show argmemonly is required 43 ; Negative test: %might clobber gep 58 ; Negative test: %loc might alias %loc2
|
D | preheader-safe.ll | 20 ; Negative test 54 ; Negative test - can't move out of throwing block
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
D | sample1_unittest.cc | 79 TEST(FactorialTest, Negative) { in TEST() argument 119 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/external/protobuf/gtest/samples/ |
D | sample1_unittest.cc | 79 TEST(FactorialTest, Negative) { in TEST() argument 119 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample1_unittest.cc | 79 TEST(FactorialTest, Negative) { in TEST() argument 119 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/external/deqp/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
|
D | functional.shaders.arrays_of_arrays.txt | 44 + Negative cases 62 Negative cases attempt to compile a shader with the invalid operation and
|
D | functional.draw_indirect.txt | 33 + Negative tests 67 Negative cases test try to issue a bad indirect draw command expecting an
|
D | functional.uniform_location.txt | 32 + Negative tests 71 Negative cases are not generated and share no logic with the other cases,
|
/external/deqp/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
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 230 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/ |
D | fcmp-special.ll | 19 ; Negative infinity 79 ; Negative NaN. 123 ; Negative zero.
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.proto | 12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator 26 required HugeEnum enum_max = 10 [default = Negative];
|
/external/libweave/third_party/chromium/base/strings/ |
D | string_number_conversions.cc | 140 } 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/ |
D | APFloat.cpp | 620 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/ |
D | string_number_conversions.cc | 148 } 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/ |
D | negative-memset.ll | 16 call void @llvm.memset.p0i8.i32(i8* %arraydecay, i8 -1, i32 -8, i32 1, i1 false) ; Negative 8!
|
/external/llvm/test/Transforms/Inline/ |
D | nonnull.ll | 38 ; Negative test - arg is not known to be non null
|