/external/chromium_org/third_party/gtk+/ |
AUTHORS | 25 Federico Mena <quartic@gtk.org>
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollAnimatorNone.h | 65 Quartic,
|
ScrollAnimatorNone.cpp | 84 case Quartic: 142 case Quartic:
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 81 In debug mode closed form quartic solving takes on the order of 0.1 milliseconds 83 Speed-optimized code in release mode solves a quartic in 2.6 microseconds on 450MHz*/ 86 Quartic solving where a solution is forced when splitting into quadratics, which 87 can be good if the quartic is sometimes in fact a quadratic, such as in absolute orientation
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 81 In debug mode closed form quartic solving takes on the order of 0.1 milliseconds 83 Speed-optimized code in release mode solves a quartic in 2.6 microseconds on 450MHz*/ 86 Quartic solving where a solution is forced when splitting into quadratics, which 87 can be good if the quartic is sometimes in fact a quadratic, such as in absolute orientation
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 81 In debug mode closed form quartic solving takes on the order of 0.1 milliseconds 83 Speed-optimized code in release mode solves a quartic in 2.6 microseconds on 450MHz*/ 86 Quartic solving where a solution is forced when splitting into quadratics, which 87 can be good if the quartic is sometimes in fact a quadratic, such as in absolute orientation
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkQuarticRoot.cpp | 5 * Utility functions to find cubic and quartic roots,
|
SkDQuadIntersection.cpp | 251 // FIXME: if flat measure is sufficiently large, then probably the quartic solution failed
|
SkDCubicIntersection.cpp | 31 // FIXME: should reduceOrder be looser in this use case if quartic is going to blow up on an
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
povray.php | 104 'cubic', 'quartic', 'quadric', 'isosurface', 'function', 'contained_by', 'parametric', 'pigment',
|
/external/skia/src/pathops/ |
SkQuarticRoot.cpp | 5 * Utility functions to find cubic and quartic roots,
|
SkDQuadIntersection.cpp | 251 // FIXME: if flat measure is sufficiently large, then probably the quartic solution failed
|
SkDCubicIntersection.cpp | 31 // FIXME: should reduceOrder be looser in this use case if quartic is going to blow up on an
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ScrollAnimatorNoneTest.cpp | 437 curveTest(ScrollAnimatorNone::Quartic); 452 EXPECT_LT(t, coastCurve(ScrollAnimatorNone::Quartic, t)); 453 EXPECT_LT(coastCurve(ScrollAnimatorNone::Cubic, t), coastCurve(ScrollAnimatorNone::Quartic, t)); 519 ScrollAnimatorNone::Parameters parameters(true, 7 * kTickTime, 0, ScrollAnimatorNone::Quartic, 3 * kTickTime, ScrollAnimatorNone::Quartic, 3 * kTickTime, ScrollAnimatorNone::Linear, 0); [all...] |
/external/skia/tests/ |
PathOpsQuadIntersectionTest.cpp | 204 // this pair is nearly coincident, and causes the quartic code to produce bad
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_fragprog.c | 872 /* Compute sin using a quadratic and quartic. It gives continuity [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_fragprog.c | 872 /* Compute sin using a quadratic and quartic. It gives continuity [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 198 /* Use quartic rational polynomial with error < 2^(-24) */ [all...] |