Searched defs:poly_eval (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Polynomials/ |
H A D | PolynomialUtils.h | 46 T poly_eval( const Polynomials& poly, const T& x ) in poly_eval() function
|
/aosp_15_r20/external/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 91 function poly_eval(coeffs::Array{BigFloat}, x::BigFloat) function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/decode/ |
H A D | decode.rs | 453 fn poly_eval<G>(s: &[G; 64], x: G) -> G in poly_eval() function
|
/aosp_15_r20/external/skia/src/core/ |
H A 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
|