Searched refs:_exp (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations_unittest.py88 self._exp = None
113 self._exp = TestExpectations(self._port,
121 self.assertEquals(self._exp.get_expectations(self.get_test(test)),
137 self.assertEqual(self._exp.get_expectations(
151 self.assertRaises(KeyError, self._exp.get_expectations,
157 self.assertEqual(self._exp.get_options(
162 json_str = self._exp.get_expectations_json_for_all_platforms()
168 self.assertEquals(self._exp.get_expectations_string(
175 self.assertRaises(ValueError, self._exp.expectation_to_string,
181 s = self._exp
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c4180 int s, uint16_t _exp, uint64_t mant)
4184 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
4191 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
4226 uint16_t _exp, e0, e1; local
4231 testing them: set _exp > 0
4241 _exp = (e0 << 10) | e1;
4245 register_farg(&fargs[i++], s, _exp, mant);
4260 // _exp = (e0 << 10) | e1;
4261 _exp = e1;
4265 register_farg(&fargs[i++], s, _exp, man
4179 register_farg(void *farg, int s, uint16_t _exp, uint64_t mant) argument
4437 register_vfarg(vector float* vfarg, int s, uint8_t _exp, uint32_t mant) argument
4466 uint16_t _exp; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c4180 int s, uint16_t _exp, uint64_t mant)
4184 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
4191 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
4226 uint16_t _exp, e0, e1; local
4231 testing them: set _exp > 0
4241 _exp = (e0 << 10) | e1;
4245 register_farg(&fargs[i++], s, _exp, mant);
4260 // _exp = (e0 << 10) | e1;
4261 _exp = e1;
4265 register_farg(&fargs[i++], s, _exp, man
4179 register_farg(void *farg, int s, uint16_t _exp, uint64_t mant) argument
4437 register_vfarg(vector float* vfarg, int s, uint8_t _exp, uint32_t mant) argument
4466 uint16_t _exp; local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c3579 int s, uint16_t _exp, uint64_t mant)
3583 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
3586 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
3606 uint16_t _exp, e0, e1; local
3617 _exp = (e0 << 10) | e1;
3621 register_farg(&fargs[i++], s, _exp, mant);
3631 _exp = 0x000;
3633 register_farg(&fargs[i++], s, _exp, mant);
3636 _exp = 0x000;
3638 register_farg(&fargs[i++], s, _exp, man
3578 register_farg(void *farg, int s, uint16_t _exp, uint64_t mant) argument
[all...]
/external/elfutils/libelf/
H A DlibelfP.h603 __typeof__ (exp) _exp = (exp); \
604 if (*_var != _exp) \
606 *_var = _exp; \

Completed in 107 milliseconds