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.s66 neg RN 12 label
158 USUB8 neg, pos, t1
161 USUB8 t3, neg, tC
162 SEL neg, tC, neg
169 UQSUB8 P0a, P0a, neg
170 UQADD8 Q0a, Q0a, neg
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s80 neg RN 9 label
279 USUB8 neg, pos, t1
282 USUB8 t3, neg, tC
283 SEL neg, tC, neg
286 UQSUB8 P_0, P_0, neg
287 UQADD8 Q_0, Q_0, neg
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s104 neg RN 9 label
360 USUB8 neg, pos, t1
363 USUB8 t3, neg, tC
364 SEL neg, tC, neg
367 UQSUB8 P_0, P_0, neg
368 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.java439 boolean neg = value < 0;
440 if (neg) {
470 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.cpp4404 bool neg = false; local
4407 neg = true;
4440 if (neg) val = -val;
4492 const bool neg = f < 0; local
4493 if (neg) f = -f;
4521 if (neg) {
4528 // f * (neg ? -1 : 1), bits, f*(1<<23),

Completed in 241 milliseconds