Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dcomplex_test.cpp276 static const T quarter_pi = half_pi / 2; in check_spots() local
360 BOOST_CHECK_CLOSE(result.real(), quarter_pi, eps*200); in check_spots()
368 BOOST_CHECK_CLOSE(result.real(), quarter_pi, eps*200); in check_spots()
499 BOOST_CHECK_CLOSE(result.imag(), quarter_pi, eps*200); in check_spots()
507 BOOST_CHECK_CLOSE(result.imag(), -quarter_pi, eps*200); in check_spots()
619 BOOST_CHECK_CLOSE(result.imag(), quarter_pi, eps*200); in check_spots()
623 BOOST_CHECK_CLOSE(result.imag(), -quarter_pi, eps*200); in check_spots()
627 BOOST_CHECK_CLOSE(result.imag(), -quarter_pi, eps*200); in check_spots()
631 BOOST_CHECK_CLOSE(result.imag(), quarter_pi, eps*200); in check_spots()
Dtest_constants.cpp163 …BOOST_CHECK_CLOSE_FRACTION(3.14159265358979323846264338327950288419716939937510L/4, quarter_pi<Rea… in test_spots()
165 …BOOST_CHECK_CLOSE_FRACTION(3.14159265358979323846264338327950288419716939937510L/4, quarter_pi<Rea… in test_spots()
300 …tatic_cast<float>(3.14159265358979323846264338327950288419716939937510F/4), quarter_pi, tolerance); in test_float_spots()
421 …tatic_cast<double>(3.14159265358979323846264338327950288419716939937510/4), quarter_pi, tolerance); in test_double_spots()
546 …cast<long double>(3.14159265358979323846264338327950288419716939937510L/4), quarter_pi, tolerance); in test_long_double_spots()
679 …BOOST_CHECK_CLOSE_FRACTION(3.14159265358979323846264338327950288419716939937510L/4, (quarter_pi<re… in test_real_concept_policy()
/third_party/boost/boost/math/complex/
Dasin.hpp45 static const T quarter_pi = s_pi / 4; in asin() local
95 real = quarter_pi; in asin()
Dacos.hpp45 static const T quarter_pi = s_pi / 4; in acos() local
70 real = quarter_pi; in acos()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dconstants.hpp71 GLM_FUNC_DECL GLM_CONSTEXPR genType quarter_pi();
Dconstants.inl57 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType quarter_pi() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimalIntrinsics.cpp160 const Float4 quarter_pi(7.85398163e-1f); // pi/4 in Atan2() local
184 (inf_y & As<Int4>(quarter_pi))); in Atan2()
/third_party/boost/boost/math/constants/
Dconstants.hpp323 …BOOST_DEFINE_MATH_CONSTANT(quarter_pi, 0.785398163397448309615660845819875721049292, "0.7853981633…
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp394 const Float4 quarter_pi(7.85398163e-1f); // pi/4 in arctan() local
418 (inf_y & As<Int4>(quarter_pi))); in arctan()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp410 const Float4 quarter_pi(7.85398163e-1f); // pi/4 in arctan() local
434 (inf_y & As<Int4>(quarter_pi))); in arctan()
/third_party/boost/libs/math/doc/constants/
Dconstants.qbk318 [[quarter_pi] [[pi]/4] [0.78539816] [Equivalent to POSIX constant M_PI_4] ]