Searched defs:Negate (Results 1 - 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
H A DPTXBaseInfo.h36 Negate = 1, enumerator in enum:llvm::PTXPredicate::__anon22895
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h68 unsigned int Negate:1; member in struct:rc_pair_instruction_arg
H A Dradeon_program.h54 unsigned int Negate:4; member in struct:rc_src_register
/external/webrtc/webrtc/base/
H A Dbind_unittest.cc67 int Negate(int a) { return -a; } function in namespace:rtc::__anon30554
156 EXPECT_EQ(3, Bind(&Negate, -3)());
/external/libbrillo/brillo/dbus/
H A Ddbus_object_unittest.cc33 const char kTestMethod_Negate[] = "Negate";
48 int Negate(int x) { return -x; } function in struct:brillo::dbus_utils::__anon10725::Calc
122 kTestMethod_Negate, base::Unretained(&calc_), &Calc::Negate);
168 TEST_F(DBusObjectTest, Negate) {
/external/skia/src/core/
H A DSkPointPriv.h67 static void Negate(SkIPoint& pt) { function in class:SkPointPriv
/external/skqp/src/core/
H A DSkPointPriv.h67 static void Negate(SkIPoint& pt) { function in class:SkPointPriv
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c116 struct match_info Negate; member in struct:src_tokens
152 tokens.Negate.String = src_str + matches[1].rm_so;
153 tokens.Negate.Length = match_length(matches, 1);
163 /* Negate */
164 if (tokens.Negate.Length > 0) {
165 src_reg->Negate = RC_MASK_XYZW;
205 src_reg->Negate |= (1 << i);
242 src_reg->Negate, src_reg->Abs);
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp250 T Negate(const T& value) { function in namespace:PR10053::unary
261 Negate(ns::Data()); // expected-note {{requested here}}
/external/libchrome/crypto/
H A Dp224.cc727 void Negate(const Point& in, Point* out) { function in namespace:crypto::p224
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h257 unsigned Negate : 1; /* BOOL */ member in struct:i915_src_register
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h408 void Negate() { function in class:v8::internal::compiler::final
424 if (negate) Negate();
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h57 unsigned Negate : 1; /* BOOL */ member in struct:ureg_src
1105 reg.Negate ^= 1;
1114 reg.Negate = 0;
1358 src.Negate = 0;
1393 src.Negate = 0;
1453 src.Negate = 0;
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h202 GLuint Negate:4; member in struct:prog_src_register
/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp375 bool Negate = Imm.Mods.Neg; // Only negate can get here local
378 if (Negate) {
383 Val = Negate ? -Val : Val;
1032 bool Negate = false, Abs = false, Abs2 = false; local
1036 Negate = true;
1064 if (Negate) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2153 bool HasVSX, bool &Swap, bool &Negate) {
2155 Negate = false;
2170 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break;
2171 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break;
2172 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break;
2173 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break;
2214 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break;
2215 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break;
2216 case ISD::SETLE: CC = ISD::SETGT; Negate = true; break;
2217 case ISD::SETULE: CC = ISD::SETUGT; Negate
2152 getVCmpInst(MVT VecVT, ISD::CondCode CC, bool HasVSX, bool &Swap, bool &Negate) argument
2362 bool Swap, Negate; local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1982 class Negate : public FloatFunc1 class in namespace:vkt::shaderexecutor::Functions
3791 return app<Negate>(arg0);
3966 return app<VectorizedFunc<Negate, Size> >(arg0);
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2024 class Negate : public FloatFunc1 class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3876 return app<Negate>(arg0);
4051 return app<VectorizedFunc<Negate, Size> >(arg0);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h722 unsigned Negate : 1; /* BOOL */ member in struct:tgsi_instruction_predicate
735 * If Negate is TRUE, all components of the fetched register are negated.
753 unsigned Negate : 1; /* BOOL */ member in struct:tgsi_src_register
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1391 AArch64CC::CondCode &OutCC, bool Negate, SDValue CCOp,
1400 if (Negate)
1475 SDValue CmpR = emitConjunctionDisjunctionTreeRec(DAG, RHS, RHSCC, Negate,
1477 if (NegateOpsAndResult && !Negate)
1484 // (or absorb the Negate parameter).
1485 if (NegateOpsAndResult && !Negate)
1390 emitConjunctionDisjunctionTreeRec(SelectionDAG &DAG, SDValue Val, AArch64CC::CondCode &OutCC, bool Negate, SDValue CCOp, AArch64CC::CondCode Predicate) argument
/external/v8/src/regexp/
H A Djsregexp.cc5155 CharacterRange::Negate(ranges, negated, zone);
6096 void CharacterRange::Negate(ZoneList<CharacterRange>* ranges, function in class:v8::internal::CharacterRange
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...

Completed in 786 milliseconds