Home
last modified time | relevance | path

Searched +defs:val +defs:seed (Results 1 – 25 of 1050) sorted by relevance

12345678910>>...42

/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/
H A Dfarmhash.cc182 STATIC_INLINE uint32_t Bswap32(uint32_t val) { return bswap_32(val); } in Bswap32()
183 STATIC_INLINE uint64_t Bswap64(uint64_t val) { return bswap_64(val); } in Bswap64()
187 STATIC_INLINE uint32_t BasicRotate32(uint32_t val, int shift) { in BasicRotate32()
192 STATIC_INLINE uint64_t BasicRotate64(uint64_t val, int shift) { in BasicRotate64()
199 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
205 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
213 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
216 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
360 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix()
457 const uint64_t seed = 81; in Hash64() local
[all …]
/aosp_15_r20/external/libtextclassifier/native/utils/hash/
H A Dfarmhash.cc184 STATIC_INLINE uint32_t Bswap32(uint32_t val) { return bswap_32(val); } in Bswap32()
185 STATIC_INLINE uint64_t Bswap64(uint64_t val) { return bswap_64(val); } in Bswap64()
189 STATIC_INLINE uint32_t BasicRotate32(uint32_t val, int shift) { in BasicRotate32()
194 STATIC_INLINE uint64_t BasicRotate64(uint64_t val, int shift) { in BasicRotate64()
201 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
207 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
215 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
218 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
362 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix()
459 const uint64_t seed = 81; in Hash64() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
197 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes()
206 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes()
211 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes()
217 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes()
227 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes()
250 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
341 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; in get_execution_seed() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
197 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes()
206 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes()
211 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes()
217 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes()
227 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes()
250 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
341 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; in get_execution_seed() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h170 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
175 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes()
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes()
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes()
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes()
219 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes()
242 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
329 static size_t seed = fixed_seed_override ? fixed_seed_override in get_execution_seed() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DHashing.h170 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
175 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes()
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes()
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes()
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes()
219 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes()
242 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
329 static size_t seed = fixed_seed_override ? fixed_seed_override in get_execution_seed() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
197 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes()
206 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes()
211 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes()
217 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes()
227 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes()
250 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
341 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; in get_execution_seed() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
197 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes()
206 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes()
211 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes()
217 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes()
227 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes()
250 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
341 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; in get_execution_seed() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DHashing.h177 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
182 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
197 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes()
206 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes()
211 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes()
217 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes()
226 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes()
249 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
336 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; in get_execution_seed() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h169 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate()
174 inline uint64_t shift_mix(uint64_t val) { in shift_mix()
189 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes()
198 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes()
203 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes()
209 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes()
218 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes()
241 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
328 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; in get_execution_seed() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/
Dhash.hpp270 inline std::size_t hash_value_signed(T val) in hash_value_signed()
277 std::size_t seed = 0; in hash_value_signed() local
291 inline std::size_t hash_value_unsigned(T val) in hash_value_unsigned()
298 std::size_t seed = 0; in hash_value_unsigned() local
311 inline void hash_combine_impl(SizeT& seed, SizeT value) in hash_combine_impl()
413 inline void hash_combine(std::size_t& seed, T const& v) in hash_combine()
426 std::size_t seed = 0; in hash_range() local
437 inline void hash_range(std::size_t& seed, It first, It last) in hash_range()
449 std::size_t seed = 0; in hash_range() local
461 inline void hash_range(std::size_t& seed, T* first, T* last) in hash_range()
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
H A DBitsStreamGenerator.java43 public abstract void setSeed(int seed); in setSeed()
46 public abstract void setSeed(int[] seed); in setSeed()
49 public abstract void setSeed(long seed); in setSeed()
128 int val; in nextInt() local
157 long val; in nextLong() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dxxhash.c166 U32 val; in XXH_read32() local
255 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round()
263 FORCE_INLINE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianess endian, … in XXH32_endian_align()
320 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
365 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset()
555 U64 val; in XXH_read64() local
615 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound()
623 FORCE_INLINE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess endian, … in XXH64_endian_align()
692 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
735 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
/aosp_15_r20/external/lz4/lib/
H A Dxxhash.c176 U32 val; in XXH_read32() local
269 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round()
352 XXH32_endian_align(const void* input, size_t len, U32 seed, in XXH32_endian_align()
392 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
437 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset()
620 U64 val; in XXH_read64() local
680 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound()
811 XXH64_endian_align(const void* input, size_t len, U64 seed, in XXH64_endian_align()
855 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
/aosp_15_r20/external/angle/src/common/third_party/xxhash/
H A Dxxhash.c176 U32 val; in XXH_read32() local
269 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round()
352 XXH32_endian_align(const void* input, size_t len, U32 seed, in XXH32_endian_align()
392 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
437 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset()
620 U64 val; in XXH_read64() local
680 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound()
811 XXH64_endian_align(const void* input, size_t len, U64 seed, in XXH64_endian_align()
855 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
/aosp_15_r20/external/cronet/base/third_party/cityhash_v103/src/
H A Dcity_v103.cc112 static uint64 Rotate(uint64 val, int shift) { in Rotate()
120 static uint64 RotateByAtLeast1(uint64 val, size_t shift) { in RotateByAtLeast1()
124 static uint64 ShiftMix(uint64 val) { in ShiftMix()
251 uint64 CityHash64WithSeed(const char* s, size_t len, uint64 seed) { in CityHash64WithSeed()
264 static uint128 CityMurmur(const char* s, size_t len, uint128 seed) { in CityMurmur()
294 uint128 CityHash128WithSeed(const char* s, size_t len, uint128 seed) { in CityHash128WithSeed()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtypes.hpp59 T val; member
89 T genrandReal(RandomSeed &seed) in genrandReal()
95 T genrandRealVec(RandomSeed &seed) in genrandRealVec()
118 template<> inline cl_half genrandReal<cl_half>(RandomSeed &seed) in genrandReal()
124 T genrand(RandomSeed &seed) in genrand()
129 template<> inline cl_int genrand<cl_int>(RandomSeed &seed) in genrand()
134 template<> inline cl_long genrand<cl_long>(RandomSeed &seed) in genrand()
139 template<> inline cl_short genrand<cl_short>(RandomSeed &seed) in genrand()
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/
H A Dxxhash.c162 U32 val; in XXH_read32() local
169 U64 val; in XXH_read64() local
288 FORCE_INLINE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianness endian,… in XXH32_endian_align()
365 unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
393 FORCE_INLINE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianness endian,… in XXH64_endian_align()
505 unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
541 U32 seed; member
553 U64 seed; member
588 XXH_errorcode XXH32_reset(XXH32_state_t* state_in, unsigned int seed) in XXH32_reset()
601 XXH_errorcode XXH64_reset(XXH64_state_t* state_in, unsigned long long seed) in XXH64_reset()
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Daes_ctr_prng_test.cc39 AesKey seed(seed_data); in TEST() local
56 AesKey seed(seed_data); in TEST() local
73 AesKey seed(seed_data); in TEST() local
120 AesKey seed(seed_data); in TEST() local
125 uint64_t val; in TEST() local
139 AesKey seed(seed_data); in TEST() local
192 AesKey seed(seed_data); in TEST() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsDrawTest.cpp286 inline static void alignmentSafeAssignment(char *dst, T val) in alignmentSafeAssignment()
1199 inline GLValue::Fixed abs(GLValue::Fixed val) in abs()
1205 inline GLValue::Ubyte abs(GLValue::Ubyte val) in abs()
1211 inline GLValue::Byte abs(GLValue::Byte val) in abs()
1217 inline GLValue::Ushort abs(GLValue::Ushort val) in abs()
1223 inline GLValue::Short abs(GLValue::Short val) in abs()
1229 inline GLValue::Float abs(GLValue::Float val) in abs()
1235 inline GLValue::Double abs(GLValue::Double val) in abs()
1241 inline GLValue::Uint abs(GLValue::Uint val) in abs()
1247 inline GLValue::Int abs(GLValue::Int val) in abs()
[all …]
/aosp_15_r20/external/mesa3d/src/util/
H A Dxxhash.h532 xxh_u32 val; in XXH_read32() local
777 XXH32_endian_align(const xxh_u8* input, size_t len, xxh_u32 seed, XXH_alignment align) in XXH32_endian_align()
815 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32()
854 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset()
1029 xxh_u64 val; in XXH_read64() local
1090 static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) in XXH64_mergeRound()
1235 XXH64_endian_align(const xxh_u8* input, size_t len, xxh_u64 seed, XXH_alignment align) in XXH64_endian_align()
1277 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t len, XXH64_hash_t seed) in XXH64()
1315 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset()
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dxxhash.h532 xxh_u32 val; in XXH_read32() local
777 XXH32_endian_align(const xxh_u8* input, size_t len, xxh_u32 seed, XXH_alignment align) in XXH32_endian_align()
815 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32()
854 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset()
1029 xxh_u64 val; in XXH_read64() local
1090 static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) in XXH64_mergeRound()
1235 XXH64_endian_align(const xxh_u8* input, size_t len, xxh_u64 seed, XXH_alignment align) in XXH64_endian_align()
1277 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t len, XXH64_hash_t seed) in XXH64()
1315 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset()
/aosp_15_r20/external/cronet/base/third_party/cityhash/
H A Dcity.cc155 static uint32 Rotate32(uint32 val, int shift) { in Rotate32()
279 static uint64 Rotate(uint64 val, int shift) { in Rotate()
284 static uint64 ShiftMix(uint64 val) { in ShiftMix()
424 uint64 CityHash64WithSeed(const char* s, size_t len, uint64 seed) { in CityHash64WithSeed()
437 static uint128 CityMurmur(const char* s, size_t len, uint128 seed) { in CityMurmur()
467 uint128 CityHash128WithSeed(const char* s, size_t len, uint128 seed) { in CityHash128WithSeed()
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce.java145 private byte[] createInputArrayByte(int len, int seed) { in createInputArrayByte()
154 final float val = rand.nextFloat(); in createInputArrayFloat() local
160 private float[] createInputArrayFloat(int len, int seed) { in createInputArrayFloat()
164 private float[] createInputArrayFloatWithInfs(int len, int infs, int seed) { in createInputArrayFloatWithInfs()
172 private int[] createInputArrayInt(int len, int seed) { in createInputArrayInt()
180 private int[] createInputArrayInt(int len, int seed, int eltRange) { in createInputArrayInt()
289 private boolean addint1D_array(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint1D_array()
298 private boolean addint1D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint1D()
326 private boolean addint2D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint2D()
359 private boolean addint3D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint3D()
[all …]
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce.java143 private byte[] createInputArrayByte(int len, int seed) { in createInputArrayByte()
152 final float val = rand.nextFloat(); in createInputArrayFloat() local
158 private float[] createInputArrayFloat(int len, int seed) { in createInputArrayFloat()
162 private float[] createInputArrayFloatWithInfs(int len, int infs, int seed) { in createInputArrayFloatWithInfs()
170 private int[] createInputArrayInt(int len, int seed) { in createInputArrayInt()
178 private int[] createInputArrayInt(int len, int seed, int eltRange) { in createInputArrayInt()
287 private boolean addint1D_array(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint1D_array()
296 private boolean addint1D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint1D()
324 private boolean addint2D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint2D()
357 private boolean addint3D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint3D()
[all …]

12345678910>>...42