Home
last modified time | relevance | path

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

12345678910>>...14

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h194 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/
DAPFloat.h218 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/
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 …]
/external/libkmsxx/kms++/src/
Dvideomode.cpp38 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/
DAPFloat.h452 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/
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
/external/v8/tools/testrunner/outproc/
Dmozilla.py25 class NegOutProc(base.Negative, OutProc):
28 class NegPassOutProc(base.Negative, PassOutProc):
/external/llvm/test/Transforms/LICM/
Dargmemonly-call.ll19 ; 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/
Dargmemonly-call.ll19 ; Negative test: show argmemonly is required
44 ; Negative test: %might clobber gep
59 ; Negative test: %loc might alias %loc2
/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
/external/googletest/googletest/samples/
Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
116 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/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/swiftshader/third_party/llvm-7.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()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp237 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/
Dfcmp-special.ll22 ; Negative infinity
90 ; Negative NaN.
140 ; Negative zero.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dalignbit-pat.ll40 ; 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/
Dfcmp-special.ll19 ; Negative infinity
79 ; Negative NaN.
123 ; Negative zero.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Roll.pbtxt8 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
Dapi_def_ReduceJoin.pbtxt14 `[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/
Dalltypes.proto15 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
25 required HugeEnum enum_max = 10 [default = Negative];

12345678910>>...14