HomeSort by relevance Sort by last modified time
    Searched defs:im (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 146 * @param im
150 public boolean addFrame(Bitmap im) {
151 if ((im == null) || !started) {
158 setSize(im.getWidth(), im.getHeight());
160 image = im;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexFormat.java 32 * Formats a Complex number in cartesian format "Re(c) + Im(c)i". 'i' can
131 * @return A formatted number in the form "Re(c) + Im(c)i"
157 double im = complex.getImaginary(); local
158 if (im < 0.0) {
160 formatDouble(-im, getImaginaryFormat(), toAppendTo, pos);
162 } else if (im > 0.0 || Double.isNaN(im)) {
164 formatDouble(im, getImaginaryFormat(), toAppendTo, pos);
315 Number im = parseNumber(source, getRealFormat(), pos); local
316 if (im == null)
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
RealSchur.h 240 void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHouseholderVector);
241 void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace);
314 Index im; local
315 initFrancisQRStep(il, iu, shiftInfo, im, firstHouseholderVector);
316 performFrancisQRStep(il, im, iu, computeU, firstHouseholderVector, workspace);
437 /** \internal Compute index im at which Francis QR step starts and the first Householder vector. */
439 inline void RealSchur<MatrixType>::initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHouseholderVector)
444 for (im = iu-2; im >= il; --im)
    [all...]
  /external/libopus/src/
opus_compare.c 126 float im; local
129 re=im=0;
132 im-=s[ti]*x[ci*_window_sz+xk];
137 im*=_downsample;
138 _ps[(xi*ps_sz+xj)*_nchannels+ci]=re*re+im*im+100000;
347 float im; local
349 im=re-log(re)-1;
352 if(xj>=79&&xj<=81)im*=0.1F;
353 if(xj==80)im*=0.1F
    [all...]
  /external/opencv/cvaux/src/
cvface.cpp 209 int im = 0;//mouth was find local
226 im = 1;
257 if ( (im + jl + kr) )
259 Error = Data.Error/(im + jl + kr);
  /external/opencv3/modules/photo/src/
merge.cpp 326 Mat im, w; local
328 LUT(images[i], response, im);
330 result += times.at<float>((int)i) * w.mul(im);
  /external/testng/src/main/java/org/testng/internal/
MethodGroupsHelper.java 185 ITestNGMethod[] im = local
188 for (ITestNGMethod thisMethod : im) {
  /external/testng/src/main/java/org/testng/junit/
JUnitTestRunner.java 137 InvokedMethod im = new InvokedMethod(test, tm, new Object[0], tri.m_start, tr); local
138 m_parentRunner.addInvokedMethod(im);
141 l.beforeInvocation(im, tr);
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 134 KeyListener im = getKeyListener(event); local
136 return im.onKeyDown(view, content, keyCode, event);
142 KeyListener im = getKeyListener(event); local
144 return im.onKeyUp(view, content, keyCode, event);
149 KeyListener im = getKeyListener(event); local
151 return im.onKeyOther(view, content, event);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpc.h 106 mpfr_t im; member in struct:__anon36398
246 #define mpc_imagref(x) ((x)->im)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpc.h 106 mpfr_t im; member in struct:__anon38260
246 #define mpc_imagref(x) ((x)->im)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpc.h 106 mpfr_t im; member in struct:__anon40321
246 #define mpc_imagref(x) ((x)->im)
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 587 InjectableMethod im = (InjectableMethod) member; local
588 if (im.isFinal()) continue;
590 methods.add(im);
591 bySignature.put(new Signature(im.method), methods);
746 for (InjectableMember im = injectableMembers.head; im != null;
747 im = im.next) {
749 builder.add(im.toInjectionPoint());
751 if (!im.optional)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 188 InputManager im = context.getSystemService(InputManager.class); local
189 im.registerOnTabletModeChangedListener(this, mHandler);
190 mInTabletMode = im.isInTabletMode();
  /external/aac/libFDK/include/
common_fix.h 356 FIXP_SGL im; member in struct:__anon6301
366 FIXP_DBL im; member in struct:__anon6302
  /external/aac/libFDK/src/
fft.cpp 340 ur = (x[ 1 + ix]>>1) + (x[17 + ix]>>1); /* Im A + Im B */ \
341 ui = (x[ 9 + ix]>>1) + (x[25 + ix]>>1); /* Im C + Im D */ \
344 y[ 1 + iy] = ur + ui; /* Im A' = sum of imag values */ \
345 y[ 5 + iy] = ur - ui; /* Im C' = -Im C -Im D +Im A +Im B */
1049 FIXP_DBL re, im; local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 180 #define im(i) MI->getOperand(i).getImm() macro
252 return rr0(eIMM(im(1), W0), Outputs);
306 return rr0(eADD(rc(1), eIMM(im(2), W0)), Outputs);
308 RegisterCell RC = eADD(eIMM(im(1), W0), eASL(rc(2), im(3)));
312 RegisterCell RC = eADD(eIMM(im(1), W0), eLSR(rc(2), im(3)));
316 RegisterCell RC = eADD(rc(1), eADD(rc(2), eIMM(im(3), W0)));
320 RegisterCell M = eMLS(rc(2), eIMM(im(3), W0));
321 RegisterCell RC = eADD(eIMM(im(1), W0), lo(M, W0))
876 #undef im macro
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHuf.cpp 259 // - codes outside the range [im-iM] have a null length (unused values);
274 int* im, // o: min frq index
275 int* iM) // o: max frq index
288 // frq[im] != 0, and frq[i] == 0 for all i < im
289 // frq[iM] != 0, and frq[i] == 0 for all i > iM
301 *im = 0;
303 while (!frq[*im])
1015 int im, iM; local
1051 int im = readUInt (compressed); local
    [all...]
  /external/opencv3/modules/imgproc/src/
phasecorr.cpp 209 double im = (double)dataA[(j+1)*stepA]*dataB[j*stepB] - local
213 dataC[(j+1)*stepC] = (float)(im / denom);
225 double im = (double)dataA[(j+1)*stepA]*dataB[j*stepB] + local
229 dataC[(j+1)*stepC] = (float)(im / denom);
250 double im = (double)(dataA[j+1]*dataB[j] - dataA[j]*dataB[j+1]); local
252 dataC[j+1] = (float)(im / denom);
259 double im = (double)(dataA[j+1]*dataB[j] + dataA[j]*dataB[j+1]); local
261 dataC[j+1] = (float)(im / denom);
294 double im = dataA[(j+1)*stepA]*dataB[j*stepB] - local
298 dataC[(j+1)*stepC] = im / denom
309 double im = dataA[(j+1)*stepA]*dataB[j*stepB] + local
334 double im = dataA[j+1]*dataB[j] - dataA[j]*dataB[j+1]; local
343 double im = dataA[j+1]*dataB[j] + dataA[j]*dataB[j+1]; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 26 import android.provider.ContactsContract.CommonDataKinds.Im;
181 ImDataItem im = (ImDataItem) item; local
182 final boolean isEmail = im.isCreatedFromEmail();
183 if (isEmail || im.isProtocolValid()) {
184 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol();
189 mSubtitle = Im.getProtocolLabel(context.getResources(), Im.PROTOCOL_GOOGLE_TALK,
194 String host = im.getCustomProtocol();
195 String data = im.getData()
    [all...]
  /external/opencv3/modules/core/test/
test_dxt.cpp 18 w1.im = sin(angle);
20 w[0].im = wi.im = 0.;
24 double t = wi.re*w1.re - wi.im*w1.im;
25 wi.im = wi.re*w1.im + wi.im*w1.re;
68 sum.re += src->re*w[k].re - src->im*w[k].im;
445 double im = (double)a[j+1]*(double)b[j] + (double)a[j]*(double)b[j+1]; local
454 double im = (double)a[j+1]*(double)b[j] - (double)a[j]*(double)b[j+1]; local
470 double im = a[j+1]*b[j] + a[j]*b[j+1]; local
479 double im = a[j+1]*b[j] - a[j]*b[j+1]; local
    [all...]
  /external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp 326 Mat im = Mat::zeros(1000,1000, CV_8U); local
327 //randu(im, 0, 256);
331 cv::imencode(".png" ,im ,buff, param);
  /ndk/sources/host-tools/make-3.81/
dir.c 1026 register unsigned int im = 0;
1038 ++im;
1063 if (im == 0)
1066 printf ("%u", im);
1073 impossible += im;
1017 register unsigned int im = 0; local
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 315 InputManager im = (InputManager)getContext().getSystemService(Context.INPUT_SERVICE); local
316 String[] keyboardLayoutDescriptors = im.getEnabledKeyboardLayoutsForInputDevice(
319 KeyboardLayout keyboardLayout = im.getKeyboardLayout(keyboardLayoutDescriptor);
327 im.getCurrentKeyboardLayoutForInputDevice(mInputDeviceIdentifier);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserTokenManager.java 789 String im = jjstrLiteralImages[jjmatchedKind]; local
790 t.image = (im == null) ? input_stream.GetImage() : im;

Completed in 3410 milliseconds

12 3 4 5