Searched refs:clamp (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DProfileNodeDataGridNode.js95 var oldStartBoundary = clamp(profileStart, oldRangeStartTime, profileEnd);
96 var oldEndBoundary = clamp(profileStart, oldRangeEndTime, profileEnd);
97 var newStartBoundary = clamp(profileStart, startTime, profileEnd);
98 var newEndBoundary = clamp(profileStart, endTime, profileEnd);
H A DScriptTimelineDataGridNode.js99 var oldStartBoundary = clamp(recordStart, oldRangeStartTime, recordEnd);
100 var oldEndBoundary = clamp(recordStart, oldRangeEndTime, recordEnd);
101 var newStartBoundary = clamp(recordStart, startTime, recordEnd);
102 var newEndBoundary = clamp(recordStart, endTime, recordEnd);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A DdecContext.c71 context->clamp=0; /* no clamping */
85 context->clamp=1; /* clamp exponents */
96 context->clamp=1; /* clamp exponents */
107 context->clamp=1; /* clamp exponents */
H A DdecContext.h43 /* clamp -- must be either 0 or 1 */
95 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member in struct:__anon931
H A DdecNumber.c604 if (set->clamp) break;
1502 aset.clamp=0; /* and no concrete format */
2124 aset.clamp=0; /* and no concrete format */
2376 /* [may clamp] */
2900 /* use decFinish to clamp any out-of-range exponent, etc. */
3111 if (todrop>maxdrop && set->clamp) { /* apply clamping */
3115 if (dropped<todrop) { /* clamp to those available */
3595 uprv_decContextDefault(&set, DEC_INIT_BASE); /* clamp=0 */
3974 && rhs->exponent<=set->emax-set->digits+1 /* [could clamp] */
4707 decFinish(res, set, &residue, status); /* might clamp */
[all...]
/macosx-10.10/libpthread-105.1.4/src/
H A Dqos.c496 uint64_t clamp; local
502 int rv = posix_spawnattr_get_qos_clamp_np(__attr, &clamp);
507 switch (clamp) {
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DTypedArrayAdaptors.h181 return clamp(value);
205 static uint8_t clamp(int32_t value) function in struct:JSC::Uint8ClampedAdaptor
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dthumbnail.c372 static int clamp(float v, int low, int high) function
411 cmap[i] = clamp(255*pct[(256-1)-i], 0, 255);
415 cmap[i] = clamp(255*pct[i], 0, 255);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperShaderProgram.cpp177 vec4 clampedPosition = clamp(vec4(position, 0., 1.), 0., 1.);
232 vec4 clampedPosition = clamp(vec4(v_texCoord, 0., 1.), 0., 1.);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayer.h415 void scrollToXOffset(int x, ScrollOffsetClamping clamp = ScrollOffsetUnclamped) { scrollToOffset(IntSize(x, scrollYOffset()), clamp); } local
416 void scrollToYOffset(int y, ScrollOffsetClamping clamp = ScrollOffsetUnclamped) { scrollToOffset(IntSize(scrollXOffset(), y), clamp); }
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLayoutUnit.h154 return clamp(value + epsilon() / 2.0f);
155 return clamp(value - epsilon() / 2.0f);
308 static LayoutUnit clamp(double value) function in class:WebCore::LayoutUnit
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp705 return LayoutRect(LayoutUnit::clamp(left), LayoutUnit::clamp(top), LayoutUnit::clamp(right - left), LayoutUnit::clamp(bottom - top));
/macosx-10.10/vim-55/runtime/syntax/
H A Dreva.vim79 Builtin body> clamp depth disassemble findprev fnvhash getenv here,
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DUtilities.js1018 function clamp(min, value, max) function
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1508 @discussion Use <code>temporaryPowerClampOn</code> to hold your driver in its highest power state while waiting for child devices to attach. After children have attached, the clamp is released and the device's power state is controlled by the children's requirements.
1906 void adjustPowerState( uint32_t clamp = 0 );
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLRenderingContext.cpp152 GC3Dint clamp(GC3Dint value, GC3Dint min, GC3Dint max) function in namespace:WebCore::__anon5641
842 width = clamp(width, 1, maxWidth);
843 height = clamp(height, 1, maxHeight);
6129 return IntSize(clamp(canvas()->width(), 1, m_maxViewportDims[0]),
6130 clamp(canvas()->height(), 1, m_maxViewportDims[1]));
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp1030 // A child has gone away, re-scan children desires and clamp bits.
1568 void IOService::adjustPowerState( uint32_t clamp )
1571 computeDesiredState(clamp, false);
2175 // A power domain wants to clamp its power on till it has children which
2607 PM_LOG1(" temp %u, clamp %u, current %u, new %u\n",
3671 // not clamp power for dark wake.
6504 // called when clamp timer expires...set power state to 0.
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/GL/
H A Dglext.h6842 GLAPI void APIENTRY glClampColor (GLenum target, GLenum clamp);
6901 typedef void (APIENTRYP PFNGLCLAMPCOLORPROC) (GLenum target, GLenum clamp);
7645 GLAPI void APIENTRY glClampColorARB (GLenum target, GLenum clamp);
7647 typedef void (APIENTRYP PFNGLCLAMPCOLORARBPROC) (GLenum target, GLenum clamp);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex1494 as well as the call to mp\_clamp() on line 41. Both functions will clamp excess leading digits which keeps

Completed in 448 milliseconds