OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:changesign
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
sign.hpp
3
// (C) Copyright Paul A. Bristow 2011 (added
changesign
).
67
//
Changesign
123
template<class T> T (
changesign
)(const T& x)
function in namespace:boost::math
136
return (boost::math::signbit)(x) != (boost::math::signbit)(y) ? (boost::math::
changesign
)(x) : x;
math_fwd.hpp
702
T
changesign
BOOST_NO_MACRO_EXPAND(const T& z);
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
834
else value = (boost::math::
changesign
) (std::numeric_limits<T>::quiet_NaN());
851
else value = (boost::math::
changesign
) (std::numeric_limits<T>::infinity());
[
all
...]
Completed in 68 milliseconds