HomeSort by relevance Sort by last modified time
    Searched defs:Negate (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/re2/re2/testing/
charclass_test.cc 118 CharClass* Negate(CharClass *cc) {
119 return cc->Negate();
126 CharClassBuilder* Negate(CharClassBuilder* cc) {
128 ncc->Negate();
170 CharClass* ncc = Negate(cc);
  /external/regex-re2/re2/testing/
charclass_test.cc 118 CharClass* Negate(CharClass *cc) {
119 return cc->Negate();
126 CharClassBuilder* Negate(CharClassBuilder* cc) {
128 ncc->Negate();
170 CharClass* ncc = Negate(cc);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 68 unsigned int Negate:1;
radeon_program.h 54 unsigned int Negate:4;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 68 unsigned int Negate:1;
radeon_program.h 54 unsigned int Negate:4;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 70 struct match_info Negate;
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);
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
194 src_reg->Negate, src_reg->Abs);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 70 struct match_info Negate;
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);
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
194 src_reg->Negate, src_reg->Abs);
  /external/chromium_org/crypto/
p224.cc 723 void Negate(const Point& in, Point* out) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 56 unsigned Negate : 1; /* BOOL */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 56 unsigned Negate : 1; /* BOOL */
    [all...]
  /external/stlport/src/
num_get_float.cpp 649 unsigned Negate, decimal_point;
658 Negate = 0;
662 Negate = 1;
736 if (Negate) {
764 bool Negate = false;
768 Negate = true;
840 return Negate ? -x : x;
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 649 unsigned Negate, decimal_point;
658 Negate = 0;
662 Negate = 1;
736 if (Negate) {
764 bool Negate = false;
768 Negate = true;
840 return Negate ? -x : x;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 163 /* These are special, and don't have swizzle/negate bits.
257 unsigned Negate : 1; /* BOOL */
  /external/chromium_org/third_party/re2/re2/
regexp.cc 826 void CharClassBuilder::Negate() {
882 CharClass* CharClass::Negate() {
  /external/clang/test/SemaTemplate/
dependent-names.cpp 250 T Negate(const T& value) {
261 Negate(ns::Data()); // expected-note {{requested here}}
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 163 /* These are special, and don't have swizzle/negate bits.
257 unsigned Negate : 1; /* BOOL */
  /external/regex-re2/re2/
regexp.cc 826 void CharClassBuilder::Negate() {
882 CharClass* CharClass::Negate() {
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.h 273 GLuint Negate:4;
  /external/mesa3d/src/mesa/program/
prog_instruction.h 273 GLuint Negate:4;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 546 unsigned Negate : 1; /* BOOL */
559 * If Negate is TRUE, all components of the fetched register are negated.
577 unsigned Negate : 1; /* BOOL */
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 546 unsigned Negate : 1; /* BOOL */
559 * If Negate is TRUE, all components of the fetched register are negated.
577 unsigned Negate : 1; /* BOOL */
  /external/chromium_org/v8/src/
jsregexp.cc     [all...]
  /external/v8/src/
jsregexp.cc     [all...]

Completed in 658 milliseconds