HomeSort by relevance Sort by last modified time
    Searched full:_int (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
utility 47 template<int _Int, class _Tp>
67 template<int _Int>
94 template<int _Int, class _Tp1, class _Tp2>
95 inline typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
97 { return __pair_get<_Int>::__get(__in); }
99 template<int _Int, class _Tp1, class _Tp2>
100 inline const typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
102 { return __pair_get<_Int>::__const_get(__in); }
array 222 template<int _Int, typename _Tp>
233 template<int _Int, typename _Tp, std::size_t _Nm>
234 struct tuple_element<_Int, array<_Tp, _Nm> >
237 template<int _Int, typename _Tp, std::size_t _Nm>
240 { return __arr[_Int]; }
242 template<int _Int, typename _Tp, std::size_t _Nm>
245 { return __arr[_Int]; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
utility 47 template<int _Int, class _Tp>
67 template<int _Int>
94 template<int _Int, class _Tp1, class _Tp2>
95 inline typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
97 { return __pair_get<_Int>::__get(__in); }
99 template<int _Int, class _Tp1, class _Tp2>
100 inline const typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
102 { return __pair_get<_Int>::__const_get(__in); }
array 222 template<int _Int, typename _Tp>
233 template<int _Int, typename _Tp, std::size_t _Nm>
234 struct tuple_element<_Int, array<_Tp, _Nm> >
237 template<int _Int, typename _Tp, std::size_t _Nm>
240 { return __arr[_Int]; }
242 template<int _Int, typename _Tp, std::size_t _Nm>
245 { return __arr[_Int]; }
  /external/libopus/celt/arm/
mdct_arm.h 52 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \
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) \
55 clt_mdct_backward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
utility 83 template<std::size_t _Int, class _Tp>
99 template<std::size_t _Int>
140 template<std::size_t _Int, class _Tp1, class _Tp2>
141 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&
143 { return __pair_get<_Int>::__get(__in); }
145 template<std::size_t _Int, class _Tp1, class _Tp2>
146 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&&
148 { return __pair_get<_Int>::__move_get(std::move(__in)); }
150 template<std::size_t _Int, class _Tp1, class _Tp2>
151 constexpr const typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type
    [all...]
array 266 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
270 static_assert(_Int < _Nm, "index is out of bounds");
272 _S_ref(__arr._M_elems, _Int);
275 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
279 static_assert(_Int < _Nm, "index is out of bounds");
280 return std::move(get<_Int>(__arr));
283 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
287 static_assert(_Int < _Nm, "index is out of bounds");
289 _S_ref(__arr._M_elems, _Int);
310 template<std::size_t _Int, typename _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
utility 83 template<std::size_t _Int, class _Tp>
99 template<std::size_t _Int>
140 template<std::size_t _Int, class _Tp1, class _Tp2>
141 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&
143 { return __pair_get<_Int>::__get(__in); }
145 template<std::size_t _Int, class _Tp1, class _Tp2>
146 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&&
148 { return __pair_get<_Int>::__move_get(std::move(__in)); }
150 template<std::size_t _Int, class _Tp1, class _Tp2>
151 constexpr const typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type
    [all...]
array 266 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
270 static_assert(_Int < _Nm, "index is out of bounds");
272 _S_ref(__arr._M_elems, _Int);
275 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
279 static_assert(_Int < _Nm, "index is out of bounds");
280 return std::move(get<_Int>(__arr));
283 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
287 static_assert(_Int < _Nm, "index is out of bounds");
289 _S_ref(__arr._M_elems, _Int);
310 template<std::size_t _Int, typename _Tp
    [all...]
  /frameworks/av/media/libstagefright/foundation/tests/
AData_test.cpp 234 int _int = 0; local
238 EXPECT_FALSE(u.find<int>(&_int));
243 EXPECT_TRUE(u.find<int>(&_int));
244 EXPECT_EQ(4, _int);
250 EXPECT_FALSE(u.find<int>(&_int));
255 EXPECT_TRUE(u.find<int>(&_int));
256 EXPECT_EQ(6, _int);
260 EXPECT_FALSE(u.find<int>(&_int));
266 EXPECT_FALSE(u.find<int>(&_int));
272 EXPECT_FALSE(u.find<int>(&_int));
290 int _int = 0; local
435 int _int = 0; local
704 int _int = 0; local
811 int _int = 0; local
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
predicates.ll 7 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Pred,
25 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Pred,
51 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
52 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Pred,
78 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec
79 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Pred,
selectcc-opt.ll 59 ; Test a CND*_INT instruction with float true/false values
61 ; EG: CND{{[GTE]+}}_INT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
array 262 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
266 static_assert(_Int < _Nm, "index is out of bounds");
268 _S_ref(__arr._M_elems, _Int);
271 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
275 static_assert(_Int < _Nm, "index is out of bounds");
276 return std::move(get<_Int>(__arr));
279 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
283 static_assert(_Int < _Nm, "index is out of bounds");
285 _S_ref(__arr._M_elems, _Int);
297 template<std::size_t _Int, typename _Tp, std::size_t _Nm
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
array 224 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
228 static_assert(_Int < _Nm, "index is out of bounds");
230 _S_ref(__arr._M_elems, _Int);
233 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
237 static_assert(_Int < _Nm, "index is out of bounds");
238 return std::move(get<_Int>(__arr));
241 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
245 static_assert(_Int < _Nm, "index is out of bounds");
247 _S_ref(__arr._M_elems, _Int);
259 template<std::size_t _Int, typename _Tp, std::size_t _Nm
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
array 262 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
266 static_assert(_Int < _Nm, "index is out of bounds");
268 _S_ref(__arr._M_elems, _Int);
271 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
275 static_assert(_Int < _Nm, "index is out of bounds");
276 return std::move(get<_Int>(__arr));
279 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
283 static_assert(_Int < _Nm, "index is out of bounds");
285 _S_ref(__arr._M_elems, _Int);
297 template<std::size_t _Int, typename _Tp, std::size_t _Nm
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
array 224 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
228 static_assert(_Int < _Nm, "index is out of bounds");
230 _S_ref(__arr._M_elems, _Int);
233 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
237 static_assert(_Int < _Nm, "index is out of bounds");
238 return std::move(get<_Int>(__arr));
241 template<std::size_t _Int, typename _Tp, std::size_t _Nm>
245 static_assert(_Int < _Nm, "index is out of bounds");
247 _S_ref(__arr._M_elems, _Int);
259 template<std::size_t _Int, typename _Tp, std::size_t _Nm
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 160 #define VIDC_TRACE_INT_LOW(_name, _int) \
162 ATRACE_INT(_name, _int); \
165 #define VIDC_TRACE_INT_HIGH(_name, _int) \
167 ATRACE_INT(_name, _int); \
174 #define VIDC_TRACE_INT_LOW(_name, _int)
175 #define VIDC_TRACE_INT_HIGH(_name, _int)
  /external/python/cpython3/Lib/
_pydecimal.py 248 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
558 __slots__ = ('_exp','_int','_sign', '_is_special')
560 # (-1)**_sign * _int * 10**_exp
579 # Note that the coefficient, self._int, is actually stored as
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
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /external/python/cpython2/Lib/
decimal.py 220 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
508 __slots__ = ('_exp','_int','_sign', '_is_special')
510 # (-1)**_sign * _int * 10**_exp
529 # Note that the coefficient, self._int, is actually stored as
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
    [all...]
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 175 def randrange(self, start, stop=None, step=1, _int=int, _maxwidth=1L<<BPF):
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,
    [all...]

Completed in 1062 milliseconds

1 2 3 4