Home
last modified time | relevance | path

Searched refs:absG (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/numeric/conversion/test/
Dconverter_test.cpp53 template<class N> inline N absG ( N v ) in absG() function
57 template<> inline unsigned char absG<unsigned char> ( unsigned char v ) { return v ; } in absG() function
58 template<> inline unsigned short absG<unsigned short> ( unsigned short v ) { return v ; } in absG() function
59 template<> inline unsigned int absG<unsigned int> ( unsigned int v ) { return v ; } in absG() function
60 template<> inline unsigned long absG<unsigned long> ( unsigned long v ) { return v ; } in absG() function
107 v32 = absG(static_cast<boost::int32_t>(rand())); in test_conversions()
108 v16 = absG(static_cast<boost::int16_t>(rand())); in test_conversions()
117 v32 = absG(static_cast<boost::int32_t>(rand())); in test_conversions()
121 v16 = absG(static_cast<boost::int16_t>(rand())); in test_conversions()