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

1 2

  /external/vboot_reference/tests/tpm_lite/
tlcl_tests.h 21 uint32_t _exp = (expected_result); \
22 if (_result != _exp) { \
24 " (expecting 0x%x)\n", __LINE__, _result, _exp); \
  /system/core/include/utils/
Debug.h 29 #define COMPILE_TIME_ASSERT(_exp) \
30 template class CompileTimeAssert< (_exp) >;
32 #define COMPILE_TIME_ASSERT_FUNCTION_SCOPE(_exp) \
33 CompileTimeAssert<( _exp )>();
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part3.c 106 int s, uint16_t _exp, uint64_t mant)
110 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
113 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
117 int s, uint16_t _exp, uint32_t mant)
120 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
235 uint16_t _exp; local
247 _exp = 0x3fd;
249 register_farg(&spec_fargs[i++], s, _exp, mant);
253 _exp = 0x404;
255 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_06_part1.c 111 int s, uint16_t _exp, uint64_t mant)
115 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
118 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
153 uint16_t _exp, e1; local
165 _exp = e1;
169 register_farg( &fargs[i++], s, _exp, mant );
177 _exp = 0x002;
179 register_farg(&fargs[i++], s, _exp, mant);
181 _exp = 0x000;
183 register_farg(&fargs[i++], s, _exp, mant)
793 uint16_t _exp; local
    [all...]
test_isa_2_06_part2.c 107 int s, uint16_t _exp, uint64_t mant)
111 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
114 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
118 int s, uint16_t _exp, uint32_t mant)
121 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
296 uint16_t _exp; local
308 _exp = 0x3fd;
310 register_farg(&spec_fargs[i++], s, _exp, mant);
314 _exp = 0x404;
316 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
jm-insns.c 4339 uint16_t _exp, e0, e1; local
4579 uint16_t _exp; local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part2.c 108 int s, uint16_t _exp, uint64_t mant)
112 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
115 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
119 int s, uint16_t _exp, uint32_t mant)
122 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
170 uint16_t _exp; local
182 _exp = 0x3fd;
184 register_farg(&spec_fargs[i++], s, _exp, mant);
188 _exp = 0x404;
190 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_07_part1.c 937 int s, uint16_t _exp, uint64_t mant)
941 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
944 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
979 uint16_t _exp, e0, e1; local
984 testing them: set _exp > 0
994 _exp = (e0 << 10) | e1;
998 register_farg(&fargs[i++], s, _exp, mant);
1011 _exp = e1;
1015 register_farg(&fargs[i++], s, _exp, mant);
1026 _exp = 0x000
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ymath.h 35 _CRTIMP short __cdecl _Exp(double *,double,short);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 509 __slots__ = ('_exp','_int','_sign', '_is_special')
511 # (-1)**_sign * _int * 10**_exp
560 self._exp = exp - len(fracpart)
568 self._exp = 'N'
570 self._exp = 'n'
574 self._exp = 'F'
584 self._exp = 0
591 self._exp = value._exp
601 self._exp = int(value.exp
    [all...]
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
413 return _exp(self.normalvariate(mu, sigma))
469 if u2 < 1.0 - d * d or u2 <= (1.0 - d) * _exp(d):
521 x = alpha*_exp(v)
550 elif u1 <= _exp(-x):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 509 __slots__ = ('_exp','_int','_sign', '_is_special')
511 # (-1)**_sign * _int * 10**_exp
560 self._exp = exp - len(fracpart)
568 self._exp = 'N'
570 self._exp = 'n'
574 self._exp = 'F'
584 self._exp = 0
591 self._exp = value._exp
601 self._exp = int(value.exp
    [all...]
random.py 45 from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil namespace
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
413 return _exp(self.normalvariate(mu, sigma))
469 if u2 < 1.0 - d * d or u2 <= (1.0 - d) * _exp(d):
521 x = alpha*_exp(v)
550 elif u1 <= _exp(-x):
  /ndk/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 475 template <class _Exp, class _Type, class _Distance>
477 __element_access_operator_requirement_violation(_Exp __x, _Type*,
481 template <class _Exp, class _Type, class _Distance>
483 __element_assignment_operator_requirement_violation(_Exp __x,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 475 template <class _Exp, class _Type, class _Distance>
477 __element_access_operator_requirement_violation(_Exp __x, _Type*,
481 template <class _Exp, class _Type, class _Distance>
483 __element_assignment_operator_requirement_violation(_Exp __x,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 475 template <class _Exp, class _Type, class _Distance>
477 __element_access_operator_requirement_violation(_Exp __x, _Type*,
481 template <class _Exp, class _Type, class _Distance>
483 __element_assignment_operator_requirement_violation(_Exp __x,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 475 template <class _Exp, class _Type, class _Distance>
477 __element_access_operator_requirement_violation(_Exp __x, _Type*,
481 template <class _Exp, class _Type, class _Distance>
483 __element_assignment_operator_requirement_violation(_Exp __x,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 475 template <class _Exp, class _Type, class _Distance>
477 __element_access_operator_requirement_violation(_Exp __x, _Type*,
481 template <class _Exp, class _Type, class _Distance>
483 __element_assignment_operator_requirement_violation(_Exp __x,
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
concept_checks.h 475 template <class _Exp, class _Type, class _Distance>
477 __element_access_operator_requirement_violation(_Exp __x, _Type*,
481 template <class _Exp, class _Type, class _Distance>
483 __element_assignment_operator_requirement_violation(_Exp __x,
  /external/valgrind/VEX/switchback/
test_ppc_jm1.c 3604 uint16_t _exp, e0, e1; local
    [all...]
  /external/llvm/test/CodeGen/ARM/
crash-greedy.ll 33 ; CHECK: blx _exp
  /external/elfutils/src/libelf/
libelfP.h 579 __typeof__ (exp) _exp = (exp); \
580 if (*_var != _exp) \
582 *_var = _exp; \
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_after.h 452 _DEFINE_EXPR_UNARY_FUNCTION(exp, _Exp)

Completed in 2195 milliseconds

1 2