Searched refs:fabsf (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollElasticityController.mm166 if (fabsf(deltaY) >= fabsf(deltaX))
193 if (deltaY != 0 && (fabsf(deltaX / deltaY) < rubberbandDirectionLockStretchRatio))
195 else if (fabsf(deltaX) < rubberbandMinimumRequiredDeltaBeforeStretch) {
204 if (deltaX != 0 && (fabsf(deltaY / deltaX) < rubberbandDirectionLockStretchRatio))
206 else if (fabsf(deltaY) < rubberbandMinimumRequiredDeltaBeforeStretch) {
215 if (fabsf(deltaY) >= fabsf(deltaX)) {
216 if (fabsf(deltaX) < rubberbandMinimumRequiredDeltaBeforeStretch) {
261 if ((m_client->pinnedInDirection(FloatSize(eventCoalescedDeltaX, eventCoalescedDeltaY)) || (fabsf(eventCoalescedDelta
[all...]
H A DScrollAnimatorMac.mm1092 if (fabsf(wheelEvent.deltaY()) >= fabsf(wheelEvent.deltaX())) {
1111 if (fabsf(deltaY) >= fabsf(deltaX)) {
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DScrollAnimatorIOS.mm125 float dragAngle = atanf(fabsf(deltaFromStart.height()) / fabsf(deltaFromStart.width()));
143 handled |= m_scrollableAreaForTouchSequence->scroll(delta < 0 ? ScrollLeft : ScrollRight, ScrollByPixel, fabsf(delta));
149 handled |= m_scrollableAreaForTouchSequence->scroll(delta < 0 ? ScrollUp : ScrollDown, ScrollByPixel, fabsf(delta));
/macosx-10.10/WebCore-7600.1.25/style/
H A DStyleFontSizeFunctions.cpp50 if (fabsf(specifiedSize) < std::numeric_limits<float>::epsilon())
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedNumber.cpp106 return fabsf(to - from);
H A DSVGPathParser.cpp252 rx = fabsf(rx);
253 ry = fabsf(ry);
478 int segments = ceilf(fabsf(thetaArc / (piOverTwoFloat + 0.001f)));
H A DSVGAnimatedAngle.cpp148 return fabsf(to.value() - from.value());
H A DSVGAnimatedLength.cpp119 return fabsf(to.value(lengthContext) - from.value(lengthContext));
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h152 /// float fabsf(float x);
153 fabsf, enumerator in enum:llvm::LibFunc::Func
370 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextLayoutEngineBaseline.cpp187 return !fabsf(fmodf(orientationAngle, 180));
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DPeriodicWave.cpp103 fundamentalFrequency = fabsf(fundamentalFrequency);
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityMediaControls.cpp333 return localizedMediaTimeDescription(fabsf(time));
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeFrameScrollingNodeMac.mm219 if (fabsf(delta.height()) >= fabsf(delta.width())) {
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDynamicScrollBarsView.mm549 if (fabsf(deltaY) > fabsf(deltaX)) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp92 "fabsf",
232 TLI.setUnavailable(LibFunc::fabsf); // Win32 and Win64 both lack fabsf
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DVectorMath.cpp591 max = std::max(max, fabsf(*sourceP));
643 max = std::max(max, fabsf(*sourceP));
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++config.h277 /* Define to 1 if you have the `fabsf' function. */
1075 # define fabsf _fabsf macro
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFETurbulence.cpp309 turbulenceFunctionResult += fabsf(noise2D(channel, paintingData, stitchData, noiseVector)) / ratio;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DShadowBlur.cpp458 float translationX = -shadowedRect.x() + inflation.width() - fabsf(clippedOut.width());
459 float translationY = -shadowedRect.y() + inflation.height() - fabsf(clippedOut.height());
/macosx-10.10/WebCore-7600.1.25/css/
H A DSVGCSSStyleSelector.cpp65 angle = fabsf(fmodf(angle, 360.0f));
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLocalizedStrings.cpp961 int seconds = static_cast<int>(fabsf(time));
H A DLayoutUnit.h948 float translateOrigin = fabsf(adjustedValue - LayoutUnit::fromPixel(1));
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp466 int seconds = fabsf(time);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTheme.cpp531 int seconds = (int)fabsf(time);
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1692 AddOpt(LibFunc::fabs, LibFunc::fabsf, &UnaryDoubleFP);

Completed in 155 milliseconds

12