Home
last modified time | relevance | path

Searched refs:scaled_index (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dhf_wrapper.c116 gint i, j, max_x, max_y, factor, index, scaled_index; in display_16_to_8() local
136 *(hfw->hf_buf8 + index) = *(hf->hf_buf + scaled_index) >> 8; in display_16_to_8()
140 if (*(hf->select_buf + scaled_index) > MIN_FILLING_VALUE) { in display_16_to_8()
169 gint i, j, delta_x, delta_y, max_x, max_y, factor, index, scaled_index; in display_16_to_8_partial() local
207 scaled_index = (j+from_y)*hf->max_x + i + from_x; in display_16_to_8_partial()
209 *(hfw->hf_buf8 + index) = *(hf->hf_buf + scaled_index) >> 8; in display_16_to_8_partial()
211 *(hfw->hf_buf8 + 3*index) = *(hf->hf_buf + scaled_index) >> 8; in display_16_to_8_partial()
212 *(hfw->hf_buf8 + 3*index + 1) = *(hf->hf_buf + scaled_index) >> 8; in display_16_to_8_partial()
213 if (*(hf->select_buf + scaled_index)> MIN_FILLING_VALUE) in display_16_to_8_partial()
216 …*(hfw->hf_buf8 + index*3 + 2) = (*(hf->hf_buf + scaled_index) >> 9) + (*(hf->hf_buf + scaled_index in display_16_to_8_partial()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_photon_noise.cc56 const float scaled_index = i / (NoiseParams::kNumNoisePoints - 2.f); in SimulatePhotonNoise() local
58 const float y = 2 * scaled_index; in SimulatePhotonNoise()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_photon_noise.cc56 const float scaled_index = i / (NoiseParams::kNumNoisePoints - 2.f); in SimulatePhotonNoise() local
58 const float y = 2 * scaled_index; in SimulatePhotonNoise()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dstring.cc1058 int scaled_index = (peek - '0'); in GetSubstitution() local
1064 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution()
1066 scaled_index = new_scaled_index; in GetSubstitution()
1072 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()
1081 isolate, capture, match->GetCapture(scaled_index, &capture_exists), in GetSubstitution()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dstring.cc1099 int scaled_index = (peek - '0'); in GetSubstitution() local
1105 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution()
1107 scaled_index = new_scaled_index; in GetSubstitution()
1113 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()
1122 isolate, capture, match->GetCapture(scaled_index, &capture_exists), in GetSubstitution()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dstring.cc1151 int scaled_index = (peek - '0'); in GetSubstitution() local
1157 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution()
1159 scaled_index = new_scaled_index; in GetSubstitution()
1165 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()
1174 isolate, capture, match->GetCapture(scaled_index, &capture_exists), in GetSubstitution()
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/hvf/
H A Dx86_decode.c1729 target_ulong scaled_index = 0; in get_sib_val() local
1752 scaled_index = get_reg_val(env, index_reg, decode->rex.rex, in get_sib_val()
1756 return base + scaled_index; in get_sib_val()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/hvf/
H A Dx86_decode.c1726 target_ulong scaled_index = 0; in get_sib_val() local
1749 scaled_index = get_reg_val(env, index_reg, decode->rex.rex, in get_sib_val()
1753 return base + scaled_index; in get_sib_val()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/hvf/
H A Dx86_decode.c1729 target_ulong scaled_index = 0; in get_sib_val() local
1752 scaled_index = get_reg_val(env, index_reg, decode->rex.rex, in get_sib_val()
1756 return base + scaled_index; in get_sib_val()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/hvf/
H A Dx86_decode.c1728 target_ulong scaled_index = 0; in get_sib_val() local
1750 scaled_index = get_reg_val(env, index_reg, decode->rex.x, addr_size) << in get_sib_val()
1753 return base + scaled_index; in get_sib_val()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/hvf/
H A Dx86_decode.c1729 target_ulong scaled_index = 0; in get_sib_val() local
1752 scaled_index = get_reg_val(env, index_reg, decode->rex.rex, in get_sib_val()
1756 return base + scaled_index; in get_sib_val()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/hvf/
H A Dx86_decode.c1729 target_ulong scaled_index = 0; in get_sib_val() local
1752 scaled_index = get_reg_val(env, index_reg, decode->rex.rex, in get_sib_val()
1756 return base + scaled_index; in get_sib_val()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/hvf/
H A Dx86_decode.c1726 target_ulong scaled_index = 0;
1749 scaled_index = get_reg_val(env, index_reg, decode->rex.rex,
1753 return base + scaled_index;
/dports/emulators/qemu/qemu-6.2.0/target/i386/hvf/
H A Dx86_decode.c1726 target_ulong scaled_index = 0; in get_sib_val() local
1749 scaled_index = get_reg_val(env, index_reg, decode->rex.rex, in get_sib_val()
1753 return base + scaled_index; in get_sib_val()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/hvf/
H A Dx86_decode.c1726 target_ulong scaled_index = 0; in get_sib_val() local
1749 scaled_index = get_reg_val(env, index_reg, decode->rex.rex, in get_sib_val()
1753 return base + scaled_index; in get_sib_val()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Delement.cc1633 IntVar* const scaled_index = MakeSum(index, -index->Min())->Var(); in MakeElement() local
1641 RevAlloc(new IfThenElseCt(this, scaled_index, one, zero, target))); in MakeElement()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcp_model_presolve.cc3174 const int64_t scaled_index = v * r_index.coeff + r_index.offset;
3175 CHECK_GE(scaled_index, 0);
3176 CHECK_LT(scaled_index, array_size);
3177 element->add_vars(ct->element().vars(scaled_index));
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects.cc11733 int scaled_index = (peek - '0'); in GetSubstitution() local
11739 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution()
11741 scaled_index = new_scaled_index; in GetSubstitution()
11747 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()
11756 isolate, capture, match->GetCapture(scaled_index, &capture_exists), in GetSubstitution()