Home
last modified time | relevance | path

Searched refs:_int (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython3/Lib/
D_pydecimal.py248 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
608 self._int = str(int(intpart+fracpart))
615 self._int = str(int(diag or '0')).lstrip('0')
622 self._int = '0'
634 self._int = str(abs(value))
642 self._int = value._int
649 self._int = str(value.int)
668 self._int = '0'
685 self._int = ''.join(map(str, digits))
690 self._int = ''.join(map(str, digits or [0]))
[all …]
Drandom.py172 def randrange(self, start, stop=None, step=1, _int=int): argument
182 istart = _int(start)
191 istop = _int(stop)
201 istep = _int(step)
276 _int = int
279 j = _int(random() * (i+1))
350 _int = int
352 return [population[_int(random() * total)] for i in range(k)]
Dsre_compile.py376 def _mk_bitmap(bits, _CODEBITS=_CODEBITS, _int=int): argument
378 return [_int(s[i - _CODEBITS: i], 2)
/external/python/cpython2/Lib/
Ddecimal.py220 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
558 self._int = str(int(intpart+fracpart))
565 self._int = str(int(diag or '0')).lstrip('0')
572 self._int = '0'
584 self._int = str(abs(value))
592 self._int = value._int
599 self._int = str(value.int)
618 self._int = '0'
635 self._int = ''.join(map(str, digits))
640 self._int = ''.join(map(str, digits or [0]))
[all …]
Drandom.py175 def randrange(self, start, stop=None, step=1, _int=int, _maxwidth=1L<<BPF): argument
185 istart = _int(start)
192 return _int(self.random() * istart)
196 istop = _int(stop)
215 return _int(istart + self._randbelow(width))
216 return _int(istart + _int(self.random()*width))
221 istep = _int(step)
236 return istart + istep*_int(self.random() * n)
244 def _randbelow(self, n, _log=_log, _int=int, _maxwidth=1L<<BPF, argument
261 k = _int(1.00001 + _log(n-1, 2.0)) # 2**k > n-1 > 2**(k-2)
[all …]
Dstringold.py192 _int = int variable
230 return _apply(_int, args)
Dstring.py380 _int = int variable
405 return _int(s, base)
Dsre_compile.py411 def _mk_bitmap(bits, _CODEBITS=_CODEBITS, _int=int): argument
413 return [_int(s[i - _CODEBITS: i], 2)
/external/libopus/celt/arm/
Dmdct_arm.h52 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ argument
53 clt_mdct_forward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
54 #define clt_mdct_backward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ argument
55 clt_mdct_backward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
/external/mesa3d/src/mesa/drivers/dri/common/
Dxmlconfig.c315 v->_int = strToI (string, &tail, 0); in parseValue()
370 ranges[i].start._int > ranges[i].end._int) in parseRanges()
407 if (v->_int >= info->ranges[i].start._int && in checkValue()
408 v->_int <= info->ranges[i].end._int) in checkValue()
770 else if (screenNum._int != data->screenNum) in parseDeviceAttr()
1038 return cache->values[i]._int; in driQueryOptioni()
Dxmlconfig.h43 int _int; /**< \brief Integer or Enum */ member
/external/python/cpython2/Lib/test/
Dtest_decimal.py1544 self.assertEqual(d1._int, b1._int)
1547 self.assertEqual(d2._int, b2._int)
1552 self.assertEqual(d1._int, b1._int)
1557 self.assertEqual(d1._int, b1._int)
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp665 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME((int)c.in[0].…
671 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)tcu::FUNC_NAME((int)c.i…
677 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME((int)c.in[0].…
846 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(chopToInt(c.i…
852 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(chopToInt(c.i…
951 …#define INT_GENTYPE_FUNCS(FUNC_NAME) eval_##FUNC_NAME##_int, eval_##FUNC_NAME##_ivec2, eval_##FUNC… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp887 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME((int)c.in[0].…
893 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME((int)c.in[0].…
911 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME((int)c.in[0].…
1213 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(chopToInt(c.i…
1219 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(chopToInt(c.i…
1336 …#define INT_GENTYPE_FUNCS(FUNC_NAME) eval_##FUNC_NAME##_int, eval_##FUNC_NAME##_ivec2, eval_##FUNC… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp946 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME((int)c.in[0].…
952 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME((int)c.in[0].…
970 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME((int)c.in[0].…
1269 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(chopToInt(c.i…
1275 …void eval_##FUNC_NAME##_int (ShaderEvalContext& c) { c.color.x() = (float)FUNC_NAME(chopToInt(c.i…
1361 …#define INT_GENTYPE_FUNCS(FUNC_NAME) eval_##FUNC_NAME##_int, eval_##FUNC_NAME##_ivec2, eval_##FUNC… in init()
/external/python/cpython3/Lib/test/
Dtest_decimal.py4572 self.assertEqual(d1._int, b1._int)
4575 self.assertEqual(d2._int, b2._int)
4580 self.assertEqual(d1._int, b1._int)
4585 self.assertEqual(d1._int, b1._int)
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py374 return _dec_from_triple(0, '1', dec._exp+len(dec._int)-prec)
/external/annotation-tools/asmx/
Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/TestAll.class <Unknown> ...
/external/blktrace/doc/
Dblktrace.tex795 \item[blk\_add\_trace\_pdu\_int(struct request\_queue *q, u32 what,
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp109 static const Type _int; member
Dgl4cEnhancedLayoutsTests.cpp150 const Type Type::_int = Type::GetType(Type::Int, 1, 1); member in gl4cts::EnhancedLayouts::Utils::Type
5401 type = Utils::Type::_int; in getType()
6821 Utils::Program::Uniform(gl, Utils::Type::_int, 1 /* count */, location, &image_unit); in test()
14759 name.append(Utils::Type::_int.GetGLSLTypeName()); in test()
/external/llvm/docs/
DCommandLine.rst1565 .. _int:
/external/fio/
DHOWTO476 .. _int:
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/kotlinc/lib/
Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal. ...

12