Home
last modified time | relevance | path

Searched refs:clipped_t (Results 1 – 10 of 10) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A Dpath_cleanup.cpp17 typedef PathClipper<nan_removal_t> clipped_t; typedef in PathCleanupIterator
18 typedef PathSnapper<clipped_t> snapped_t;
26 clipped_t m_clipped;
H A D_path.h943 typedef PathClipper<nan_removal_t> clipped_t; in convert_path_to_polygons() typedef
944 typedef PathSimplifier<clipped_t> simplify_t; in convert_path_to_polygons()
952 clipped_t clipped(nan_removed, do_clip && !path.has_curves(), width, height); in convert_path_to_polygons()
1009 typedef PathClipper<nan_removal_t> clipped_t; in cleanup_path() typedef
1010 typedef PathSnapper<clipped_t> snapped_t; in cleanup_path()
1017 clipped_t clipped(nan_removed, do_clip && !path.has_curves(), rect); in cleanup_path()
1212 typedef PathClipper<nan_removal_t> clipped_t; in convert_to_string() typedef
1213 typedef PathSimplifier<clipped_t> simplify_t; in convert_to_string()
1221 clipped_t clipped(nan_removed, do_clip && !path.has_curves(), clip_rect); in convert_to_string()
H A D_backend_agg.h463 typedef PathClipper<nan_removed_t> clipped_t; in draw_path() typedef
464 typedef PathSnapper<clipped_t> snapped_t; in draw_path()
487 clipped_t clipped(nan_removed, clip && !path.has_curves(), width, height); in draw_path()
923 typedef PathClipper<nan_removed_t> clipped_t; in _draw_path_collection_generic() typedef
924 typedef PathSnapper<clipped_t> snapped_t; in _draw_path_collection_generic()
926 typedef agg::conv_curve<clipped_t> curve_t; in _draw_path_collection_generic()
1012 clipped_t clipped(nan_removed, do_clip && !has_curves, width, height); in _draw_path_collection_generic()
1026 clipped_t clipped(nan_removed, do_clip, width, height); in _draw_path_collection_generic()
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/qnn/op/
H A Drequantize.cc87 auto clipped_t = Clip(shifted_int64_t, q_min, q_max); in RequantizeLower() local
88 return Cast(clipped_t, out_dtype); in RequantizeLower()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/qnn/op/
H A Drequantize.cc87 auto clipped_t = Clip(shifted_int64_t, q_min, q_max); in RequantizeLower() local
88 return Cast(clipped_t, out_dtype); in RequantizeLower()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DBAM_Alignment.c167 } clipped_t; typedef
169 static clipped_t const get_clipping(BAM_Record const *rec) in get_clipping()
171 clipped_t rslt = { 0, rec->seqlen }; in get_clipping()
194 clipped_t const clipping = get_clipping(self->cur); in BAM_AlignmentClippedFragmentBases()
211 clipped_t const clipping = get_clipping(self->cur); in BAM_AlignmentClippedFragmentQualities()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DBAM_Alignment.c167 } clipped_t; typedef
169 static clipped_t const get_clipping(BAM_Record const *rec) in get_clipping()
171 clipped_t rslt = { 0, rec->seqlen }; in get_clipping()
194 clipped_t const clipping = get_clipping(self->cur); in BAM_AlignmentClippedFragmentBases()
211 clipped_t const clipping = get_clipping(self->cur); in BAM_AlignmentClippedFragmentQualities()
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_path.h998 typedef PathClipper<nan_removal_t> clipped_t; in convert_path_to_polygons() typedef
999 typedef PathSimplifier<clipped_t> simplify_t; in convert_path_to_polygons()
1007 clipped_t clipped(nan_removed, do_clip && !path.has_curves(), width, height); in convert_path_to_polygons()
1064 typedef PathClipper<nan_removal_t> clipped_t; in cleanup_path() typedef
1065 typedef PathSnapper<clipped_t> snapped_t; in cleanup_path()
1072 clipped_t clipped(nan_removed, do_clip && !path.has_curves(), rect); in cleanup_path()
1223 typedef PathClipper<nan_removal_t> clipped_t; in convert_to_string() typedef
1224 typedef PathSimplifier<clipped_t> simplify_t; in convert_to_string()
1232 clipped_t clipped(nan_removed, do_clip && !path.has_curves(), clip_rect); in convert_to_string()
H A D_backend_agg.h460 typedef PathClipper<nan_removed_t> clipped_t; in draw_path() typedef
461 typedef PathSnapper<clipped_t> snapped_t; in draw_path()
484 clipped_t clipped(nan_removed, clip, width, height); in draw_path()
920 typedef PathClipper<nan_removed_t> clipped_t; in _draw_path_collection_generic() typedef
921 typedef PathSnapper<clipped_t> snapped_t; in _draw_path_collection_generic()
923 typedef agg::conv_curve<clipped_t> curve_t; in _draw_path_collection_generic()
1009 clipped_t clipped(nan_removed, do_clip, width, height); in _draw_path_collection_generic()
1023 clipped_t clipped(nan_removed, do_clip, width, height); in _draw_path_collection_generic()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/qnn/op/
H A Drequantize.cc198 auto clipped_t = Clip(shifted_int32_t, q_min, q_max); in RequantizeLower() local
199 return Cast(clipped_t, out_dtype); in RequantizeLower()