Home
last modified time | relevance | path

Searched defs:addL (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DCompactAlt.c207 int32 addL = ( int32 )1 << ( shrL - 1 ); in bts_CompactAlt_map() local
214 int32 addL = ( int32 )1 << ( shrL - 1 ); in bts_CompactAlt_map() local
/external/neven/Embedded/common/src/b_BasicEm/
DMath.c784 uint32 addL = 1L << ( shiftL - 1 ); in bbs_convertU32() local
822 int32 addL = 1L << ( shiftL - 1 ); in bbs_convertS32() local
/external/python/cpython2/Objects/
Dlongobject.c1337 long_to_decimal_string(PyObject *aa, int addL) in long_to_decimal_string()
1455 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format()