Home
last modified time | relevance | path

Searched refs:src_max (Results 101 – 121 of 121) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Droot_window_controller.cc169 float ToRelativeValue(int value, int src_max, int dst_max) { in ToRelativeValue() argument
170 return static_cast<float>(value) / static_cast<float>(src_max) * dst_max; in ToRelativeValue()
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A Dgwu.ml420 let (src_max, n_max, _, _) =
422 (fun (src_max, n_max, prev_src, n) src ->
426 else (src_max, n_max, src, n)
427 else (src_max, n_max, src, 1))
430 if n_max > 1 then Some src_max else None
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/ports/
H A DSkFontHost_mac.cpp394 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
395 SkASSERT(src_min < src_max); in map()
397 return C()(dst_min + (((value - src_min) * (dst_max - dst_min)) / (src_max - src_min))); in map()
/dports/lang/pocl/pocl-1.8/lib/CL/
H A Dpocl_util.c1348 const size_t src_max[] = {src_offset[0] + region[0], in check_copy_overlap() local
1360 && (src_max[i] > dst_min[i]); in check_copy_overlap()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/ports/
H A DSkFontHost_mac.cpp287 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
288 SkASSERT(src_min < src_max); in map()
290 return C()(dst_min + (((value - src_min) * (dst_max - dst_min)) / (src_max - src_min))); in map()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/ports/
H A DSkFontHost_mac.cpp487 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
488 SkASSERT(src_min < src_max); in map()
490 return C()(dst_min + (((value - src_min) * (dst_max - dst_min)) / (src_max - src_min))); in map()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/ports/
H A DSkFontHost_mac.cpp487 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
488 SkASSERT(src_min < src_max); in map()
490 return C()(dst_min + (((value - src_min) * (dst_max - dst_min)) / (src_max - src_min))); in map()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp484 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
485 SkASSERT(src_min < src_max); in map()
487 return C()(dst_min + (((value - src_min) * (dst_max - dst_min)) / (src_max - src_min))); in map()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/ports/
H A DSkFontHost_mac.cpp487 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
488 SkASSERT(src_min < src_max); in map()
490 return C()(dst_min + (((value - src_min) * (dst_max - dst_min)) / (src_max - src_min))); in map()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/ports/
H A DSkFontHost_mac.cpp487 static D map(S value, S src_min, S src_max, D dst_min, D dst_max) { in map()
488 SkASSERT(src_min < src_max); in map()
490 return C()(dst_min + (((value - src_min) * (dst_max - dst_min)) / (src_max - src_min))); in map()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dmedian_blur.simd.hpp362 const uchar* src_max = src + size.height*src_step; in medianBlur_8u_Om() local
481 if( (src_step1 > 0 && src_bottom + src_step1 < src_max) || in medianBlur_8u_Om()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc59.1_utilities_as_a_library.rst370 …arams --- list of scale parameters, each of the form [src_min,src_max] or [src_min,src_max,dst_min…
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc59.1_utilities_as_a_library.rst370 …arams --- list of scale parameters, each of the form [src_min,src_max] or [src_min,src_max,dst_min…
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc59.1_utilities_as_a_library.rst370 …arams --- list of scale parameters, each of the form [src_min,src_max] or [src_min,src_max,dst_min…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dbuffer_validation.cpp5265 VkDeviceSize src_max = 0; in ValidateCmdCopyBufferBounds() local
5271 src_max = std::max(src_max, (pRegions[i].srcOffset + pRegions[i].size)); in ValidateCmdCopyBufferBounds()
5312 …if (((src_min > dst_min) && (src_min < dst_max)) || ((src_max > dst_min) && (src_max < dst_max))) { in ValidateCmdCopyBufferBounds()
/dports/audio/synthpod-lv2/synthpod-01aad91/plugins/
H A Dsynthpod_common_nk.c8682 const LV2_Atom_Double *src_max = NULL; in _add_automation() local
8696 handle->regs.synthpod.source_max.urid, &src_max, in _add_automation()
8757 mauto->b = src_max ? src_max->body : 0x7f; in _add_automation()
8768 oauto->b = src_max ? src_max->body : 0x7f; in _add_automation()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dbuffer_validation.cpp5995 VkDeviceSize src_max = 0; in ValidateCmdCopyBufferBounds() local
6001 src_max = std::max(src_max, (pRegions[i].srcOffset + pRegions[i].size)); in ValidateCmdCopyBufferBounds()
6044 …if (((src_min > dst_min) && (src_min < dst_max)) || ((src_max > dst_min) && (src_max < dst_max))) { in ValidateCmdCopyBufferBounds()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.h1296 SL_EXTERN int SLexpand_escaped_string (char *dest, char *src, char *src_max,
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-interpreter.cc1823 uint64_t src_max = in ExecuteNumericOp() local
1826 !base::IsInBounds(src, size, src_max)) { in ExecuteNumericOp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-interpreter.cc1821 auto src_max = in ExecuteNumericOp() local
1824 !base::IsInBounds(src, size, src_max)) { in ExecuteNumericOp()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dextern.h722 extern void __wt_fill_hex(const uint8_t *src, size_t src_max, uint8_t *dest, size_t dest_max, size_…

12345