Searched refs:extrema (Results 1 – 15 of 15) sorted by relevance
/third_party/optimized-routines/math/tools/ |
D | remez.jl | 499 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/ |
D | SkDCubicLineIntersection.cpp | 140 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()
|
D | SkPathOpsCubic.cpp | 342 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()
|
D | SkPathOpsCubic.h | 94 int searchRoots(double extremes[6], int extrema, double axisIntercept,
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afblue.dat | 605 // 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/ |
D | raster.txt | 350 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
|
D | CHANGES | 1345 and local extrema. 4429 - Fixed a bug in FT_Outline_Get_BBox when computing the extrema of
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_shared_exponent.txt | 653 and NaN values. This means these two extrema exponent values are
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_shared_exponent.txt | 653 and NaN values. This means these two extrema exponent values are
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.20 | 2451 bug in the formula used to compute the conic Bézier extrema
|
D | ChangeLog.25 | 1793 In particular, local extrema without horizontal or vertical segments
|
D | ChangeLog.26 | 4168 [truetype] In GX, make intermediate tuplets work at extrema.
|
D | ChangeLog.24 | 4003 To remove extrema of vertical strokes of CJK Ideographs at
|
D | ChangeLog.21 | 7332 Improve support of local extrema and stem edge points.
|
/third_party/tzdata/ |
D | NEWS | 2212 Calculation of time_t extrema works around a bug in GCC 4.8.4
|