/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | 221 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True) 509 __slots__ = ('_exp','_int','_sign', '_is_special') 511 # (-1)**_sign * _int * 10**_exp 530 # Note that the coefficient, self._int, is actually stored as 559 self._int = str(int(intpart+fracpart)) 566 self._int = str(int(diag or '0')).lstrip('0') 573 self._int = '0' 585 self._int = str(abs(value)) 593 self._int = value._int [all...] |
stringold.py | 192 _int = int variable 230 return _apply(_int, args)
|
random.py | 322 _int = int 332 j = _int(random() * (n-i)) 340 j = _int(random() * n) 342 j = _int(random() * n)
|
string.py | 378 _int = int variable 403 return _int(s, base)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | 221 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True) 509 __slots__ = ('_exp','_int','_sign', '_is_special') 511 # (-1)**_sign * _int * 10**_exp 530 # Note that the coefficient, self._int, is actually stored as 559 self._int = str(int(intpart+fracpart)) 566 self._int = str(int(diag or '0')).lstrip('0') 573 self._int = '0' 585 self._int = str(abs(value)) 593 self._int = value._int [all...] |
stringold.py | 192 _int = int variable 230 return _apply(_int, args)
|
random.py | 322 _int = int 332 j = _int(random() * (n-i)) 340 j = _int(random() * n) 342 j = _int(random() * n)
|
string.py | 378 _int = int variable 403 return _int(s, base)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
xmlconfig.h | 41 GLint _int; /**< \brief Integer or Enum */ member in union:driOptionValue
|
xmlconfig.c | 319 v->_int = strToI (string, &tail, 0); 370 ranges[i].start._int > ranges[i].end._int) 407 if (v->_int >= info->ranges[i].start._int && 408 v->_int <= info->ranges[i].end._int) 782 else if (screenNum._int != data->screenNum) [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.h | 41 GLint _int; /**< \brief Integer or Enum */ member in union:driOptionValue
|
xmlconfig.c | 319 v->_int = strToI (string, &tail, 0); 370 ranges[i].start._int > ranges[i].end._int) 407 if (v->_int >= info->ranges[i].start._int && 408 v->_int <= info->ranges[i].end._int) 782 else if (screenNum._int != data->screenNum) [all...] |
/external/dropbear/libtommath/ |
bn.tex | 334 The basic ``multiple precision integer'' type is known as the ``mp\_int'' within LibTomMath. This data type is used to 338 \index{mp\_int} 350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to 352 done to use an mp\_int is that it must be initialized. 377 A single mp\_int can be initialized with the ``mp\_init'' function. 384 This function expects a pointer to an mp\_int structure and will initialize the members of the structure so the mp\_int 385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be used 407 When you are finished with an mp\_int it is ideal to return the heap it used back to the system. The following function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | [all...] |
/external/blktrace/doc/ |
blktrace.tex | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |