Home
last modified time | relevance | path

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

12345678

/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/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/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
Dpreheader-safe.ll24 ; Negative test
58 ; Negative test - can't move out of throwing block
/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
/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/v8/testing/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/googletest/googletest/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/protobuf/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/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/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dfcmp-special.ll19 ; Negative infinity
79 ; Negative NaN.
123 ; Negative zero.
/external/llvm/test/Transforms/InstCombine/
Dfcmp-special.ll22 ; Negative infinity
90 ; Negative NaN.
140 ; 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/alltypes/
Dalltypes.proto12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
26 required HugeEnum enum_max = 10 [default = Negative];
/external/llvm/lib/Support/
DAPFloat.cpp623 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() argument
626 sign = Negative; in makeNaN()
670 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() argument
673 value.makeNaN(SNaN, Negative, fill); in makeNaN()
3401 void APFloat::makeLargest(bool Negative) { in makeLargest() argument
3407 sign = Negative; in makeLargest()
3426 void APFloat::makeSmallest(bool Negative) { in makeSmallest() argument
3432 sign = Negative; in makeSmallest()
3438 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() argument
3444 Val.makeLargest(Negative); in getLargest()
[all …]

12345678