• Home
  • Raw
  • Download

Lines Matching refs:copysign

37       (boost::math::copysign)(b, (boost::math::signbit)(b) ? RealType(1.) : RealType(-1.) ));  in test_spots()
40 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(1)); in test_spots()
41 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(1)); in test_spots()
45 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(1)); in test_spots()
46 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(1)); in test_spots()
50 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(-1)); in test_spots()
51 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(-1)); in test_spots()
55 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(1)); in test_spots()
56 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(1)); in test_spots()
60 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(-1)); in test_spots()
61 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(-1)); in test_spots()
68 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(1)); in test_spots()
69 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(1)); in test_spots()
75 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(-1)); in test_spots()
76 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(-1)); in test_spots()
85 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(1)); in test_spots()
86 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(1)); in test_spots()
93 BOOST_CHECK_EQUAL((boost::math::copysign)(b, a), RealType(-1)); in test_spots()
94 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(-1)); in test_spots()
108 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(1)); in test_spots()
112 BOOST_CHECK_EQUAL((boost::math::copysign)(c, b), RealType(-1)); in test_spots()
123 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(1)); in test_spots()
127 BOOST_CHECK_EQUAL((boost::math::copysign)(c, b), RealType(-1)); in test_spots()
134 BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(1)); in test_spots()
138 BOOST_CHECK_EQUAL((boost::math::copysign)(c, b), RealType(-1)); in test_spots()