/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APFloat.h | 194 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) { 195 return APFloat(Sem, fcZero, Negative); 197 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) { 198 return APFloat(Sem, fcInfinity, Negative); 206 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false, 210 return getQNaN(Sem, Negative, &fill); 212 return getQNaN(Sem, Negative, 0); 218 bool Negative = false, 220 return makeNaN(Sem, false, Negative, payload); 225 bool Negative = false, [all …]
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 218 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) { 220 Val.makeZero(Negative); 227 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) { 229 Val.makeInf(Negative); 238 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false, 242 return getQNaN(Sem, Negative, &fill); 244 return getQNaN(Sem, Negative, nullptr); 249 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false, 251 return makeNaN(Sem, false, Negative, payload); 255 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false, [all …]
|
/external/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 …]
|
/external/libkmsxx/kms++/src/ |
D | videomode.cpp | 38 return SyncPolarity::Negative; in hsync() 47 return SyncPolarity::Negative; in vsync() 67 case SyncPolarity::Negative: in set_hsync() 83 case SyncPolarity::Negative: in set_vsync()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 452 void makeSmallestNormalized(bool Negative = false); 855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) { 857 Val.makeZero(Negative); 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) { 866 Val.makeInf(Negative); 875 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false, 879 return getQNaN(Sem, Negative, &fill); 881 return getQNaN(Sem, Negative, nullptr); 886 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false, 889 Val.makeNaN(false, Negative, payload); [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
|
/external/v8/tools/testrunner/outproc/ |
D | mozilla.py | 25 class NegOutProc(base.Negative, OutProc): 28 class NegPassOutProc(base.Negative, PassOutProc):
|
/external/llvm/test/Transforms/LICM/ |
D | argmemonly-call.ll | 19 ; Negative test: show argmemonly is required 44 ; Negative test: %might clobber gep 59 ; Negative test: %loc might alias %loc2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/ |
D | argmemonly-call.ll | 19 ; Negative test: show argmemonly is required 44 ; Negative test: %might clobber gep 59 ; Negative test: %loc might alias %loc2
|
/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
|
/external/googletest/googletest/samples/ |
D | sample1_unittest.cc | 76 TEST(FactorialTest, Negative) { in TEST() argument 116 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/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/swiftshader/third_party/llvm-7.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()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 237 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local 241 if (Negative) { in adjustCmp() 250 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp() 251 (!Negative && Correction == -1))) { in adjustCmp()
|
/external/llvm/test/Transforms/InstCombine/ |
D | fcmp-special.ll | 22 ; Negative infinity 90 ; Negative NaN. 140 ; Negative zero.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | alignbit-pat.ll | 40 ; Negative test, wrong constant 56 ; Negative test, wrong constant 85 ; Negative test, shift amount more than 31
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | fcmp-special.ll | 19 ; Negative infinity 79 ; Negative NaN. 123 ; Negative zero.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Roll.pbtxt | 8 specified by `axis[i]`. Negative shifts will roll the elements in the opposite 32 `shift` along the dimension of `axis`. Negative `shift` values will shift
|
D | api_def_ReduceJoin.pbtxt | 14 `[n-1, n-2, ..., 0]`. Negative indices from `-n` to `-1` are supported. 40 strings with the given separator (default: empty string). Negative indices are
|
/external/nanopb-c/tests/without_64bit/ |
D | alltypes.proto | 15 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator 25 required HugeEnum enum_max = 10 [default = Negative];
|