HomeSort by relevance Sort by last modified time
    Searched refs:Negate (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
PTXBaseInfo.h 36 Negate = 1,
  /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/libchrome/crypto/
p224.h 57 // Negate calculates out = -a;
58 void CRYPTO_EXPORT Negate(const Point& a, Point* out);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 104 * Check whether the given instruction supports the swizzle and negate
117 if (reg.Abs || reg.Negate)
137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
171 /* check if the negate bit of current component
173 if (matchmask && (!!(src.Negate & matchmask) != !!(src.Negate & (1 << comp))))
radeon_optimize.c 56 combine.Negate = outer.Negate;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
168 inst->U.I.SrcReg[0].Negate) {
214 *pnegate = GET_BIT(src.Negate, chan);
217 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) {
230 unsigned int negate= 0 local
271 unsigned int negate = 0; local
304 unsigned int negate = 0; local
    [all...]
radeon_dataflow_swizzles.c 77 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate;
79 mov->U.I.SrcReg[0].Negate = 0;
81 mov->U.I.SrcReg[0].Negate = RC_MASK_XYZW;
88 inst->U.I.SrcReg[src].Negate = RC_MASK_NONE;
392 if (reg->Negate & (1 << chan)) {
399 if (reg->Negate & (1 << chan)) {
407 reg->Swizzle, reg->Negate, chan);
418 reg->Negate = 0;
radeon_pair_translate.c 47 inst->SrcReg[1].Negate = RC_MASK_NONE;
245 pair->RGB.Arg[i].Negate = !!(srcmask & inst->SrcReg[i].Negate & (RC_MASK_X | RC_MASK_Y | RC_MASK_Z));
273 pair->Alpha.Arg[i].Negate =
274 !!(inst->SrcReg[i].Negate &
277 pair->Alpha.Arg[i].Negate =
278 !!(inst->SrcReg[i].Negate & RC_MASK_W);
r500_fragprog.c 178 inst_if->U.I.SrcReg[0].Negate = 0;
197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
203 reg.Negate &= ~(1 << i);
210 if (reg.Negate)
217 if (reg.Swizzle == RC_SWIZZLE_XYZW && !reg.Abs && !reg.Negate)
231 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
254 negatebase[GET_BIT(src.Negate, i)] |= 1 << i;
radeon_inline_literals.c 53 unsigned negate = !!(float_bits & 0x80000000); local
80 if (negate)
162 src_reg->Negate = src_reg->Negate ^ negate_mask;
radeon_program.h 54 unsigned int Negate:4;
radeon_program_pair.h 68 unsigned int Negate:1;
radeon_program_print.c 186 static void rc_print_swizzle(FILE * f, unsigned int swizzle, unsigned int negate)
191 if (GET_BIT(negate, comp))
235 int trivial_negate = (src.Negate == RC_MASK_NONE || src.Negate == RC_MASK_XYZW);
237 if (src.Negate == RC_MASK_XYZW)
252 rc_print_swizzle(f, src.Swizzle, trivial_negate ? 0 : src.Negate);
406 const char* neg = inst->RGB.Arg[arg].Negate ? "-" : "";
441 const char* neg = inst->Alpha.Arg[arg].Negate ? "-" : "";
radeon_program_alu.c 152 newreg.Negate = RC_MASK_NONE;
156 static struct rc_src_register negate(struct rc_src_register reg) function
159 newreg.Negate = newreg.Negate ^ RC_MASK_XYZW;
234 src.Negate = RC_MASK_NONE;
253 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, negate(inst->U.I.SrcReg[0]));
280 src0.Negate &= ~(RC_MASK_Z | RC_MASK_W);
283 src1.Negate &= ~(RC_MASK_Z | RC_MASK_W);
294 src0.Negate &= ~RC_MASK_W;
320 inst->U.I.SrcReg[0], negate(srcreg(RC_FILE_TEMPORARY, dst.Index)))
    [all...]
radeon_emulate_loops.c 109 inst->U.I.SrcReg[0].Negate, 0);
160 inst->U.I.SrcReg[amnt_src_index].Negate, 0);
281 limit->Negate, 0);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.c 117 if( reg->Register.Negate ) {
125 if( reg->Register.Negate ) {
144 reg->Register.Negate = 0;
150 reg->Register.Negate = 1;
154 reg->Register.Negate = 1;
159 reg->Register.Negate = 0;
tgsi_lowering.c 304 new_inst.Src[2].Register.Negate = true;
421 new_inst.Src[2].Register.Negate = !new_inst.Src[2].Register.Negate;
433 new_inst.Src[2].Register.Negate = true;
477 new_inst.Src[1].Register.Negate = 1;
583 new_inst.Src[1].Register.Negate = true;
622 new_inst.Src[0].Register.Negate = true;
699 new_inst.Src[1].Register.Negate = 1;
733 new_inst.Src[1].Register.Negate = 1;
834 new_inst.Src[1].Register.Negate = 1
    [all...]
  /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/mesa/program/
prog_opt_constant_fold.c 85 && (a->Negate == b->Negate)
101 if (r->Negate & 0x01) {
105 if (r->Negate & 0x02) {
109 if (r->Negate & 0x04) {
113 if (r->Negate & 0x08) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 287 src->Negate) | (src->RelAddr << 4);
299 src->Negate ? VSF_FLAG_ALL : VSF_FLAG_NONE) | (src->RelAddr << 4);
709 src[0].Negate) | (src[0].RelAddr << 4);
721 src[0].Negate ? VSF_FLAG_ALL : VSF_FLAG_NONE) | (src[0].RelAddr << 4);
726 src[1].Negate ? VSF_FLAG_ALL : VSF_FLAG_NONE) | (src[1].RelAddr << 4);
775 src[1].Negate) | (src[1].RelAddr << 4);
779 src[1].Negate) | (src[1].RelAddr << 4);
801 src[0].Negate) | (src[0].RelAddr << 4);
809 src[1].Negate) | (src[1].RelAddr << 4);
824 src[0].Negate) | (src[0].RelAddr << 4)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 116 struct match_info Negate;
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);
240 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
242 src_reg->Negate, src_reg->Abs);
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/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/mesa3d/src/mesa/state_tracker/
st_cb_bitmap_shader.c 112 inst.Src[0].Register.Negate = 1;
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/webrtc/webrtc/base/
bind_unittest.cc 67 int Negate(int a) { return -a; }
156 EXPECT_EQ(3, Bind(&Negate, -3)());

Completed in 986 milliseconds

1 2 3 4 5