HomeSort by relevance Sort by last modified time
    Searched refs:prec (Results 126 - 150 of 256) sorted by null

1 2 3 4 56 7 8 91011

  /external/elfutils/libcpu/
i386_disasm.c 699 int prec = 0; local
702 prec = prec * 10 + (*fmt - '0');
929 if (prec == 1 && instrtab[cnt].fct1 != 0)
962 else if (prec == 2 && instrtab[cnt].fct2 != 0)
995 else if (prec == 3 && instrtab[cnt].fct3 != 0)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c 1336 int prec; local
    [all...]
tc-tilepro.c 1211 int prec; local
    [all...]
tc-microblaze.c 1759 int prec; local
    [all...]
tc-tic4x.c 2553 int prec; local
    [all...]
  /external/libjpeg-turbo/
jdmarker.c 510 int n, i, prec; local
520 prec = n >> 4;
523 TRACEMS2(cinfo, 1, JTRC_DQT, n, prec);
533 if (prec)
552 if (prec) length -= DCTSIZE2;
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmarker.c 527 int n, i, prec; local
537 prec = n >> 4;
540 TRACEMS2(cinfo, 1, JTRC_DQT, n, prec);
550 if (prec)
569 if (prec) length -= DCTSIZE2;
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 915 '-' exp %prec UNARY
919 | NEXT '(' exp ')' %prec UNARY
921 | '!' exp %prec UNARY
923 | '+' exp %prec UNARY
925 | '~' exp %prec UNARY
  /bionic/libc/bionic/
libc_logging.cpp 249 int prec = -1; local
310 prec = static_cast<int>(parse_decimal(format, &nn));
398 if (sign != '\0' || prec != -1) {
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 18 * __kernel_rem_pio2(x,y,e0,nx,prec)
19 * double x[],y[]; int e0,nx,prec;
68 * prec an integer indicating the precision:
294 __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec)
300 jk = init_jk[prec];
408 switch(prec) {
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_unittest.cpp 475 u.prec = 8;
483 v.prec = 8;
489 y.prec = 8;
  /external/opencv3/3rdparty/libjpeg/
jdmarker.c 531 int n, prec; local
543 prec = n >> 4;
546 TRACEMS2(cinfo, 1, JTRC_DQT, n, prec);
555 if (prec) {
586 if (prec)
605 if (prec) length -= count;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
types.py 36 Emin=-128, Emax=126, rounding=None, prec=38,
50 ctx.prec *= 2
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 196 * determined by \a prec.
199 bool isApprox(const Quaternion& other, typename NumTraits<Scalar>::Real prec = precision<Scalar>()) const
200 { return m_coeffs.isApprox(other.m_coeffs, prec); }
  /ndk/sources/android/support/src/wcstox/
floatscan.c 444 long double __floatscan(FILE *f, int prec, int pok)
452 switch (prec) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
string_tests.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
string_tests.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py     [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 770 int prec = 0; local
777 prec = 5;
783 prec = 4;
790 prec = 8;
799 const int adjust = FRAC_BITS*2 - prec;
809 texel.format.c[i].h = tmu.format.c[i].h + offset + prec;
810 texel.format.c[i].l = texel.format.c[i].h - (tmu.format.bits(i) + prec);
838 RSB(AL, 0, k, u, imm(1<<prec));
    [all...]
  /external/bison/etc/
bench.pl.in 207 | '-' exp %prec NEG { \$\$ = -\$2; }
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 786 * within the precision given by \a prec.
791 bool MatrixBase<Derived>::isUpperTriangular(const RealScalar& prec) const
804 RealScalar threshold = maxAbsOnUpperPart * prec;
812 * within the precision given by \a prec.
817 bool MatrixBase<Derived>::isLowerTriangular(const RealScalar& prec) const
827 RealScalar threshold = maxAbsOnLowerPart * prec;
  /external/fio/exp/
expression-parser.y 123 | '-' expression %prec UMINUS {
  /external/opencv3/3rdparty/libjasper/
jpc_cs.h 163 uint_fast8_t prec; member in struct:__anon20255
  /toolchain/binutils/binutils-2.25/gold/
yyscript.y 881 | '-' exp %prec UNARY
883 | '!' exp %prec UNARY
885 | '~' exp %prec UNARY
887 | '+' exp %prec UNARY

Completed in 3318 milliseconds

1 2 3 4 56 7 8 91011