X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fmath%2Freporting%2Fperformance%2Ftest_kn.cpp;fp=ceph%2Fsrc%2Fboost%2Flibs%2Fmath%2Freporting%2Fperformance%2Ftest_kn.cpp;h=bf2c8cda1925a8e8e1b51c9b29f8b3751c02d51c;hb=1e59de90020f1d8d374046ef9cca56ccd4e806e2;hp=e5553cf5693c0028a27f58544e6cb7cfb6ce5f92;hpb=bd41e436e25044e8e83156060a37c23cb661c364;p=ceph.git diff --git a/ceph/src/boost/libs/math/reporting/performance/test_kn.cpp b/ceph/src/boost/libs/math/reporting/performance/test_kn.cpp index e5553cf56..bf2c8cda1 100644 --- a/ceph/src/boost/libs/math/reporting/performance/test_kn.cpp +++ b/ceph/src/boost/libs/math/reporting/performance/test_kn.cpp @@ -17,7 +17,7 @@ typedef double T; #define SC_(x) static_cast(x) -static const boost::array, 9> k0_data = { { +static const std::array, 9> k0_data = { { { { SC_(0.0), SC_(1.0), SC_(0.421024438240708333335627379212609036136219748226660472298970) } }, { { SC_(0.0), SC_(2.0), SC_(0.113893872749533435652719574932481832998326624388808882892530) } }, { { SC_(0.0), SC_(4.0), SC_(0.0111596760858530242697451959798334892250090238884743405382553) } }, @@ -28,7 +28,7 @@ static const boost::array, 9> k0_data = { { { { SC_(0.0), SC_(50.0), SC_(3.41016774978949551392067551235295223184502537762334808993276e-23) } }, { { SC_(0.0), SC_(100.0), SC_(4.65662822917590201893900528948388635580753948544211387402671e-45) } }, } }; -static const boost::array, 9> k1_data = { { +static const std::array, 9> k1_data = { { { { SC_(1.0), SC_(1.0), SC_(0.601907230197234574737540001535617339261586889968106456017768) } }, { { SC_(1.0), SC_(2.0), SC_(0.139865881816522427284598807035411023887234584841515530384442) } }, { { SC_(1.0), SC_(4.0), SC_(0.0124834988872684314703841799808060684838415849886258457917076) } }, @@ -39,7 +39,7 @@ static const boost::array, 9> k1_data = { { { { SC_(1.0), SC_(50.0), SC_(3.44410222671755561259185303591267155099677251348256880221927e-23) } }, { { SC_(1.0), SC_(100.0), SC_(4.67985373563690928656254424202433530797494354694335352937465e-45) } }, } }; -static const boost::array, 9> kn_data = { { +static const std::array, 9> kn_data = { { { { SC_(2.0), T(std::ldexp(1.0, -30)), SC_(2.30584300921369395150000000000000000234841952009593636868109e18) } }, { { SC_(5.0), SC_(10.0), SC_(0.0000575418499853122792763740236992723196597629124356739596921536) } }, { { SC_(-5.0), SC_(100.0), SC_(5.27325611329294989461777188449044716451716555009882448801072e-45) } },