Home
last modified time | relevance | path

Searched defs:ew (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/email/
D_encoded_words.py152 def decode(ew): argument
/third_party/ffmpeg/libavfilter/
Dvf_cover_rect.c139 AVDictionaryEntry *ex, *ey, *ew, *eh; in filter_frame() local
Dvf_v360.c1394 const float ew = width / 3.f; in cube3x2_to_xyz() local
1432 const float ew = width / 3.f; in xyz_to_cube3x2() local
1522 const float ew = width; in cube1x6_to_xyz() local
1555 const float ew = width / 6.f; in cube6x1_to_xyz() local
1669 const float ew = width / 6.f; in xyz_to_cube6x1() local
3245 const float ew = width / 2.f; in dfisheye_to_xyz() local
3286 const float ew = width / 2.f; in xyz_to_dfisheye() local
3342 const int ew = 4 * width / 5; in barrel_to_xyz() local
3357 const int ew = width / 5; in barrel_to_xyz() local
3416 int ew, eh; in xyz_to_barrel() local
[all …]
Daf_anequalizer.c444 double epsilon, g, eu, ew; in chebyshev2_bp_filter() local
/third_party/boost/boost/date_time/local_time/
Dposix_time_zone.hpp382 unsigned short sm=0,sw=0,sd=0,em=0,ew=0,ed=0; // start/end month,week,day in M_func() local
/third_party/boost/boost/graph/
Dbetweenness_centrality.hpp557 typedef typename get_param_type< edge_weight_t, named_params >::type ew; in brandes_betweenness_centrality() typedef
/third_party/boost/boost/graph/distributed/
Dbetweenness_centrality.hpp1399 typedef typename detail::choose_impl_result<mpl::true_, Graph, ew_param, edge_weight_t>::type ew; in brandes_betweenness_centrality() typedef
1609 typedef typename detail::choose_impl_result<mpl::true_, Graph, ew_param, edge_weight_t>::type ew; in non_distributed_brandes_betweenness_centrality() typedef