Home
last modified time | relevance | path

Searched defs:fmap (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/container/test/
Dflat_map_test.cpp147 flat_map<int, int> fmap(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test() local
202 auto fmap = flat_map(int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
211 auto fmap = flat_map(int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
220 auto fmap = flat_map(int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
229 auto fmap = flat_map(int_map.begin(), int_map.end(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
241 auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
250 auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
259 …auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t(), alloc_pai… in constructor_template_auto_deduction_test() local
268 … auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
302 flat_map<int, int> fmap; in flat_tree_extract_adopt_test() local
[all …]
Dmap_test.cpp376 auto fmap = map(int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
385 auto fmap = map(int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
394 auto fmap = map(int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
403 auto fmap = map(int_map.begin(), int_map.end(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
415 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
424 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
433 …auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int… in constructor_template_auto_deduction_test() local
442 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
/third_party/typescript/tests/baselines/reference/
DgenericClasses4.js6 fmap<B>(f: (a: A) => B): Vec2_T<B> { field in Vec2_T
27 Vec2_T.prototype.fmap = function (f) { method in Vec2_T
/third_party/typescript/tests/cases/compiler/
DgenericClasses4.ts5 fmap<B>(f: (a: A) => B): Vec2_T<B> { method in Vec2_T
/third_party/ffmpeg/libavfilter/
Dvf_vignette.c70 float *fmap; member
234 const float *fmap = s->fmap; in filter_frame() local
260 const float *fmap = s->fmap; in filter_frame() local
/third_party/boost/libs/graph/example/
Ddfs-example.cpp22 dfs_time_visitor(TimeMap dmap, TimeMap fmap, T& t) in dfs_time_visitor()
/third_party/bzip2/
Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort()
93 void fallbackQSort3 ( UInt32* fmap, in fallbackQSort3()
212 void fallbackSort ( UInt32* fmap, in fallbackSort()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort()
93 void fallbackQSort3 ( UInt32* fmap, in fallbackQSort3()
212 void fallbackSort ( UInt32* fmap, in fallbackSort()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort()
93 void fallbackQSort3 ( UInt32* fmap, in fallbackQSort3()
212 void fallbackSort ( UInt32* fmap, in fallbackSort()
/third_party/boost/libs/graph/test/
Dbundled_properties.cpp207 boost::filtered_graph< Map, boost::keep_all > fmap(map, boost::keep_all()); in test_bundled_properties() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc52 const std::map<std::string, AbstractShapeTransferFunc> fmap{ in GetFakeAbstractShape() local
/third_party/mindspore/tests/ut/python/dataset/
Dtest_var_batch_map.py253 def batch_map_config(num, r, fbatch, fmap, col_names, res): argument
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c984 float *fmap = (float *)map; in gen4_upload_curbe() local