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

1 2 3

  /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/main/none/tests/ppc32/
test_isa_2_06_part3.c 100 int s, uint16_t _exp, uint64_t mant)
104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
111 int s, uint16_t _exp, uint32_t mant)
114 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
229 uint16_t _exp; local
241 _exp = 0x3fd;
243 register_farg(&spec_fargs[i++], s, _exp, mant);
247 _exp = 0x404;
249 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_06_part1.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);
148 uint16_t _exp, e1; local
160 _exp = e1;
164 register_farg( &fargs[i++], s, _exp, mant );
172 _exp = 0x002;
174 register_farg(&fargs[i++], s, _exp, mant);
176 _exp = 0x000;
178 register_farg(&fargs[i++], s, _exp, mant)
848 uint16_t _exp; local
    [all...]
test_isa_2_06_part2.c 100 int s, uint16_t _exp, uint64_t mant)
104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
111 int s, uint16_t _exp, uint32_t mant)
114 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
289 uint16_t _exp; local
301 _exp = 0x3fd;
303 register_farg(&spec_fargs[i++], s, _exp, mant);
307 _exp = 0x404;
309 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
jm-insns.c 4328 uint16_t _exp, e0, e1; local
4568 uint16_t _exp; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 102 int s, uint16_t _exp, uint64_t mant)
106 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
109 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
113 int s, uint16_t _exp, uint32_t mant)
116 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant;
164 uint16_t _exp; local
176 _exp = 0x3fd;
178 register_farg(&spec_fargs[i++], s, _exp, mant);
182 _exp = 0x404;
184 register_farg(&spec_fargs[i++], s, _exp, mant)
    [all...]
test_isa_2_07_part1.c 890 int s, uint16_t _exp, uint64_t mant)
894 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
897 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
932 uint16_t _exp, e0, e1; local
937 testing them: set _exp > 0
947 _exp = (e0 << 10) | e1;
951 register_farg(&fargs[i++], s, _exp, mant);
964 _exp = e1;
968 register_farg(&fargs[i++], s, _exp, mant);
979 _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):
  /system/extras/tests/bionic/libc/common/
test_cpu_set.c 40 int _exp = (exp); \
41 if ((_cond) != (_exp)) {\
43 __FUNCTION__, __LINE__, #cond, _cond, _exp);\
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 51 self._exp = None
88 self._exp = TestExpectations(self._port, self.get_basic_tests(), expectations_dict=expectations_to_lint, is_lint_mode=is_lint_mode)
91 self.assertEqual(self._exp.get_expectations(self.get_test(test)), set(results))
112 self.assertEqual(self._exp.get_expectations(
160 self.assertRaises(KeyError, self._exp.get_expectations,
166 self.assertEqual(self._exp.get_expectations_string(
173 self.assertRaises(ValueError, self._exp.expectation_to_string,
179 s = self._exp.get_test_set(WONTFIX)
252 return self._exp.matches_an_expected_result(
271 return self._exp.matches_an_expected_result
    [all...]
  /external/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,
  /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/main/VEX/switchback/
test_ppc_jm1.c 3606 uint16_t _exp, e0, e1; local
    [all...]
  /external/llvm/test/CodeGen/ARM/
crash-greedy.ll 33 ; CHECK: blx _exp
  /external/elfutils/0.153/libelf/
libelfP.h 600 __typeof__ (exp) _exp = (exp); \
601 if (*_var != _exp) \
603 *_var = _exp; \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]

Completed in 2721 milliseconds

1 2 3