HomeSort by relevance Sort by last modified time
    Searched full:scal (Results 1 - 25 of 38) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion60.txt 1 Code completion in animator1.xml for android:propertyName="scal^eX"/>:
  /external/libgsm/src/
long_term.c 65 word R, S, dmax, scal, best_k; local
82 if (dmax == 0) scal = 0;
87 if (temp > 6) scal = 0;
88 else scal = 6 - temp;
89 assert(scal >= 0);
95 wt_k = SASR(d[best_k], scal);
109 assert(scal <= 100 && scal >= -100);
110 L_max = L_max >> (6 - scal); /* sub(6, scal) */
168 word R, S, dmax, scal; local
309 word R, S, dmax, scal; local
485 word R, S, dmax, scal; local
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 27 * Scaling<SparseMatrix<double> > scal;
29 * scal.computeRef(A);
31 * b = scal.LeftScaling().cwiseProduct(b);
35 * x = scal.RightScaling().cwiseProduct(x);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 24 double scal; local
42 scal = 1.0 / Coef[0];
45 *InOut *= scal;
47 *InOut -= scal*Coef[k]*InOut[-k];
  /external/libpng/
ANNOUNCE 55 Check for sCAL chunk too short.
pngrutil.c     [all...]
pngset.c 367 png_debug1(1, "in %s storage function", "sCAL");
386 png_debug1(1, "in %s storage function", "sCAL");
400 "Memory allocation failed while processing sCAL.");
414 "Memory allocation failed while processing sCAL.");
    [all...]
CHANGES 570 Added sCAL chunk support (Eric S. Raymond).
595 Various patches to fix bugs in the sCAL and integer cHRM processing,
596 and to add some convenience macros for use with sCAL.
    [all...]
pngwrite.c 205 "png_write_sCAL not supported; sCAL chunk not written.");
207 #endif /* sCAL */
    [all...]
png.c 413 /* Free any sCAL entry */
pngwutil.c     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 321 bool &usgn, bool &scal, bool &cnst, bool &pntr) {
359 scal = true;
363 scal = true;
368 scal = true;
377 scal = true;
400 bool scal = false; local
413 type = ModType(mod, type, quad, poly, usgn, scal, cnst, pntr);
423 if (scal)
429 if (scal)
435 if (scal)
488 bool scal = false; local
1023 bool scal = false; local
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 218 AOT_DRM_AAC = 143, /**< Virtual AOT for DRM (ER-AAC-SCAL without SBR) */
219 AOT_DRM_SBR = 144, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR) */
220 AOT_DRM_MPEG_PS = 145, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR and MPEG-PS) */
221 AOT_DRM_SURROUND = 146, /**< Virtual AOT for DRM Surround (ER-AAC-SCAL (+SBR) +MPS) */
  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 62 BLAS_FUNC(scal)(&N,&b,Y,&intone);
  /external/eigen/blas/
level1_impl.h 136 int EIGEN_BLAS_FUNC(scal)(int *n, RealScalar *palpha, RealScalar *px, int *incx) function
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 458 png_debug1(1, "in %s storage function\n", "sCAL");
476 png_debug1(1, "in %s storage function\n", "sCAL");
488 "Memory allocation failed while processing sCAL.");
499 "Memory allocation failed while processing sCAL.");
    [all...]
pngrutil.c     [all...]
png.c 397 /* free any sCAL entry */
pngwutil.c     [all...]
  /external/speex/libspeex/
scal.c 3 File: scal.c
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 249 /* The sCAL chunk describes the actual physical dimensions of the
pngpriv.h     [all...]
  /prebuilts/sdk/tools/linux/
aapt 
  /external/libpng/contrib/gregbook/
readpng2.c 224 115, 67, 65, 76, '\0', /* sCAL */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 423 checkAnimatorCompletion("animator1.xml", "android:propertyName=\"scal^eX\"/>");
    [all...]

Completed in 1681 milliseconds

1 2