Searched defs:sum (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
H A Dplatformtest.cpp84 double sum = 0; local
86 sum += pow(10.0, i & 255);
87 EXPECT_GT(sum, 0.0);
H A Drapidjsontest.cpp295 double sum = 0; local
297 sum += internal::Pow10(int(i & 255));
298 EXPECT_GT(sum, 0.0);
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
H A DAnglesClassifier.java39 * The final result is the minimum of angle variance of the whole stroke and the sum of angle
170 public float getAnglesVariance(float sumSquares, float sum, float count) { argument
171 return sumSquares / count - (sum / count) * (sum / count);
/packages/apps/Gallery2/jni/filters/
H A Dhsv.c24 double sum = poly[0]+poly[1]*f; local
28 sum += poly[i]*f;
30 return sum;
H A Dkmeans.h26 inline void sum(T values[], int len, int dimension, int stride, N dst[]) { function
73 N sum = 0; local
76 sum += diff * diff;
78 return sqrt(sum);
H A Dwbalance.c107 int sum = 0; local
125 sum++;
128 *wr = r/sum;
129 *wg = g/sum;
130 *wb = b/sum;
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
50 float sum; member in class:db_PointInfo_f
77 float sum; member in class:db_PointInfo_u
H A Ddb_feature_matching.cpp402 inline void db_SignedSquareNormCorr11x11_Pre_u(unsigned char **f_img,int x_f,int y_f,float *sum,float *recip) argument
554 *sum= (float) fsum;
559 inline void db_SignedSquareNormCorr5x5_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) argument
621 *sum= (float) fsum;
626 inline void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) argument
651 *sum= (float) fsum;
660 inline void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) argument
858 pxor xmm5,xmm5 /* set xmm5 to 0 accumulator for sum squares */
859 pxor xmm4,xmm4 /* set xmm4 to 0 accumulator for sum */
877 paddd xmm5,xmm7 /* accumulate sum square
1138 db_SignedSquareNormCorr11x11_PreAlign_AffinePatchWarp_u(short *patch,const unsigned char * const *f_img, int xi,int yi,float *sum,float *recip, const double Hinv[9],int affine) argument
1939 db_SignedSquareNormCorr11x11_Pre_f(float **f_img,int x_f,int y_f,float *sum,float *recip) argument
2095 db_SignedSquareNormCorr11x11_PreAlign_f(float *patch,const float * const *f_img,int x_f,int y_f,float *sum,float *recip) argument
[all...]
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java1425 * Return an ExprInfo corresponding to the sum of the expressions at the
1432 private ExprInfo sum(long index1, long index2) { method in class:Evaluator
1687 * Save an an expression representing the sum of "memory" and the expression with the
1691 ExprInfo newEi = sum(mMemoryIndex, index);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 749 milliseconds