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

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
itoatest.cpp 33 static uint32_t Negate(uint32_t x) { return x; };
40 static int32_t Negate(int32_t x) { return -x; };
47 static uint64_t Negate(uint64_t x) { return x; };
54 static int64_t Negate(int64_t x) { return -x; };
83 VerifyValue<T>(Traits<T>::Negate(i), f, g);
84 VerifyValue<T>(Traits<T>::Negate(i + 1), f, g);
  /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/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 68 unsigned int Negate:1;
radeon_program.h 54 unsigned int Negate:4;
  /external/webrtc/webrtc/base/
bind_unittest.cc 67 int Negate(int a) { return -a; }
156 EXPECT_EQ(3, Bind(&Negate, -3)());
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 154 class Negate(pipeline.Pipeline):
159 raise TypeError('negate expected at least 1 argument, got 0')
  /external/libbrillo/brillo/dbus/
dbus_object_unittest.cc 33 const char kTestMethod_Negate[] = "Negate";
48 int Negate(int x) { return -x; }
122 kTestMethod_Negate, base::Unretained(&calc_), &Calc::Negate);
168 TEST_F(DBusObjectTest, Negate) {
  /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/libchrome/crypto/
p224.cc 727 void Negate(const Point& in, Point* out) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 56 unsigned Negate : 1; /* BOOL */
    [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 332 void Negate() {
343 bool negate = condition_ == kEqual; local
345 if (negate) Negate();
  /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/clang/test/SemaTemplate/
dependent-names.cpp 250 T Negate(const T& value) {
261 Negate(ns::Data()); // expected-note {{requested here}}
  /external/libweave/third_party/chromium/crypto/
p224.cc 756 void Negate(const Point& in, Point* out) {
  /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/mesa3d/src/mesa/program/
prog_instruction.h 273 GLuint Negate:4;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /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/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]

Completed in 926 milliseconds