Searched refs:floatR (Results 1 – 5 of 5) 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;
82 float floatR = (float)r; in generateGaussianWeights() local83 weights[r + intRadius] = coeff1 * pow(e, floatR * floatR * coeff2); in generateGaussianWeights()
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()