Home
last modified time | relevance | path

Searched refs:extrema (Results 1 – 15 of 15) sorted by relevance

/third_party/optimized-routines/math/tools/
Dremez.jl499 extrema = array1d(Tuple{BigFloat, BigFloat}, 0)
515 push!(extrema, goldensection(f, xp, xi, xn))
518 push!(extrema, (x, -y))
521 return extrema
544 function winnow_extrema(extrema::Array{Tuple{BigFloat,BigFloat}}, n)
550 for (x,y) = extrema
852 extrema = find_extrema(compute_error, grid)
853 @debug("minimax", "all extrema = ", format_xylist(extrema))
857 extrema = winnow_extrema(extrema, n+d+2)
858 @debug("minimax", "winnowed extrema = ", format_xylist(extrema))
[all …]
/third_party/skia/src/pathops/
DSkDCubicLineIntersection.cpp140 int extrema = SkDCubic::FindExtrema(&c[0].fX, extremeTs); in intersectRay() local
141 count = c.searchRoots(extremeTs, extrema, 0, SkDCubic::kXAxis, roots); in intersectRay()
176 int extrema = SkDCubic::FindExtrema(&c[0].fY, extremeTs); in HorizontalIntersect() local
177 count = c.searchRoots(extremeTs, extrema, axisIntercept, SkDCubic::kYAxis, roots); in HorizontalIntersect()
239 int extrema = SkDCubic::FindExtrema(&c[0].fX, extremeTs); in VerticalIntersect() local
240 count = c.searchRoots(extremeTs, extrema, axisIntercept, SkDCubic::kXAxis, roots); in VerticalIntersect()
DSkPathOpsCubic.cpp342 int SkDCubic::searchRoots(double extremeTs[6], int extrema, double axisIntercept, in searchRoots() argument
344 extrema += findInflections(&extremeTs[extrema]); in searchRoots()
345 extremeTs[extrema++] = 0; in searchRoots()
346 extremeTs[extrema] = 1; in searchRoots()
347 SkASSERT(extrema < 6); in searchRoots()
348 SkTQSort(extremeTs, extremeTs + extrema + 1); in searchRoots()
350 for (int index = 0; index < extrema; ) { in searchRoots()
DSkPathOpsCubic.h94 int searchRoots(double extremes[6], int extrema, double axisIntercept,
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafblue.dat605 // up by the mean values of all flat extrema and all round extrema,
643 // Ignore round extrema and define the blue zone with flat values only.
648 // If not set, both round and flat extrema are taken into account.
/third_party/skia/third_party/externals/freetype/docs/
Draster.txt350 we are obliged to compute all (local and global) y extrema of
355 two y-extrema, which are simply
367 Note that the extrema are expressed in pixel units, not in
377 which makes extrema computations easy, the ascent of an arc can
DCHANGES1345 and local extrema.
4429 - Fixed a bug in FT_Outline_Get_BBox when computing the extrema of
/third_party/openGLES/extensions/EXT/
DEXT_texture_shared_exponent.txt653 and NaN values. This means these two extrema exponent values are
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_shared_exponent.txt653 and NaN values. This means these two extrema exponent values are
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.202451 bug in the formula used to compute the conic Bézier extrema
DChangeLog.251793 In particular, local extrema without horizontal or vertical segments
DChangeLog.264168 [truetype] In GX, make intermediate tuplets work at extrema.
DChangeLog.244003 To remove extrema of vertical strokes of CJK Ideographs at
DChangeLog.217332 Improve support of local extrema and stem edge points.
/third_party/tzdata/
DNEWS2212 Calculation of time_t extrema works around a bug in GCC 4.8.4