Searched refs:neg (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s80 neg RN 12 label
172 USUB8 neg, pos, t1
175 USUB8 t3, neg, tC
176 SEL neg, tC, neg
183 UQSUB8 P0a, P0a, neg
184 UQADD8 Q0a, Q0a, neg
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s94 neg RN 9 label
293 USUB8 neg, pos, t1
296 USUB8 t3, neg, tC
297 SEL neg, tC, neg
300 UQSUB8 P_0, P_0, neg
301 UQADD8 Q_0, Q_0, neg
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s118 neg RN 9 label
374 USUB8 neg, pos, t1
377 USUB8 t3, neg, tC
378 SEL neg, tC, neg
381 UQSUB8 P_0, P_0, neg
382 UQADD8 Q_0, Q_0, neg
/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp329 ssize_t neg = pipeWriter->negotiate(&offer, 1, NULL, numCounterOffers); local
330 assert(0 == neg);
333 neg = pipeReader->negotiate(&offer, 1, NULL, numCounterOffers);
334 assert(0 == neg);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java451 boolean neg = value < 0;
452 if (neg) {
482 if (neg) {
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c562 ssize_t neg = pipeWriter->negotiate(&offer, 1, NULL, numCounterOffers); local
563 assert(0 == neg);
566 neg = pipeReader->negotiate(&offer, 1, NULL, numCounterOffers);
567 assert(0 == neg);
H A Dplaybq.cpp562 ssize_t neg = pipeWriter->negotiate(&offer, 1, NULL, numCounterOffers); local
563 assert(0 == neg);
566 neg = pipeReader->negotiate(&offer, 1, NULL, numCounterOffers);
567 assert(0 == neg);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4423 bool neg = false; local
4426 neg = true;
4459 if (neg) val = -val;
4511 const bool neg = f < 0; local
4512 if (neg) f = -f;
4540 if (neg) {
4547 // f * (neg ? -1 : 1), bits, f*(1<<23),

Completed in 638 milliseconds