Searched refs:RJ (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp181 typedef typename add_reference<Element>::type RJ; typedef in class:get_impl
185 static RJ get(tuple<Head, Values...>& t) { return Next::get(t.tail()); }
191 typedef typename add_reference<Head>::type RJ; typedef in class:get_impl
194 static RJ get(tuple<Head, Values...>& t) { return t.head(); }
H A Dexample-bind.cpp138 typedef typename add_reference<Element>::type RJ; typedef in class:get_impl
142 static RJ get(tuple<Head, Values...>& t) { return Next::get(t.tail()); }
148 typedef typename add_reference<Head>::type RJ; typedef in class:get_impl
151 static RJ get(tuple<Head, Values...>& t) { return t.head(); }
/external/cblas/testing/
H A Dc_cblat2.f2583 LOGICAL FUNCTION LCE( RI, RJ, LR )
2596 COMPLEX RI( * ), RJ( * ) local in function:LCE
2601 IF( RI( I ).NE.RJ( I ) )
H A Dc_cblat3.f2620 LOGICAL FUNCTION LCE( RI, RJ, LR )
2635 COMPLEX RI( * ), RJ( * ) local in function:LCE
2640 IF( RI( I ).NE.RJ( I ) )
H A Dc_dblat2.f2756 LOGICAL FUNCTION LDE( RI, RJ, LR )
2769 DOUBLE PRECISION RI( * ), RJ( * ) local in function:LDE
2774 IF( RI( I ).NE.RJ( I ) )
H A Dc_dblat3.f2317 LOGICAL FUNCTION LDE( RI, RJ, LR )
2332 DOUBLE PRECISION RI( * ), RJ( * ) local in function:LDE
2337 IF( RI( I ).NE.RJ( I ) )
H A Dc_sblat2.f2756 LOGICAL FUNCTION LSE( RI, RJ, LR )
2769 REAL RI( * ), RJ( * ) local in function:LSE
2774 IF( RI( I ).NE.RJ( I ) )
H A Dc_sblat3.f2321 LOGICAL FUNCTION LSE( RI, RJ, LR )
2336 REAL RI( * ), RJ( * ) local in function:LSE
2341 IF( RI( I ).NE.RJ( I ) )
H A Dc_zblat3.f2624 LOGICAL FUNCTION LZE( RI, RJ, LR )
2639 COMPLEX*16 RI( * ), RJ( * ) local in function:LZE
2644 IF( RI( I ).NE.RJ( I ) )
H A Dc_zblat2.f2589 LOGICAL FUNCTION LZE( RI, RJ, LR )
2602 COMPLEX*16 RI( * ), RJ( * ) local in function:LZE
2607 IF( RI( I ).NE.RJ( I ) )
/external/eigen/blas/testing/
H A Dcblat2.f3002 LOGICAL FUNCTION LCE( RI, RJ, LR )
3015 COMPLEX RI( * ), RJ( * ) local in function:LCE
3020 IF( RI( I ).NE.RJ( I ) )
H A Dcblat3.f3187 LOGICAL FUNCTION LCE( RI, RJ, LR )
3202 COMPLEX RI( * ), RJ( * ) local in function:LCE
3207 IF( RI( I ).NE.RJ( I ) )
H A Ddblat2.f2905 LOGICAL FUNCTION LDE( RI, RJ, LR )
2918 DOUBLE PRECISION RI( * ), RJ( * ) local in function:LDE
2923 IF( RI( I ).NE.RJ( I ) )
H A Ddblat3.f2579 LOGICAL FUNCTION LDE( RI, RJ, LR )
2594 DOUBLE PRECISION RI( * ), RJ( * ) local in function:LDE
2599 IF( RI( I ).NE.RJ( I ) )
H A Dsblat2.f2905 LOGICAL FUNCTION LSE( RI, RJ, LR )
2918 REAL RI( * ), RJ( * ) local in function:LSE
2923 IF( RI( I ).NE.RJ( I ) )
H A Dsblat3.f2579 LOGICAL FUNCTION LSE( RI, RJ, LR )
2594 REAL RI( * ), RJ( * ) local in function:LSE
2599 IF( RI( I ).NE.RJ( I ) )
H A Dzblat2.f3010 LOGICAL FUNCTION LZE( RI, RJ, LR )
3023 COMPLEX*16 RI( * ), RJ( * ) local in function:LZE
3028 IF( RI( I ).NE.RJ( I ) )
H A Dzblat3.f3193 LOGICAL FUNCTION LZE( RI, RJ, LR )
3208 COMPLEX*16 RI( * ), RJ( * ) local in function:LZE
3213 IF( RI( I ).NE.RJ( I ) )

Completed in 247 milliseconds