Searched refs:neg (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 94 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
|
D | armVCM4P10_DeblockingLuma_unsafe_s.s | 80 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
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 118 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/rs/rsov/compiler/tests/single_kernel/ |
D | duff.ll | 48 %sub.neg = add i32 %x.3, 12 49 %sub5 = sub i32 %sub.neg, %mul4
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 646 boolean neg = value < 0; in computeTypedValue() 647 if (neg) { in computeTypedValue() 677 if (neg) { in computeTypedValue()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4977 bool neg = false; in U16StringToInt() local 4980 neg = true; in U16StringToInt() 4998 if (neg) { in U16StringToInt() 5028 if ((neg && -val < std::numeric_limits<int32_t>::min()) || in U16StringToInt() 5029 (!neg && val > std::numeric_limits<int32_t>::max())) { in U16StringToInt() 5035 if (neg) val = -val; in U16StringToInt() 5095 const bool neg = f < 0; in stringToFloat() local 5096 if (neg) f = -f; in stringToFloat() 5124 if (neg) { in stringToFloat()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Resize.S | 447 neg v2.8h, v2.8h
|