Home
last modified time | relevance | path

Searched refs:sixth (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/boost/boost/geometry/srs/projections/proj/
Dlarr.hpp64 static const T sixth = detail::sixth<T>(); in fwd() local
67 xy_y = lp_lat / (cos(0.5 * lp_lat) * cos(sixth * lp_lon)); in fwd()
/third_party/boost/boost/geometry/srs/projections/
Dconstants.hpp50 inline T sixth() { return boost::math::constants::sixth<T>(); } in sixth() function
/third_party/boost/libs/math/test/
Dtest_recurrence.cpp65 …T sixth = boost::math::tools::apply_recurrence_relation_forward(coef, 6, first, second, (int*)0, &… in test_spots() local
68 BOOST_CHECK_CLOSE_FRACTION(sixth, expected1, tol); in test_spots()
119 …T sixth = boost::math::tools::apply_recurrence_relation_backward(coef, 6, first, second, (int*)0, … in test_spots() local
122 BOOST_CHECK_CLOSE_FRACTION(sixth, expected1, tol); in test_spots()
Dtest_constant_generate.cpp30 BOOST_CONSTANTS_GENERATE(sixth); in main()
/third_party/gettext/gettext-tools/tests/
Dmsgunfmt-properties-117 six=sixth
/third_party/boost/tools/quickbook/test/
Dpreformatted-1_1.quickbook19 no syntax highlighting. The fifth and sixth lines should appear indented to the
Dpreformatted-1_6.quickbook20 no syntax highlighting. The fifth and sixth lines should appear indented to the
/third_party/boost/boost/math/interpolators/detail/
Dcubic_b_spline_detail.hpp55 return boost::math::constants::sixth<Real>()*(y*y*y - 4*z*z*z); in b3_spline()
60 return boost::math::constants::sixth<Real>()*y*y*y; in b3_spline()
Dcardinal_cubic_b_spline_detail.hpp55 return boost::math::constants::sixth<Real>()*(y*y*y - 4*z*z*z); in b3_spline()
60 return boost::math::constants::sixth<Real>()*y*y*y; in b3_spline()
/third_party/boost/libs/geometry/doc/generated/
Dtag_cast.qbk42 [[typename BaseTag6] [void] [Optional sixth base tag ]]
/third_party/python/Lib/unittest/test/
Dtest_setups.py248 sixth = unittest.TestSuite((Test3('testTwo'),))
249 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
/third_party/e2fsprogs/
DINSTALL.elfbin33 fifth and sixth field of filesystem entry, which are the dump
DINSTALL54 fifth and sixth field of filesystem entry, which are the dump
/third_party/skia/third_party/externals/icu/source/data/rbnf/
Den_IN.txt135 "6: sixth;",
Den.txt162 "6: sixth;",
/third_party/icu/icu4c/source/data/rbnf/
Den_IN.txt135 "6: sixth;",
Den.txt162 "6: sixth;",
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/
Den_IN.txt134 "6: sixth;",
Den.txt164 "6: sixth;",
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_timer_instruments.txt104 another dummy value. The sixth word (index 5) will contain the marker
DSGIX_bali_g_instruments.txt106 another dummy value. This will be followed by the sixth word
/third_party/openGLES/extensions/SGIX/
DSGIX_bali_timer_instruments.txt104 another dummy value. The sixth word (index 5) will contain the marker
DSGIX_bali_g_instruments.txt106 another dummy value. This will be followed by the sixth word
/third_party/boost/libs/asio/example/cpp03/tutorial/
Dtimer_dox.txt148 sixth time.
153 stop running when the timer fires for the sixth time. However you will observe
190 program when the timer fires for the sixth time.
/third_party/boost/libs/algorithm/doc/
Dis_palindrome.qbk19 The fifth form takes a single C-string and a predicate. The sixth form takes a single C-string.

123456