/external/valgrind/main/none/tests/ppc64/ |
D | test_isa_2_07_part2.c | 102 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 106 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 109 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 113 int s, uint16_t _exp, uint32_t mant) in register_sp_farg() argument 116 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant; in register_sp_farg() 164 uint16_t _exp; in build_special_fargs_table() local 176 _exp = 0x3fd; in build_special_fargs_table() 178 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() 182 _exp = 0x404; in build_special_fargs_table() 184 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() [all …]
|
D | test_isa_2_06_part1.c | 106 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 110 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 113 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 148 uint16_t _exp, e1; in build_fargs_table() local 160 _exp = e1; in build_fargs_table() 164 register_farg( &fargs[i++], s, _exp, mant ); in build_fargs_table() 172 _exp = 0x002; in build_fargs_table() 174 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 176 _exp = 0x000; in build_fargs_table() 178 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() [all …]
|
D | test_isa_2_06_part3.c | 100 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 111 int s, uint16_t _exp, uint32_t mant) in register_sp_farg() argument 114 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant; in register_sp_farg() 229 uint16_t _exp; in build_special_fargs_table() local 241 _exp = 0x3fd; in build_special_fargs_table() 243 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() 247 _exp = 0x404; in build_special_fargs_table() 249 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() [all …]
|
D | test_isa_2_06_part2.c | 100 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 111 int s, uint16_t _exp, uint32_t mant) in register_sp_farg() argument 114 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant; in register_sp_farg() 289 uint16_t _exp; in build_special_fargs_table() local 301 _exp = 0x3fd; in build_special_fargs_table() 303 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() 307 _exp = 0x404; in build_special_fargs_table() 309 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() [all …]
|
D | test_isa_2_07_part1.c | 890 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 894 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 897 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 932 uint16_t _exp, e0, e1; in build_fargs_table() local 947 _exp = (e0 << 10) | e1; in build_fargs_table() 951 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 964 _exp = e1; in build_fargs_table() 968 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 979 _exp = 0x000; in build_fargs_table() 981 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() [all …]
|
D | jm-insns.c | 4282 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 4286 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 4293 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 4328 uint16_t _exp, e0, e1; in build_fargs_table() local 4343 _exp = (e0 << 10) | e1; in build_fargs_table() 4347 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 4363 _exp = e1; in build_fargs_table() 4367 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 4383 _exp = 0x000; in build_fargs_table() 4385 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | test_isa_2_07_part2.c | 102 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 106 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 109 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 113 int s, uint16_t _exp, uint32_t mant) in register_sp_farg() argument 116 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant; in register_sp_farg() 164 uint16_t _exp; in build_special_fargs_table() local 176 _exp = 0x3fd; in build_special_fargs_table() 178 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() 182 _exp = 0x404; in build_special_fargs_table() 184 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() [all …]
|
D | test_isa_2_06_part1.c | 106 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 110 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 113 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 148 uint16_t _exp, e1; in build_fargs_table() local 160 _exp = e1; in build_fargs_table() 164 register_farg( &fargs[i++], s, _exp, mant ); in build_fargs_table() 172 _exp = 0x002; in build_fargs_table() 174 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 176 _exp = 0x000; in build_fargs_table() 178 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() [all …]
|
D | test_isa_2_06_part3.c | 100 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 111 int s, uint16_t _exp, uint32_t mant) in register_sp_farg() argument 114 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant; in register_sp_farg() 229 uint16_t _exp; in build_special_fargs_table() local 241 _exp = 0x3fd; in build_special_fargs_table() 243 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() 247 _exp = 0x404; in build_special_fargs_table() 249 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() [all …]
|
D | test_isa_2_06_part2.c | 100 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 104 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 107 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 111 int s, uint16_t _exp, uint32_t mant) in register_sp_farg() argument 114 tmp = ((uint32_t)s << 31) | ((uint32_t)_exp << 23) | mant; in register_sp_farg() 289 uint16_t _exp; in build_special_fargs_table() local 301 _exp = 0x3fd; in build_special_fargs_table() 303 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() 307 _exp = 0x404; in build_special_fargs_table() 309 register_farg(&spec_fargs[i++], s, _exp, mant); in build_special_fargs_table() [all …]
|
D | test_isa_2_07_part1.c | 890 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 894 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 897 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 932 uint16_t _exp, e0, e1; in build_fargs_table() local 947 _exp = (e0 << 10) | e1; in build_fargs_table() 951 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 964 _exp = e1; in build_fargs_table() 968 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 979 _exp = 0x000; in build_fargs_table() 981 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() [all …]
|
D | jm-insns.c | 4282 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 4286 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 4293 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 4328 uint16_t _exp, e0, e1; in build_fargs_table() local 4343 _exp = (e0 << 10) | e1; in build_fargs_table() 4347 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 4363 _exp = e1; in build_fargs_table() 4367 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 4383 _exp = 0x000; in build_fargs_table() 4385 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
D | test_expectations_unittest.py | 51 self._exp = None 88 …self._exp = TestExpectations(self._port, self.get_basic_tests(), expectations_dict=expectations_to… 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/valgrind/main/VEX/switchback/ |
D | test_ppc_jm1.c | 3579 int s, uint16_t _exp, uint64_t mant) in register_farg() argument 3583 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant; in register_farg() 3586 s, _exp, mant, *(uint64_t *)farg, *(double *)farg); in register_farg() 3606 uint16_t _exp, e0, e1; in build_fargs_table() local 3617 _exp = (e0 << 10) | e1; in build_fargs_table() 3621 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 3631 _exp = 0x000; in build_fargs_table() 3633 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() 3636 _exp = 0x000; in build_fargs_table() 3638 register_farg(&fargs[i++], s, _exp, mant); in build_fargs_table() [all …]
|
/external/elfutils/0.153/libelf/ |
D | libelfP.h | 600 __typeof__ (exp) _exp = (exp); \ 601 if (*_var != _exp) \ 603 *_var = _exp; \
|
/external/llvm/test/CodeGen/ARM/ |
D | crash-greedy.ll | 33 ; CHECK: blx _exp
|
/external/chromium_org/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 1962 var _exp=Math.exp; variable 4492 …fo;var cC=env._pwrite;var cD=env._strerror_r;var cE=env._atan2;var cF=env._exp;var cG=env._time;va… 4501 …"_pwrite": _pwrite, "_strerror_r": _strerror_r, "_atan2": _atan2, "_exp": _exp, "_time": _time, "_…
|