HomeSort by relevance Sort by last modified time
    Searched full:scal (Results 1 - 25 of 47) 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...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 352 bool &usgn, bool &scal, bool &cnst, bool &pntr) {
392 scal = true;
396 scal = true;
401 scal = true;
410 scal = true;
433 bool scal = false; local
446 type = ModType(mod, type, quad, poly, usgn, scal, cnst, pntr);
456 if (scal)
462 if (scal)
468 if (scal)
528 bool scal = false; local
1548 bool scal = false; local
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 224 AOT_DRM_AAC = 143, /**< Virtual AOT for DRM (ER-AAC-SCAL without SBR) */
225 AOT_DRM_SBR = 144, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR) */
226 AOT_DRM_MPEG_PS = 145, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR and MPEG-PS) */
227 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/chromium_org/third_party/libpng/
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...]
pngwrite.c 205 "png_write_sCAL not supported; sCAL chunk not written.");
207 #endif /* sCAL */
    [all...]
pngwutil.c     [all...]
  /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...]
  /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 
  /packages/apps/InCallUI/res/values-pl/
strings.xml 110 <string name="onscreenMergeCallsText" msgid="6640195098064538950">"Scal po??czenia"</string>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Controls.py 285 kControlBevelButtonScaleIconTag = FOUR_CHAR_CODE('scal')

Completed in 978 milliseconds

1 2