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 | 536 static double poly_eval(const double *const poly, double x) in poly_eval() function
|
| /third_party/flutter/skia/src/core/ |
| D | SkPath.cpp | 39 static float poly_eval(float A, float B, float C, float t) { in poly_eval() function 43 static float poly_eval(float A, float B, float C, float D, float t) { 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
|