Searched refs:Col (Results 1 – 11 of 11) sorted by relevance
45 template <int Row,int Col>53 BOOST_QVM_STATIC_ASSERT(Col>=0); in read_element()54 BOOST_QVM_STATIC_ASSERT(Col<Cols); in read_element()55 return x.a[Row][Col]; in read_element()58 template <int Row,int Col>66 BOOST_QVM_STATIC_ASSERT(Col>=0); in write_element()67 BOOST_QVM_STATIC_ASSERT(Col<Cols); in write_element()68 return x.a[Row][Col]; in write_element()
38 template <int Row,int Col>46 BOOST_QVM_STATIC_ASSERT(Col>=0); in read_element()47 BOOST_QVM_STATIC_ASSERT(Col<Cols); in read_element()48 return x[Row][Col]; in read_element()51 template <int Row,int Col>59 BOOST_QVM_STATIC_ASSERT(Col>=0); in write_element()60 BOOST_QVM_STATIC_ASSERT(Col<Cols); in write_element()61 return x[Row][Col]; in write_element()
216 template <int Row,int Col>224 BOOST_QVM_STATIC_ASSERT(Col>=0); in read_element()225 BOOST_QVM_STATIC_ASSERT(Col<Dim); in read_element()226 return scalar_traits<scalar_type>::value(Row==Col); in read_element()296 template <int Row,int Col>326 template <int Row,int Col>334 BOOST_QVM_STATIC_ASSERT(Col>=0); in read_element()335 BOOST_QVM_STATIC_ASSERT(Col<cols); in read_element()336 return qvm_detail::projection_get<Row,Col>::get(x); in read_element()415 template <int Row,int Col>[all …]
61 template <int Row,int Col>69 BOOST_QVM_STATIC_ASSERT(Col>=0); in read_element()70 BOOST_QVM_STATIC_ASSERT(Col<cols); in read_element()71 …return mat_traits<OriginalMatrix>::template read_element<Col,Row>(reinterpret_cast<OriginalMatrix … in read_element()74 template <int Row,int Col>82 BOOST_QVM_STATIC_ASSERT(Col>=0); in write_element()83 BOOST_QVM_STATIC_ASSERT(Col<cols); in write_element()84 …return mat_traits<OriginalMatrix>::template write_element<Col,Row>(reinterpret_cast<OriginalMatrix… in write_element()
112 RangeT& Col, in find_iterator() argument116 …erator_range<BOOST_STRING_TYPENAME range_iterator<RangeT>::type> lit_col(::boost::as_literal(Col)); in find_iterator()280 RangeT& Col, in split_iterator() argument285 …erator_range<BOOST_STRING_TYPENAME range_iterator<RangeT>::type> lit_col(::boost::as_literal(Col)); in split_iterator()
180 "LED G", "LED B", "Col A", "Col B", "Col C", "Col D",
254 "Row %3d, Col %3d, Src byte offset %3d bit offset %2d Dst offset %3d",286 "Row %3d, Col %3d, Src byte offset %3d bit offset %2d Dst offset %3d",
961 .long 7182 # Line 7 Col 14965 .long 8206 # Line 8 Col 14
625 Col primo comando dovrebbe chiedervi il PIN della smartcard, e poi dovrebbe
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
7114 read(5, "GIMP Gradient\nName: Tropical Col"..., 4096) = 965