Home
last modified time | relevance | path

Searched refs:Sub3 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/FixIt/
Dtypo.m5 // RUN: grep "@implementation Sub3" %t
155 @interface Sub3 : Super interface
159 @implementation Sub3 implementation
/external/webp/src/dsp/
Dlossless.c90 static LOCAL_INLINE int Sub3(int a, int b, int c) { in Sub3() function
100 Sub3((a >> 24) , (b >> 24) , (c >> 24) ) + in Select()
101 Sub3((a >> 16) & 0xff, (b >> 16) & 0xff, (c >> 16) & 0xff) + in Select()
102 Sub3((a >> 8) & 0xff, (b >> 8) & 0xff, (c >> 8) & 0xff) + in Select()
103 Sub3((a ) & 0xff, (b ) & 0xff, (c ) & 0xff); in Select()
Dlossless_enc.c761 static LOCAL_INLINE int Sub3(int a, int b, int c) { in Sub3() function
771 Sub3((a >> 24) , (b >> 24) , (c >> 24) ) + in Select()
772 Sub3((a >> 16) & 0xff, (b >> 16) & 0xff, (c >> 16) & 0xff) + in Select()
773 Sub3((a >> 8) & 0xff, (b >> 8) & 0xff, (c >> 8) & 0xff) + in Select()
774 Sub3((a ) & 0xff, (b ) & 0xff, (c ) & 0xff); in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1701 SDValue Sub3 = DAG.getBitcast(VT, in LowerUDIVREM64() local
1710 SDValue Sel2 = DAG.getSelectCC(DL, C6, Zero, Sub3, Sub2, ISD::SETNE); in LowerUDIVREM64()