Searched defs:smooth (Results 1 – 11 of 11) sorted by relevance
29 add_executable(smooth smooth.cxx) target
38 smooth() { function
46 void* smooth; member
199 public final double[] smooth(final double[] xval, final double[] yval, final double[] weights) in smooth() method in LoessInterpolator359 public final double[] smooth(final double[] xval, final double[] yval) in smooth() method in LoessInterpolator
38 def smooth(x, wlen): function
63 GLboolean smooth = ctx->Line.SmoothFlag && in nv10_emit_line_mode() local
72 float smooth[HALF_ANAL_BLOCKL]; member
221 const int smooth = (enc->config_->preprocessing & 1); in AssignSegments() local
370 unsigned smooth:1; member
1121 …void ShaderCore::smooth(Vector4f &dst, const Vector4f &edge0, const Vector4f &edge1, const Vector4… in smooth() function in sw::ShaderCore