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

/external/regex-re2/re2/testing/
H A Dcharclass_test.cc118 CharClass* Negate(CharClass *cc) { function in namespace:re2
119 return cc->Negate();
126 CharClassBuilder* Negate(CharClassBuilder* cc) { function in namespace:re2
128 ncc->Negate();
170 CharClass* ncc = Negate(cc);
/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::__anon21231
156 EXPECT_EQ(3, Bind(&Negate, -3)());
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dcommon.py154 class Negate(pipeline.Pipeline): class in inherits:pipeline.Pipeline
/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::__anon9082::Calc
122 kTestMethod_Negate, base::Unretained(&calc_), &Calc::Negate);
168 TEST_F(DBusObjectTest, Negate) {
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c70 struct match_info Negate; member in struct:src_tokens
106 tokens.Negate.String = src_str + matches[1].rm_so;
107 tokens.Negate.Length = match_length(matches, 1);
117 /* Negate */
118 if (tokens.Negate.Length > 0) {
119 src_reg->Negate = RC_MASK_XYZW;
158 src_reg->Negate |= (1 << i);
194 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/libweave/third_party/chromium/crypto/
H A Dp224.cc756 void Negate(const Point& in, Point* out) { function in namespace:crypto::p224
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h56 unsigned Negate : 1; /* BOOL */ member in struct:ureg_src
853 reg.Negate ^= 1;
862 reg.Negate = 0;
1018 src.Negate = 0;
1045 src.Negate = 0;
1096 src.Negate = 0;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h257 unsigned Negate : 1; /* BOOL */ member in struct:i915_src_register
/external/regex-re2/re2/
H A Dregexp.cc826 void CharClassBuilder::Negate() { function in class:re2::CharClassBuilder
882 CharClass* CharClass::Negate() { function in class:re2::CharClass
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h347 void Negate() { function in class:v8::internal::compiler::final
360 if (negate) Negate();
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h273 GLuint Negate:4; member in struct:prog_src_register
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2156 bool HasVSX, bool &Swap, bool &Negate) {
2158 Negate = false;
2173 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break;
2174 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break;
2175 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break;
2176 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break;
2217 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break;
2218 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break;
2219 case ISD::SETLE: CC = ISD::SETGT; Negate = true; break;
2220 case ISD::SETULE: CC = ISD::SETUGT; Negate
2155 getVCmpInst(MVT VecVT, ISD::CondCode CC, bool HasVSX, bool &Swap, bool &Negate) argument
2359 bool Swap, Negate; local
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h546 unsigned Negate : 1; /* BOOL */ member in struct:tgsi_instruction_predicate
559 * If Negate is TRUE, all components of the fetched register are negated.
577 unsigned Negate : 1; /* BOOL */ member in struct:tgsi_src_register
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1973 class Negate : public FloatFunc1 class in namespace:vkt::shaderexecutor::Functions
3760 return app<Negate>(arg0);
3935 return app<VectorizedFunc<Negate, Size> >(arg0);
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1994 class Negate : public FloatFunc1 class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3811 return app<Negate>(arg0);
3986 return app<VectorizedFunc<Negate, Size> >(arg0);
/external/v8/src/regexp/
H A Djsregexp.cc5167 CharacterRange::Negate(ranges, negated, zone);
6108 void CharacterRange::Negate(ZoneList<CharacterRange>* ranges, function in class:v8::internal::CharacterRange

Completed in 2080 milliseconds