Searched refs:floatR (Results 1 – 7 of 7) sorted by relevance
58 float floatR = 0.0f;60 floatR = (float)r;61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);68 floatR = (float)r;
119 val floatR: Float = r.toFloat() in buildGaussian() constant120 val v: Float = coefficient1 * e.pow(floatR * floatR * coefficient2) in buildGaussian()
82 float floatR = (float)r; in generateGaussianWeights() local83 weights[r + intRadius] = coeff1 * pow(e, floatR * floatR * coeff2); in generateGaussianWeights()
113 float floatR = 0.0f; in ComputeGaussianWeights() local117 floatR = (float)r; in ComputeGaussianWeights()118 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()
83 float floatR = 0.0f; in ComputeGaussianWeights() local87 floatR = (float)r; in ComputeGaussianWeights()88 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()