Home
last modified time | relevance | path

Searched defs:src_array (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/vectorization/
H A DTestVectorUnalignedOffset.java35 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
41 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/vectorization/
H A DTestVectorUnalignedOffset.java35 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
41 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestVectorUnalignedOffset.java36 static void test1(int[] src_array, int[] dst_array, int l) { in test1()
42 static void test2(byte[] src_array, byte[] dst_array, int l) { in test2()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/arraycopy/
H A DTestArrayCopyOverflowInBoundChecks.java37 static byte[] src_array = { 'a', 'b', 'c', 'd', 'e' }; field in TestArrayCopyOverflowInBoundChecks
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/arraycopy/
H A DTestArrayCopyOverflowInBoundChecks.java37 static byte[] src_array = { 'a', 'b', 'c', 'd', 'e' }; field in TestArrayCopyOverflowInBoundChecks
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/arraycopy/
H A DTestArrayCopyOverflowInBoundChecks.java37 static byte[] src_array = { 'a', 'b', 'c', 'd', 'e' }; field in TestArrayCopyOverflowInBoundChecks
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/arraycopy/
H A DTestArrayCopyOverflowInBoundChecks.java37 static byte[] src_array = { 'a', 'b', 'c', 'd', 'e' }; field in TestArrayCopyOverflowInBoundChecks
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/arraycopy/
H A DTestArrayCopyOverflowInBoundChecks.java37 static byte[] src_array = { 'a', 'b', 'c', 'd', 'e' }; field in TestArrayCopyOverflowInBoundChecks
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/arraycopy/
H A DTestArrayCopyOverflowInBoundChecks.java37 static byte[] src_array = { 'a', 'b', 'c', 'd', 'e' }; field in TestArrayCopyOverflowInBoundChecks
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/arraycopy/
H A DTestArrayCopyOverflowInBoundChecks.java37 static byte[] src_array = { 'a', 'b', 'c', 'd', 'e' }; field in TestArrayCopyOverflowInBoundChecks
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/arraycopy/
H A DTestArrayCopyOverflowInBoundChecks.java37 static byte[] src_array = { 'a', 'b', 'c', 'd', 'e' }; field in TestArrayCopyOverflowInBoundChecks
/dports/science/cdo/cdo-2.0.0/src/
H A Dremap_vars.cc26 remapFirstOrder(Varray<T> &dst_array, const RemapVars &rv, const Varray<T> &src_array) in remapFirstOrder()
122 remapSecondOrder(Varray<T> &dst_array, const RemapVars &rv, const Varray<T> &src_array, RemapGradie… in remapSecondOrder()
162 …> &dst_array, T missval, size_t dst_size, const RemapVars &rv, const Varray<T> &src_array, RemapGr… in remap()
264 …(Varray<T> &dst_array, T missval, size_t dst_size, const RemapVars &rv, const Varray<T> &src_array) in remap_laf()
400 …(Varray<T> &dst_array, T missval, size_t dst_size, const RemapVars &rv, const Varray<T> &src_array) in remap_avg()
H A Dremap_distwgt.cc90 remap_dist_wgt(size_t numNeighbors, RemapSearch &rsearch, const Varray<T> &src_array, Varray<T> &tg… in remap_dist_wgt()
168 auto src_array = field1.vec_d.data(); in intgriddis() local
H A Dremap_bicubic.cc185 bicubic_remap(const Varray<T> &src_array, const double (&weights)[4][4], const size_t (&src_add)[4]… in bicubic_remap()
201 remap_bicubic(RemapSearch &rsearch, const Varray<T> &src_array, Varray<T> &tgt_array, T missval) in remap_bicubic()
H A Dremap_bilinear.cc232 bilinear_remap(const Varray<T> &src_array, const double (&weights)[4], const size_t (&src_add)[4]) in bilinear_remap()
243 remap_bilinear(RemapSearch &rsearch, const Varray<T> &src_array, Varray<T> &tgt_array, T missval) in remap_bilinear()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_merge.c200 tGPencilPointCache *src_array) in gpencil_calc_points_factor()
297 static int gpencil_insert_to_array(tGPencilPointCache *src_array, in gpencil_insert_to_array()
337 tGPencilPointCache *src_array, int totpoints, bGPDstroke *gps_filter, float *start, float *end) in gpencil_get_extremes()
359 static int gpencil_analyze_strokes(tGPencilPointCache *src_array, in gpencil_analyze_strokes()
/dports/devel/ga/ga-5.8/gparrays/src/
H A Dgponesided.c165 void ***src_array, ***dst_array; in pgp_get() local
394 void ***src_array, ***dst_array; in pgp_put() local
703 void ***src_array, ***dst_array; in pgp_gather() local
863 void ***src_array, ***dst_array; in pgp_scatter() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DSharedResponseData.hpp394 void expand_for_fields_sdv(const SharedResponseData& srd, const T& src_array, in expand_for_fields_sdv()
440 void expand_for_fields_stl(const SharedResponseData& srd, const T& src_array, in expand_for_fields_stl()

1234567