Searched defs:poly_eval (Results 1 – 4 of 4) sorted by relevance
| /third_party/optimized-routines/math/tools/ |
| D | remez.jl | 91 function poly_eval(coeffs::Array{BigFloat}, x::BigFloat) function
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_pseudocolor.c | 565 static double poly_eval(const double *const poly, double x, curve_fun fun) in poly_eval() function
|
| /third_party/skia/src/core/ |
| D | SkPath.cpp | 41 static float poly_eval(float A, float B, float C, float t) { in poly_eval() function 45 static float poly_eval(float A, float B, float C, float D, float t) { in poly_eval() function
|
| /third_party/skia/m133/src/core/ |
| D | SkPath.cpp | 51 static float poly_eval(float A, float B, float C, float t) { in poly_eval() function 55 static float poly_eval(float A, float B, float C, float D, float t) { in poly_eval() function
|