/external/compiler-rt/lib/builtins/ |
powidf2.c | 22 const int recip = b < 0; local 33 return recip ? 1/r : r;
|
powisf2.c | 22 const int recip = b < 0; local 33 return recip ? 1/r : r;
|
powitf2.c | 24 const int recip = b < 0; local 35 return recip ? 1/r : r;
|
powixf2.c | 24 const int recip = b < 0; local 35 return recip ? 1/r : r;
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_feature_matching.h | 31 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); 51 float recip; member in class:db_PointInfo_f 78 float recip; member in class:db_PointInfo_u
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 31 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); 51 float recip; member in class:db_PointInfo_f 78 float recip; member in class:db_PointInfo_u
|
/external/libjpeg-turbo/ |
jcdctmgr.c | 411 UDCTELEM recip, corr; local 417 recip = divisors[i + DCTSIZE2 * 0]; 423 product = (UDCTELEM2)(temp + corr) * recip; 428 product = (UDCTELEM2)(temp + corr) * recip;
|
/frameworks/base/core/java/android/text/ |
SpannableStringInternal.java | 387 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local 388 int n = recip.length; 391 recip[i].onSpanAdded((Spannable) this, what, start, end); method 396 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local 397 int n = recip.length; 400 recip[i].onSpanRemoved((Spannable) this, what, start, end); method 405 SpanWatcher[] recip = getSpans(Math.min(s, st), Math.max(e, en), local 407 int n = recip.length; 410 recip[i].onSpanChanged((Spannable) this, what, s, e, st, en); method
|
SpannableStringBuilder.java | 1224 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local 1233 SpanWatcher[] recip = getSpans(start, end, SpanWatcher.class); local [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btConvexHull.cpp | 872 btScalar recip[3]={0.f,0.f,0.f}; local 962 recip[0] = 1 / dx; 963 recip[1] = 1 / dy; 964 recip[2] = 1 / dz; 966 center[0]*=recip[0]; 967 center[1]*=recip[1]; 968 center[2]*=recip[2]; 989 px = px*recip[0]; // normalize 990 py = py*recip[1]; // normalize 991 pz = pz*recip[2]; // normaliz [all...] |
/external/opencv3/3rdparty/libpng/ |
png.c | 1469 int recip = 0; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
FastMath.java | 214 double recip[] = new double[2]; typedefs 224 splitReciprocal(tmp, recip); 225 EXP_INT_TABLE_A[750-i] = recip[0]; 226 EXP_INT_TABLE_B[750-i] = recip[1]; 310 // recip = 1/y 311 double recip = 1.0/ya; local 312 temp = recip * HEX_40000000; 313 double recipa = recip + temp - temp; 314 double recipb = recip - recipa; 317 recipb += (1.0 - yaa*recipa - yaa*recipb - yab*recipa - yab*recipb) * recip; 375 double recip = 1.0\/ya; local [all...] |
/external/libpng/ |
png.c | 2793 int recip = 0; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.c | 928 float recip = 1.0f / src->f[i]; local 930 if (recip > 0.0f) { 931 if (recip > 1.884467e+019f) { 934 else if (recip < 5.42101e-020f) { 938 dst->f[i] = recip; 942 if (recip < -1.884467e+019f) { 945 else if (recip > -5.42101e-020f) { 949 dst->f[i] = recip; [all...] |
/external/pdfium/third_party/lpng_v163/ |
png.c | 2658 int recip = 0; local [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoreMathVerifier.java | 880 static private Target.Floaty recip(double d, Target t) { method in class:CoreMathVerifier 885 static private Target.Floaty recip(float f, Target t) { method in class:CoreMathVerifier [all...] |
/external/boringssl/src/crypto/curve25519/ |
curve25519.c | 1023 fe recip; local 1027 fe_invert(recip, h->Z); 1028 fe_mul(x, h->X, recip); 1029 fe_mul(y, h->Y, recip); 1035 fe recip; local 1039 fe_invert(recip, h->Z); 1040 fe_mul(x, h->X, recip); 1041 fe_mul(y, h->Y, recip); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContent.java | 1489 String recip = ap.getFilterRecipient(); local 1820 String recip = ap.getFilterRecipient(); local [all...] |