Home
last modified time | relevance | path

Searched refs:v_high (Results 1 – 25 of 43) sorted by relevance

12

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/x86/
H A DQuantX86.h117 v_level = _mm_unpacklo_epi16(v_low,v_high); in DeQuantCoreSIMD()
141 …i xv_level = _mm256_set_m128i (_mm_unpackhi_epi16(v_low,v_high), _mm_unpacklo_epi16(v_low,v_high)); in DeQuantCoreSIMD()
241 v_level = _mm_unpacklo_epi16(v_low,v_high); in DeQuantCoreSIMD()
251 v_level = _mm_unpackhi_epi16(v_low,v_high); in DeQuantCoreSIMD()
285 v_level = _mm_unpacklo_epi16(v_low,v_high); in DeQuantCoreSIMD()
309 …i xv_level = _mm256_set_m128i (_mm_unpackhi_epi16(v_low,v_high), _mm_unpacklo_epi16(v_low,v_high)); in DeQuantCoreSIMD()
403 v_level = _mm_unpacklo_epi16(v_low,v_high); in DeQuantCoreSIMD()
412 v_level = _mm_unpackhi_epi16(v_low,v_high); in DeQuantCoreSIMD()
462 v_level = _mm_unpacklo_epi16(v_low,v_high); in DeQuantCorePCMSIMD()
487 v_level = _mm_unpacklo_epi16(v_low,v_high); in DeQuantCorePCMSIMD()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_validate.cc39 int v_low, v_high; member
45 v_high = v2; in OrderedEdge()
49 v_high = v1; in OrderedEdge()
60 return (this->v_low << 8) ^ this->v_high; in hash()
72 BLI_assert(e1.v_low < e1.v_high); in operator ==()
73 BLI_assert(e2.v_low < e2.v_high); in operator ==()
74 return e1.v_low == e2.v_low && e1.v_high == e2.v_high; in operator ==()
163 new_edge.v2 = item.key.v_high; in serialize_and_initialize_deduplicated_edges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/backend/android/
H A Dvolume_cache_test.cc88 float v_high = static_cast<float>(i_high) / kMaxVolumeIndex; in TEST_F() local
91 float m = (db_high - db_low) / (v_high - v_low); in TEST_F()
92 for (float v = v_low; v <= v_high; v += 0.1f) { in TEST_F()
103 float v_high = static_cast<float>(i_high) / kMaxVolumeIndex; in TEST_F() local
106 float m = (v_high - v_low) / (db_high - db_low); in TEST_F()
/dports/games/avp/avp-20170505/src/win95/
H A Dtexio.c937 e.v_high <<= 16;
971 cen_uv.vy = (e.v_low + e.v_high) / 2;
976 size_uv.vy = e.v_high - e.v_low;
999 uvptr[3] = e.v_high;
1002 uvptr[5] = e.v_high;
1134 e_curr->v_high = smallint;
1144 if(uvptr[1] > e_curr->v_high) e_curr->v_high = uvptr[1];
1169 endv = e_curr->v_high >> 16;
1197 e->v_high = smallint;
1208 if(v > e->v_high) e->v_high = v;
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dclutstore.cc100 vint v_high = _mm_shuffle_epi32(v_values, _MM_SHUFFLE(3, 2, 3, 2)); in getClutValues() local
102 v_high = _mm_shufflelo_epi16(v_high, _MM_SHUFFLE(1, 1, 0, 0)); in getClutValues()
104 v_high = _mm_shufflehi_epi16(v_high, _MM_SHUFFLE(3, 3, 2, 2)); in getClutValues()
106 v_high = vandm(v_high, v_mask); in getClutValues()
110 _mm_cvtepi32_ps(v_high) in getClutValues()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue301/src/
H A Dacs.vhd85 variable v_diff, v_high, v_low : signed(BW_MAX_PROBABILITY - 1 downto 0); variable
113 v_high := signed(s_axis_inbranch_tdata_high) + signed(s_axis_inprev_tdata_high);
116 v_diff := v_low - v_high;
121 m_axis_outprob_tdata <= std_logic_vector(v_high);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_edgehash.h34 uint v_low, v_high; member
99 *r_v1 = edge.v_high; in BLI_edgehashIterator_getKey()
147 *r_v1 = edge.v_high; in BLI_edgesetIterator_getKey()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dclutstore.cc96 vint v_high = _mm_shuffle_epi32(v_values, _MM_SHUFFLE(3, 2, 3, 2)); in getClutValues() local
98 v_high = _mm_shufflelo_epi16(v_high, _MM_SHUFFLE(1, 1, 0, 0)); in getClutValues()
100 v_high = _mm_shufflehi_epi16(v_high, _MM_SHUFFLE(3, 3, 2, 2)); in getClutValues()
102 v_high = vandm(v_high, v_mask); in getClutValues()
106 _mm_cvtepi32_ps(v_high) in getClutValues()
/dports/math/ogdf/OGDF/src/ogdf/energybased/fmmm/
H A DMultilevel.cpp464 for (node v_high : G_mult_ptr[level + 1]->nodes) in set_initial_positions_of_sun_nodes() local
466 node v_act = (*A_mult_ptr[level + 1])[v_high].get_lower_level_node(); in set_initial_positions_of_sun_nodes()
467 DPoint new_pos = (*A_mult_ptr[level + 1])[v_high].get_position(); in set_initial_positions_of_sun_nodes()
554 for(node v_high : G_mult_ptr[level+1]->nodes) { in create_all_placement_sectors() local
558 DPoint v_high_pos((*A_mult_ptr[level+1])[v_high].get_x(), (*A_mult_ptr[level+1])[v_high].get_y()); in create_all_placement_sectors()
560 for(adjEntry adj : v_high->adjEntries) { in create_all_placement_sectors()
565 if (v_high == e_high->source()) in create_all_placement_sectors()
610 node sun_node = (*A_mult_ptr[level+1])[v_high].get_lower_level_node(); in create_all_placement_sectors()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/
H A Dbit_to_analog.vhd31 constant v_high : real := 5.0; constant
36 v_in <= v_high when d = '1' else v_low;
H A Dstd_logic_to_analog.vhd32 constant v_high : real := 5.0; constant
38 v_in <= v_high when d = '1' or d = 'H' else
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_dsp/arm/
H A Davg_neon.c174 const int16x4_t v_high = vget_high_s16(diff); in aom_vector_var_neon() local
175 v_sse = vmlal_s16(v_sse, v_high, v_high); in aom_vector_var_neon()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/arm/
H A Davg_neon.c174 const int16x4_t v_high = vget_high_s16(diff); in aom_vector_var_neon() local
175 v_sse = vmlal_s16(v_sse, v_high, v_high); in aom_vector_var_neon()
/dports/multimedia/aom/aom-3.2.0/aom_dsp/arm/
H A Davg_neon.c174 const int16x4_t v_high = vget_high_s16(diff); in aom_vector_var_neon() local
175 v_sse = vmlal_s16(v_sse, v_high, v_high); in aom_vector_var_neon()
/dports/math/ogdf/OGDF/include/ogdf/energybased/fmmm/
H A DNodeAttributes.h57 v_high) in set_NodeAttributes() argument
63 v_higher_level = v_high; in set_NodeAttributes()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dedgehash.c93 return (edge.v_low << 8) ^ edge.v_high; in calc_edge_hash()
104 edge.v_high = v1; in init_edge()
108 edge.v_high = v0; in init_edge()
260 printf(" -> (%u, %u) -> %p", entry.edge.v_low, entry.edge.v_high, entry.value); in BLI_edgehash_print()
270 printf(" %u: (%u, %u) -> %p\n", i, entry.edge.v_low, entry.edge.v_high, entry.value); in BLI_edgehash_print()
/dports/math/py-optuna/optuna-2.10.0/optuna/multi_objective/samplers/
H A D_nsga2.py337 v_high = population[j + 1].values[i]
339 assert v_high is not None
342 manhattan_distances[population[j].number] += (v_high - v_low) / width
/dports/math/py-optuna/optuna-2.10.0/optuna/samplers/
H A D_nsga2.py397 v_high = population[j + 1].values[i]
399 assert v_high is not None
402 manhattan_distances[population[j].number] += (v_high - v_low) / width
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/minisign-verify-0.2.0/src/crypto/
H A Dblake2b.rs219 for (h_elem, (v_low, v_high)) in in compress()
222 *h_elem = *h_elem ^ *v_low ^ *v_high; in compress()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/minisign-0.5.19/src/crypto/
H A Dblake2b.rs219 for (h_elem, (v_low, v_high)) in in compress()
222 *h_elem = *h_elem ^ *v_low ^ *v_high; in compress()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dblake2b.rs249 … for (h_elem, (v_low, v_high)) in self.h.iter_mut().zip( vs[0..8].iter().zip(vs[8..16].iter()) ) { in compress()
250 *h_elem = *h_elem ^ *v_low ^ *v_high; in compress()
H A Dblake2s.rs239 … for (h_elem, (v_low, v_high)) in self.h.iter_mut().zip( vs[0..8].iter().zip(vs[8..16].iter()) ) { in compress()
240 *h_elem = *h_elem ^ *v_low ^ *v_high; in compress()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dblake2s.rs239 … for (h_elem, (v_low, v_high)) in self.h.iter_mut().zip( vs[0..8].iter().zip(vs[8..16].iter()) ) { in compress()
240 *h_elem = *h_elem ^ *v_low ^ *v_high; in compress()
H A Dblake2b.rs249 … for (h_elem, (v_low, v_high)) in self.h.iter_mut().zip( vs[0..8].iter().zip(vs[8..16].iter()) ) { in compress()
250 *h_elem = *h_elem ^ *v_low ^ *v_high; in compress()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Ddecimal.cc177 const uint64_t v_high = HighUInt32(v); in MultiplyHigh() local
179 return u_high * v_high + HighUInt32(partial_product) + in MultiplyHigh()
180 HighUInt32(u_low * v_high + LowUInt32(partial_product)); in MultiplyHigh()

12