Home
last modified time | relevance | path

Searched refs:a1L (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c154 uint32 a1L = ( axxL > ayxL ) ? axxL : ayxL; in bim_filterWarpInterpolation() local
157 uint32 invScaleL = ( a1L < a2L ) ? a1L : a2L; in bim_filterWarpInterpolation()
486 uint32 a1L = ( axxL > ayxL ) ? axxL : ayxL; in bim_filterWarpPixelReplication() local
489 uint32 invScaleL = ( a1L < a2L ) ? a1L : a2L; in bim_filterWarpPixelReplication()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c1121 int32 x1L, y1L, s1L, a1L; in bbf_Scanner_removeOutOverlaps() local
1144 a1L = outArrL[ maxIdxL * 4 + 3 ]; in bbf_Scanner_removeOutOverlaps()
1154 outArrL[ begIdxL * 4 + 3 ] = a1L; in bbf_Scanner_removeOutOverlaps()
1232 int32 a1L = ( int32 )0x80000000; in bbf_Scanner_removeIntOverlaps() local
1239 if( actArrL[ iL ] > a1L ) in bbf_Scanner_removeIntOverlaps()
1241 a1L = actArrL[ iL ]; in bbf_Scanner_removeIntOverlaps()
1251 actArrL[ begIdxL ] = a1L; in bbf_Scanner_removeIntOverlaps()
/external/llvm/test/CodeGen/SPARC/
D32abi.ll227 %a1L = zext i32 %a1 to i64
228 %s1 = add i64 %a0, %a1L