/third_party/boost/boost/geometry/srs/projections/proj/ |
D | larr.hpp | 64 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/ |
D | constants.hpp | 50 inline T sixth() { return boost::math::constants::sixth<T>(); } in sixth() function
|
/third_party/boost/libs/math/test/ |
D | test_recurrence.cpp | 65 …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()
|
D | test_constant_generate.cpp | 30 BOOST_CONSTANTS_GENERATE(sixth); in main()
|
/third_party/gettext/gettext-tools/tests/ |
D | msgunfmt-properties-1 | 17 six=sixth
|
/third_party/boost/tools/quickbook/test/ |
D | preformatted-1_1.quickbook | 19 no syntax highlighting. The fifth and sixth lines should appear indented to the
|
D | preformatted-1_6.quickbook | 20 no syntax highlighting. The fifth and sixth lines should appear indented to the
|
/third_party/boost/boost/math/interpolators/detail/ |
D | cubic_b_spline_detail.hpp | 55 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()
|
D | cardinal_cubic_b_spline_detail.hpp | 55 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/ |
D | tag_cast.qbk | 42 [[typename BaseTag6] [void] [Optional sixth base tag ]]
|
/third_party/python/Lib/unittest/test/ |
D | test_setups.py | 248 sixth = unittest.TestSuite((Test3('testTwo'),)) 249 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
|
/third_party/e2fsprogs/ |
D | INSTALL.elfbin | 33 fifth and sixth field of filesystem entry, which are the dump
|
D | INSTALL | 54 fifth and sixth field of filesystem entry, which are the dump
|
/third_party/skia/third_party/externals/icu/source/data/rbnf/ |
D | en_IN.txt | 135 "6: sixth;",
|
D | en.txt | 162 "6: sixth;",
|
/third_party/icu/icu4c/source/data/rbnf/ |
D | en_IN.txt | 135 "6: sixth;",
|
D | en.txt | 162 "6: sixth;",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/ |
D | en_IN.txt | 134 "6: sixth;",
|
D | en.txt | 164 "6: sixth;",
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_bali_timer_instruments.txt | 104 another dummy value. The sixth word (index 5) will contain the marker
|
D | SGIX_bali_g_instruments.txt | 106 another dummy value. This will be followed by the sixth word
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_bali_timer_instruments.txt | 104 another dummy value. The sixth word (index 5) will contain the marker
|
D | SGIX_bali_g_instruments.txt | 106 another dummy value. This will be followed by the sixth word
|
/third_party/boost/libs/asio/example/cpp03/tutorial/ |
D | timer_dox.txt | 148 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/ |
D | is_palindrome.qbk | 19 The fifth form takes a single C-string and a predicate. The sixth form takes a single C-string.
|