Searched defs:RJ (Results 1 - 10 of 10) 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/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 1456 milliseconds