Home
last modified time | relevance | path

Searched refs:get_ea (Results 1 – 25 of 129) sorted by relevance

123456

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Deglue_core_meat.hpp282 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply()
283 typename Proxy<T2>::ea_type P2 = x.P2.get_ea(); in apply()
319 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply()
383 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply_inplace_plus()
384 typename Proxy<T2>::ea_type P2 = x.P2.get_ea(); in apply_inplace_plus()
481 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply_inplace_minus()
482 typename Proxy<T2>::ea_type P2 = x.P2.get_ea(); in apply_inplace_minus()
579 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply_inplace_schur()
580 typename Proxy<T2>::ea_type P2 = x.P2.get_ea(); in apply_inplace_schur()
677 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply_inplace_div()
[all …]
H A Deop_core_meat.hpp267 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply()
285 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply()
292 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply()
345 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_plus()
370 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_plus()
420 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_minus()
445 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_minus()
495 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_schur()
520 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_schur()
570 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_div()
[all …]
H A Dglue_mixed_meat.hpp106 typename Proxy<T1>::ea_type AA = A.get_ea(); in apply()
107 typename Proxy<T2>::ea_type BB = B.get_ea(); in apply()
171 typename Proxy<T1>::ea_type AA = A.get_ea(); in apply()
172 typename Proxy<T2>::ea_type BB = B.get_ea(); in apply()
236 typename Proxy<T1>::ea_type AA = A.get_ea(); in apply()
237 typename Proxy<T2>::ea_type BB = B.get_ea(); in apply()
301 typename Proxy<T1>::ea_type AA = A.get_ea(); in apply()
302 typename Proxy<T2>::ea_type BB = B.get_ea(); in apply()
373 typename ProxyCube<T1>::ea_type AA = A.get_ea(); in apply()
374 typename ProxyCube<T2>::ea_type BB = B.get_ea(); in apply()
[all …]
H A Dop_misc_meat.hpp47 ea_type A = P.get_ea(); in apply()
91 ea_type A = P.get_ea(); in apply()
135 ea_type A = P.get_ea(); in apply()
179 ea_type A = P.get_ea(); in apply()
223 ea_type A = P.get_ea(); in apply()
280 ea_type A = P.get_ea(); in apply()
338 ea_type A = P.get_ea(); in apply()
383 ea_type A = P.get_ea(); in apply()
H A DProxy.hpp328 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
469 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
516 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1059 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1202 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1350 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1406 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1583 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1789 arma_inline ea_type get_ea() const { return Proxy_xtrans::get_ea(); } in get_ea() function
1851 arma_inline ea_type get_ea() const { return Proxy_xtrans::get_ea(); } in get_ea() function
[all …]
H A Dglue_hypot_meat.hpp74 typename Proxy<T1>::ea_type eaP1 = P1.get_ea(); in apply_noalias()
75 typename Proxy<T2>::ea_type eaP2 = P2.get_ea(); in apply_noalias()
148 typename ProxyCube<T1>::ea_type eaP1 = P1.get_ea(); in apply_noalias()
149 typename ProxyCube<T2>::ea_type eaP2 = P2.get_ea(); in apply_noalias()
H A DProxyCube.hpp69 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
114 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
159 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
204 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
249 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
294 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
339 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
384 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
429 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
474 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
[all …]
H A Dglue_min_meat.hpp73 typename Proxy<T1>::ea_type A = PA.get_ea(); in apply()
74 typename Proxy<T2>::ea_type B = PB.get_ea(); in apply()
152 typename ProxyCube<T1>::ea_type A = PA.get_ea(); in apply()
153 typename ProxyCube<T2>::ea_type B = PB.get_ea(); in apply()
H A Dglue_max_meat.hpp73 typename Proxy<T1>::ea_type A = PA.get_ea(); in apply()
74 typename Proxy<T2>::ea_type B = PB.get_ea(); in apply()
152 typename ProxyCube<T1>::ea_type A = PA.get_ea(); in apply()
153 typename ProxyCube<T2>::ea_type B = PB.get_ea(); in apply()
H A Dop_find_meat.hpp49 typename Proxy<T1>::ea_type PA = A.get_ea(); in helper()
107 typename Proxy<T1>::ea_type PA = A.get_ea(); in helper()
226 ea_type PA = A.get_ea(); in helper()
307 ea_type1 PA = A.get_ea(); in helper()
308 ea_type2 PB = B.get_ea(); in helper()
367 ea_type1 PA = A.get_ea(); in helper()
368 ea_type2 PB = B.get_ea(); in helper()
491 const typename Proxy<T1>::ea_type Pea = P.get_ea(); in apply()
537 const typename Proxy<T1>::ea_type Pea = P.get_ea(); in apply()
H A Dglue_atan2_meat.hpp78 typename Proxy<T1>::ea_type eaP1 = P1.get_ea(); in apply_noalias()
79 typename Proxy<T2>::ea_type eaP2 = P2.get_ea(); in apply_noalias()
180 typename ProxyCube<T1>::ea_type eaP1 = P1.get_ea(); in apply_noalias()
181 typename ProxyCube<T2>::ea_type eaP2 = P2.get_ea(); in apply_noalias()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Deglue_core_meat.hpp282 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply()
283 typename Proxy<T2>::ea_type P2 = x.P2.get_ea(); in apply()
319 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply()
383 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply_inplace_plus()
384 typename Proxy<T2>::ea_type P2 = x.P2.get_ea(); in apply_inplace_plus()
481 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply_inplace_minus()
482 typename Proxy<T2>::ea_type P2 = x.P2.get_ea(); in apply_inplace_minus()
579 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply_inplace_schur()
580 typename Proxy<T2>::ea_type P2 = x.P2.get_ea(); in apply_inplace_schur()
677 typename Proxy<T1>::ea_type P1 = x.P1.get_ea(); in apply_inplace_div()
[all …]
H A Deop_core_meat.hpp267 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply()
285 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply()
292 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply()
345 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_plus()
370 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_plus()
420 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_minus()
445 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_minus()
495 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_schur()
520 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_schur()
570 typename Proxy<T1>::ea_type P = x.P.get_ea(); in apply_inplace_div()
[all …]
H A Dglue_mixed_meat.hpp106 typename Proxy<T1>::ea_type AA = A.get_ea(); in apply()
107 typename Proxy<T2>::ea_type BB = B.get_ea(); in apply()
171 typename Proxy<T1>::ea_type AA = A.get_ea(); in apply()
172 typename Proxy<T2>::ea_type BB = B.get_ea(); in apply()
236 typename Proxy<T1>::ea_type AA = A.get_ea(); in apply()
237 typename Proxy<T2>::ea_type BB = B.get_ea(); in apply()
301 typename Proxy<T1>::ea_type AA = A.get_ea(); in apply()
302 typename Proxy<T2>::ea_type BB = B.get_ea(); in apply()
373 typename ProxyCube<T1>::ea_type AA = A.get_ea(); in apply()
374 typename ProxyCube<T2>::ea_type BB = B.get_ea(); in apply()
[all …]
H A Dop_misc_meat.hpp47 ea_type A = P.get_ea(); in apply()
91 ea_type A = P.get_ea(); in apply()
135 ea_type A = P.get_ea(); in apply()
179 ea_type A = P.get_ea(); in apply()
223 ea_type A = P.get_ea(); in apply()
280 ea_type A = P.get_ea(); in apply()
338 ea_type A = P.get_ea(); in apply()
383 ea_type A = P.get_ea(); in apply()
H A DProxy.hpp328 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
469 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
516 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1059 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1202 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1350 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1406 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1583 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
1789 arma_inline ea_type get_ea() const { return Proxy_xtrans::get_ea(); } in get_ea() function
1851 arma_inline ea_type get_ea() const { return Proxy_xtrans::get_ea(); } in get_ea() function
[all …]
H A Dglue_hypot_meat.hpp74 typename Proxy<T1>::ea_type eaP1 = P1.get_ea(); in apply_noalias()
75 typename Proxy<T2>::ea_type eaP2 = P2.get_ea(); in apply_noalias()
148 typename ProxyCube<T1>::ea_type eaP1 = P1.get_ea(); in apply_noalias()
149 typename ProxyCube<T2>::ea_type eaP2 = P2.get_ea(); in apply_noalias()
H A DProxyCube.hpp69 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
114 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
159 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
204 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
249 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
294 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
339 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
384 arma_inline ea_type get_ea() const { return Q.memptr(); } in get_ea() function
429 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
474 arma_inline ea_type get_ea() const { return Q; } in get_ea() function
[all …]
H A Dglue_max_meat.hpp73 typename Proxy<T1>::ea_type A = PA.get_ea(); in apply()
74 typename Proxy<T2>::ea_type B = PB.get_ea(); in apply()
152 typename ProxyCube<T1>::ea_type A = PA.get_ea(); in apply()
153 typename ProxyCube<T2>::ea_type B = PB.get_ea(); in apply()
H A Dglue_min_meat.hpp73 typename Proxy<T1>::ea_type A = PA.get_ea(); in apply()
74 typename Proxy<T2>::ea_type B = PB.get_ea(); in apply()
152 typename ProxyCube<T1>::ea_type A = PA.get_ea(); in apply()
153 typename ProxyCube<T2>::ea_type B = PB.get_ea(); in apply()
H A Dop_find_meat.hpp49 typename Proxy<T1>::ea_type PA = A.get_ea(); in helper()
107 typename Proxy<T1>::ea_type PA = A.get_ea(); in helper()
226 ea_type PA = A.get_ea(); in helper()
307 ea_type1 PA = A.get_ea(); in helper()
308 ea_type2 PB = B.get_ea(); in helper()
367 ea_type1 PA = A.get_ea(); in helper()
368 ea_type2 PB = B.get_ea(); in helper()
491 const typename Proxy<T1>::ea_type Pea = P.get_ea(); in apply()
537 const typename Proxy<T1>::ea_type Pea = P.get_ea(); in apply()
H A Dglue_atan2_meat.hpp78 typename Proxy<T1>::ea_type eaP1 = P1.get_ea(); in apply_noalias()
79 typename Proxy<T2>::ea_type eaP2 = P2.get_ea(); in apply_noalias()
180 typename ProxyCube<T1>::ea_type eaP1 = P1.get_ea(); in apply_noalias()
181 typename ProxyCube<T2>::ea_type eaP2 = P2.get_ea(); in apply_noalias()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/i960/
H A Di960.cpp651 (void)get_ea(opcode); in execute_burst_stall_op()
1956 m_IP = get_ea(opcode); in execute_op()
1961 t1 = get_ea(opcode); in execute_op()
1967 t1 = get_ea(opcode); in execute_op()
1986 m_r[(opcode>>19)&0x1f] = get_ea(opcode); in execute_op()
2005 t1 = get_ea(opcode); in execute_op()
2025 t1 = get_ea(opcode); in execute_op()
2044 t1 = get_ea(opcode); in execute_op()
2064 t1 = get_ea(opcode); in execute_op()
2083 t1 = get_ea(opcode); in execute_op()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/i960/
H A Di960.cpp651 (void)get_ea(opcode); in execute_burst_stall_op()
1956 m_IP = get_ea(opcode); in execute_op()
1961 t1 = get_ea(opcode); in execute_op()
1967 t1 = get_ea(opcode); in execute_op()
1986 m_r[(opcode>>19)&0x1f] = get_ea(opcode); in execute_op()
2005 t1 = get_ea(opcode); in execute_op()
2025 t1 = get_ea(opcode); in execute_op()
2044 t1 = get_ea(opcode); in execute_op()
2064 t1 = get_ea(opcode); in execute_op()
2083 t1 = get_ea(opcode); in execute_op()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/hphybrid/
H A Dhphybrid.cpp353 m_reg_A = RM(get_ea(opcode)); in execute_one_bpc()
359 m_reg_B = RM(get_ea(opcode)); in execute_one_bpc()
365 if (m_reg_A != RM(get_ea(opcode))) { in execute_one_bpc()
375 if (m_reg_B != RM(get_ea(opcode))) { in execute_one_bpc()
385 do_add(m_reg_A , RM(get_ea(opcode))); in execute_one_bpc()
397 WM(get_ea(opcode) , m_reg_A); in execute_one_bpc()
403 WM(get_ea(opcode) , m_reg_B); in execute_one_bpc()
417 ea = get_ea(opcode); in execute_one_bpc()
430 m_reg_A &= RM(get_ea(opcode)); in execute_one_bpc()
436 ea = get_ea(opcode); in execute_one_bpc()
[all …]

123456