Home
last modified time | relevance | path

Searched refs:radian (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/third_party/boost/libs/geometry/test/core/
Dcoordinate_system.cpp86 test_all<bg::model::point<int, 2, bg::cs::spherical<bg::radian> >, in test_main()
87 bg::cs::spherical<bg::radian> >(); in test_main()
88 test_all<bg::model::point<float, 2, bg::cs::spherical<bg::radian> >, in test_main()
89 bg::cs::spherical<bg::radian> >(); in test_main()
90 test_all<bg::model::point<double, 2, bg::cs::spherical<bg::radian> >, in test_main()
91 bg::cs::spherical<bg::radian> >(); in test_main()
Dradian_access.cpp75 test_get<0, bg::model::point<T, 2, bg::cs::spherical<bg::radian> > > in test()
77 test_get<1, bg::model::point<T, 2, bg::cs::spherical<bg::radian> > > in test()
80 test_set<0, bg::model::point<T, 2, bg::cs::spherical<bg::radian> > > in test()
82 test_set<1, bg::model::point<T, 2, bg::cs::spherical<bg::radian> > > in test()
94 test_set<2, bg::model::point<T, 3, bg::cs::spherical<bg::radian> > > in test()
Dreverse_dispatch.cpp62 bg::model::point<int, 2, bg::cs::spherical<bg::radian> > in test_main()
/third_party/boost/libs/geometry/test/concepts/
Dpoint_well_formed_non_cartesian.cpp52 test_coordinate_system<bg::cs::geographic<bg::radian> >(); in main()
55 test_coordinate_system<bg::cs::spherical<bg::radian> >(); in main()
58 test_coordinate_system<bg::cs::spherical_equatorial<bg::radian> >(); in main()
61 test_coordinate_system<bg::cs::polar<bg::radian> >(); in main()
/third_party/boost/libs/geometry/test/formulas/
Dvertex_longitude.cpp40 bg::cs::spherical_equatorial<bg::radian> > point; in test_vrt_lon_sph()
83 typedef bg::model::point<CT, 2, bg::cs::geographic<bg::radian> > geo_point; in test_vrt_lon_geo()
133 bg::math::normalize_longitude<bg::radian, double>(res_an); in test_all()
134 bg::math::normalize_longitude<bg::radian, double>(res_th); in test_all()
135 bg::math::normalize_longitude<bg::radian, double>(res_vi); in test_all()
136 bg::math::normalize_longitude<bg::radian, double>(res_sh); in test_all()
Ddirect_meridian.cpp31 boost::geometry::radian, in check_meridian_direct()
37 boost::geometry::radian, in check_meridian_direct()
/third_party/boost/libs/geometry/doc/generated/
Dradian.qbk16 [section:radian radian]
18 '''<indexterm><primary>radian</primary></indexterm>'''
25 ``struct radian
/third_party/boost/libs/geometry/doc/reference/algorithms/
Dtransform.qbk20 [[__sph__ (degree) / __sph__ (radian)][Transforms coordinates from degree to radian, or vice versa]]
22 [[__sph__ (degree, with radius) / __sph__ (radian, with radius)][Transforms coordinates from degree…
/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c70 double radian; in compute_tables() local
79 radian = 2 * i * G_PI / NB_THETA; in compute_tables()
80 h = (0.2 + cos (radian) / 15.0 * sin (radian * 2.0 + 12.123)) * screen_coef; in compute_tables()
81 data->h_cos[i] = 0x10000 * (-h * cos (radian) * cos (radian)); in compute_tables()
82 data->h_sin[i] = 0x10000 * (h * sin (radian + 1.57) * sin (radian)); in compute_tables()
/third_party/boost/libs/geometry/test/algorithms/
Dtransform.cpp134 bg::model::point<double, 2, bg::cs::spherical<bg::radian> > >(bg::math::d2r<double>()); in test_main()
135 test_all<bg::model::point<double, 2, bg::cs::spherical<bg::radian> >, in test_main()
139 bg::model::point<float, 2, bg::cs::spherical<bg::radian> > >(bg::math::d2r<float>()); in test_main()
146 float, bg::radian in test_main()
151 double, bg::radian in test_main()
160 ttmath_big, bg::radian in test_main()
/third_party/boost/boost/geometry/core/
Dcs.hpp51 struct radian {}; struct
74 struct define_angular_units<geometry::radian>
76 typedef geometry::radian units;
255 typedef geometry::radian type;
/third_party/ffmpeg/tests/
Drotozoom.c122 int radian; in init_demo() local
148 radian = 2 * i * MY_PI / 360; in init_demo()
149 h = 2 * FIXP + int_sin(radian); in init_demo()
150 h_cos[i] = h * int_sin(radian + MY_PI / 2) / 2 / FIXP; in init_demo()
151 h_sin[i] = h * int_sin(radian) / 2 / FIXP; in init_demo()
/third_party/boost/boost/geometry/formulas/
Dsjoberg_intersection.hpp148 CT const lon_dist1 = (std::max)((std::min)(math::longitude_difference<radian>(lon1, lon), in apply()
149 math::longitude_difference<radian>(lon_a2, lon)), in apply()
150 (std::min)(math::longitude_difference<radian>(lon2, lon), in apply()
151 … math::longitude_difference<radian>(lon_b2, lon))); in apply()
152 CT const lon_dist2 = (std::max)((std::min)(math::longitude_difference<radian>(lon1, lon_2), in apply()
153 … math::longitude_difference<radian>(lon_a2, lon_2)), in apply()
154 (std::min)(math::longitude_difference<radian>(lon2, lon_2), in apply()
155 … math::longitude_difference<radian>(lon_b2, lon_2))); in apply()
702 CT const lon1_minus_lon2 = math::longitude_distance_signed<radian>(geod2.lonj, geod1.lonj); in apply()
938 CT dist1p = math::longitude_distance_signed<radian>(lon1, lon); in is_result_longitude_ok()
[all …]
Dmeridian_segment.hpp41 T diff = geometry::math::longitude_distance_signed<geometry::radian>(lon1, lon2); in is_meridian()
/third_party/boost/libs/geometry/test/strategies/
Dtransform_cs.cpp57 bg::model::point<T, 2, bg::cs::spherical<bg::radian> > spr; in test_transformations_spherical()
79 bg::model::point<T, 2, bg::cs::spherical_equatorial<bg::radian> > ser; in test_transformations_spherical()
100 bg::model::point<T, 3, bg::cs::spherical<bg::radian> > spr3; in test_transformations_spherical()
124 bg::model::point<T, 3, bg::cs::spherical_equatorial<bg::radian> > ser3; in test_transformations_spherical()
/third_party/boost/libs/geometry/test/algorithms/envelope_expand/
Dtest_envelope_expand_on_spheroid.hpp81 struct other_system_info<bg::cs::spherical_equatorial<bg::radian> >
100 typedef bg::radian units;
115 struct other_system_info<bg::cs::spherical<bg::radian> >
134 typedef bg::radian units;
149 struct other_system_info<bg::cs::geographic<bg::radian> >
168 typedef bg::radian units;
Dexpand.cpp152 test_spherical_radian<bg::model::point<double, 2, bg::cs::spherical<bg::radian> > >(); in test_main()
154 … test_spherical_radian<bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::radian> > >(); in test_main()
160 test_spherical_radian<bg::model::point<ttmath_big, 2, bg::cs::spherical<bg::radian> > >(); in test_main()
/third_party/boost/boost/geometry/strategies/
Dstrategy_transform.hpp437 struct default_strategy<CoordSysTag, CoordSysTag, CoordSys<degree>, CoordSys<radian>, 2, 2, P1, P2>
444 struct default_strategy<CoordSysTag, CoordSysTag, CoordSys<radian>, CoordSys<degree>, 2, 2, P1, P2>
452 struct default_strategy<CoordSysTag, CoordSysTag, CoordSys<degree>, CoordSys<radian>, 3, 3, P1, P2>
459 struct default_strategy<CoordSysTag, CoordSysTag, CoordSys<radian>, CoordSys<degree>, 3, 3, P1, P2>
/third_party/boost/boost/units/systems/si/
Dplane_angle.hpp24 BOOST_UNITS_STATIC_CONSTANT(radian,plane_angle);
/third_party/boost/libs/test/doc/examples/
Dexample38.output4 test.cpp(12): warning in "test": sin(45){0.850904} is > 0.71. Arg is not in radian?
/third_party/boost/libs/geometry/doc/src/examples/core/
Ddegree_radian.cpp21 typedef model::point<double, 2, cs::spherical_equatorial<radian> > radian_point; in main()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dget_turns_linear_linear_geo.cpp19 typedef bg::model::point<T, 2, bg::cs::geographic<bg::radian> > pt; in test_radian()
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dtransform.cpp26 bg::model::point<long double, 2, bg::cs::spherical<bg::radian> > p2; in main()
/third_party/icu/icu4c/source/data/unit/
Dku.txt22 radian{
163 radian{
/third_party/skia/third_party/externals/icu/source/data/unit/
Dku.txt22 radian{
163 radian{

12345678910>>...16