/external/regex-re2/re2/testing/ |
H A D | charclass_test.cc | 118 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 D | radeon_program_pair.h | 68 unsigned int Negate:1; member in struct:rc_pair_instruction_arg
|
H A D | radeon_program.h | 54 unsigned int Negate:4; member in struct:rc_src_register
|
/external/webrtc/webrtc/base/ |
H A D | bind_unittest.cc | 67 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 D | common.py | 154 class Negate(pipeline.Pipeline): class in inherits:pipeline.Pipeline
|
/external/libbrillo/brillo/dbus/ |
H A D | dbus_object_unittest.cc | 33 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 D | rc_test_helpers.c | 70 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 D | dependent-names.cpp | 250 T Negate(const T& value) { function in namespace:PR10053::unary 261 Negate(ns::Data()); // expected-note {{requested here}}
|
/external/libchrome/crypto/ |
H A D | p224.cc | 727 void Negate(const Point& in, Point* out) { function in namespace:crypto::p224
|
/external/libweave/third_party/chromium/crypto/ |
H A D | p224.cc | 756 void Negate(const Point& in, Point* out) { function in namespace:crypto::p224
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.h | 56 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 D | i915_fpc.h | 257 unsigned Negate : 1; /* BOOL */ member in struct:i915_src_register
|
/external/regex-re2/re2/ |
H A D | regexp.cc | 826 void CharClassBuilder::Negate() { function in class:re2::CharClassBuilder 882 CharClass* CharClass::Negate() { function in class:re2::CharClass
|
/external/v8/src/compiler/ |
H A D | instruction-selector-impl.h | 347 void Negate() { function in class:v8::internal::compiler::final 360 if (negate) Negate();
|
/external/mesa3d/src/mesa/program/ |
H A D | prog_instruction.h | 273 GLuint Negate:4; member in struct:prog_src_register
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2156 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 D | p_shader_tokens.h | 546 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 D | vktShaderBuiltinPrecisionTests.cpp | 1973 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 D | glsBuiltinPrecisionTests.cpp | 1994 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 D | jsregexp.cc | 5167 CharacterRange::Negate(ranges, negated, zone); 6108 void CharacterRange::Negate(ZoneList<CharacterRange>* ranges, function in class:v8::internal::CharacterRange
|