Home
last modified time | relevance | path

Searched defs:col2 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/libs/geometry/test/strategies/
Dside_of_intersection.cpp52 segment col2(point(5, 5), point(10, 5)); // One IP with col1 at (5,5) in test_main() local
60 segment col2(point(5, 5), point(5, 12)); // IP with col1 at (5,5) in test_main() local
67 segment col2(point(5, 5), point(5, 12)); // IP with col1 at (5,5) in test_main() local
74 segment col2(point(5, 12), point(5, 5)); // IP with col1 at (5,5) in test_main() local
82 segment col2(point(517248, -862064), point(517248, -172408)); in test_main() local
89 segment col2(point(-221139, -833615), point(-290654, -384388)); in test_main() local
98 segment col2(point(27666779, 30811130), point(27671139, 30809237)); in test_main() local
/third_party/mindspore/tests/ut/python/dataset/
Dtest_filterop.py234 def filter_func_map(col1, col2): argument
243 def filter_func_map_all(col1, col2): argument
313 def filter_func_input_column1(col1, col2): argument
357 def filter_func_Partial_0(col1, col2, col3, col4): argument
414 def filter_func_Partial(col1, col2): argument
434 def filter_func_cifar(col1, col2): argument
461 def filter_func_part_sort(col1, col2, col3, col4, col5, col6): argument
466 def filter_func_map_sort(col1, col2, col3): argument
Dtest_var_batch_map.py189 def col1_col2_add_num(col1, col2, batchInfo): argument
197 def invert_sign_per_batch_multi_col(col1, col2, batchInfo): argument
249 def map_func(col1, col2, batchInfo): argument
323 def merge_col(col1, col2, batchInfo): argument
329 def swap_col(col1, col2, batchInfo): argument
/third_party/boost/libs/test/doc/examples/
Dexample36.run-fail.cpp15 int col2 [] = { 1, 2, 4, 4, 5, 7, 7 }; in BOOST_AUTO_TEST_CASE() local
/third_party/mindspore/tests/ut/data/dataset/testPyfuncMap/
Dschema.json15 "col2": { object
/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm695 .col2: label
/third_party/icu/tools/multi/proj/provider/
Dcolldiff.cpp125 UCollator *col2 = ucol_openFromShortString(xbuf3, FALSE, NULL, &subStatus); in main() local
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_misc.py204 def assertApprox(col1, col2): argument
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp214 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +()
229 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -()
244 RGBA8 min(const RGBA8& col1, const RGBA8& col2) { in min()
250 RGBA8 max(const RGBA8& col1, const RGBA8& col2) { in max()
256 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix()
267 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp223 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +()
238 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -()
253 RGBA8 min(const RGBA8& col1, const RGBA8& col2) { in min()
259 RGBA8 max(const RGBA8& col1, const RGBA8& col2) { in max()
265 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix()
276 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix()
/third_party/libjpeg-turbo/simd/powerpc/
Djfdctfst-altivec.c93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local
Djidctfst-altivec.c119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local
Djfdctint-altivec.c185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java403 Collator col2 = null; in TestHashCode() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java406 Collator col2 = null; in TestHashCode() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djfdctfst-altivec.c93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local
Djidctfst-altivec.c119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local
Djfdctint-altivec.c185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c77 int16x8_t col2 = cols_26.val[0]; in jsimd_fdct_ifast_neon() local
Djfdctint-neon.c114 int16x8_t col2 = cols_26.val[0]; in jsimd_fdct_islow_neon() local
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
452 Collator *col2 = 0; in TestHashCode() local
839 RuleBasedCollator *col2 = new RuleBasedCollator(ruleset2, success); in TestOperators() local
916 Collator *col2 = col1->clone(); in TestDuplicate() local
2250 TestCollator col2; in TestSubclass() local
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dfilters.c372 Color col1, col2, col3, col4; in zoomFilterFastRGB() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dconvolution_1x1_int8.cc286 int col2 = UP_ROUND(output_channel, C2NUM); in InitWeightBiasArm32() local

12