Home
last modified time | relevance | path

Searched refs:low_bound (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-errol.c164 ecma_high_prec_t high_bound, low_bound; in ecma_errol0_dtoa() local
174 low_bound.value = mid.value; in ecma_errol0_dtoa()
175 low_bound.offset = mid.offset + (ECMA_PREV_FLOAT (val) - val) * power_of_10 / (2.0 + ERROL0_EPSILON); in ecma_errol0_dtoa()
178 ecma_normalize_high_prec_data (&low_bound); in ecma_errol0_dtoa()
186 ecma_divide_high_prec_by_10 (&low_bound); in ecma_errol0_dtoa()
193 ecma_multiply_high_prec_by_10 (&low_bound); in ecma_errol0_dtoa()
209 uint8_t low_digit = (uint8_t) low_bound.value; in ecma_errol0_dtoa()
211 if ((low_bound.value == low_digit) && (low_bound.offset < 0)) in ecma_errol0_dtoa()
226 low_bound in ecma_errol0_dtoa()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc363 int32_t low_bound = checksum_range_[low_bound_index]; in ComputeChecksum() local
367 sum += ComputeCheckSum(low_bound, high_bound); in ComputeChecksum()
375 int64_t ReadableFontData::ComputeCheckSum(int32_t low_bound, in ComputeCheckSum() argument
379 for (int32_t i = low_bound; i <= high_bound - 4; i += 4) { in ComputeCheckSum()
H A Dreadable_font_data.h304 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_etc_decode.c147 nir_ssa_def *low_bound = nir_imm_int(b, 0); in decode_etc2_alpha() local
151 low_bound = nir_bcsel(b, is_signed, nir_imm_int(b, -1023), low_bound); in decode_etc2_alpha()
157 return nir_fmul(b, nir_i2f32(b, nir_iclamp(b, a, low_bound, high_bound)), final_mult); in decode_etc2_alpha()
/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp1035 float low_bound,
1057 if (high_bound <= low_bound)
1059 low_bound = 0.0f;
1063 float rscale = high_bound - low_bound;
1066 float scaled_low_bound = low_bound * scale;
1073 vfloat low_boundv(low_bound);
H A Dastcenc_internal.h1787 * @param low_bound The lowest weight allowed.
1796 float low_bound,
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c599 unsigned low_bound = 128 * 1024 * 1024; //128MB is a very small BAR in zink_bo_create() local
601 low_bound *= 2; //nvidia has fat textures or something in zink_bo_create()
603 reclaim_all = screen->info.mem_props.memoryHeaps[heapidx].size <= low_bound; in zink_bo_create()

Completed in 11 milliseconds