Home
last modified time | relevance | path

Searched refs:first_half (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.cc52 unsigned first_half, second_half; in RandomNumberGenerator() local
53 errno_t result = rand_s(&first_half); in RandomNumberGenerator()
58 SetSeed((static_cast<int64_t>(first_half) << 32) + second_half); in RandomNumberGenerator()
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c456 unsigned first_half = 0; in print_vec_swizzle() local
469 first_half = second_half; in print_vec_swizzle()
480 first_half = second_half; in print_vec_swizzle()
484 first_half = second_half; in print_vec_swizzle()
489 first_half = second_half / 2; in print_vec_swizzle()
494 first_half = second_half + second_half / 2; in print_vec_swizzle()
506 print_vec_selectors_64(fp, swizzle, mode, expand, first_half, mask); in print_vec_swizzle()
511 print_vec_selectors(fp, swizzle, mode, first_half, mask, &mask_offs); in print_vec_swizzle()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp21736 __m256i first_half = _mm512_extracti64x4_epi64(unrolled_popcount, 0);
21738 answer -= (size_t)_mm256_extract_epi64(first_half, 0) +
21739 (size_t)_mm256_extract_epi64(first_half, 1) +
21740 (size_t)_mm256_extract_epi64(first_half, 2) +
21741 (size_t)_mm256_extract_epi64(first_half, 3) +
21896 __m256i first_half = _mm512_extracti64x4_epi64(eight_64bits, 0);
21898 answer += (size_t)_mm256_extract_epi64(first_half, 0) +
21899 (size_t)_mm256_extract_epi64(first_half, 1) +
21900 (size_t)_mm256_extract_epi64(first_half, 2) +
21901 (size_t)_mm256_extract_epi64(first_half,
[all...]

Completed in 34 milliseconds