HomeSort by relevance Sort by last modified time
    Searched refs:prec (Results 176 - 200 of 359) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/ld/
ldgram.y 919 '-' exp %prec UNARY
923 | NEXT '(' exp ')' %prec UNARY
925 | '!' exp %prec UNARY
927 | '+' exp %prec UNARY
929 | '~' exp %prec UNARY
  /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) {
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 569 u_int8_t prec
576 mantissa = (int)((prec >> 4) & 0x0f) % 10;
577 exponent = (int)((prec >> 0) & 0x0f) % 10;
  /external/eigen/test/
svd_common.h 67 RealScalar prec = test_precision<RealScalar>(); local
75 VERIFY( (svd.matrixV().adjoint()*svd.matrixV()).isIdentity(prec) );
82 VERIFY( (svd.matrixU().adjoint()*svd.matrixU()).isIdentity(prec) );
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_unittest.cpp 409 u.prec = 8;
417 v.prec = 8;
423 y.prec = 8;
  /external/crcalc/src/com/hp/creals/
CR.java 349 * Returns value / 2 ** prec rounded to an integer.
408 int prec = 0; local
410 for (;prec > n + 30; prec = (prec * 3)/2 - 16) {
411 int msd = msd(prec);
413 check_prec(prec);
    [all...]
  /external/python/cpython2/Lib/test/
string_tests.py     [all...]
test_decimal.py 58 prec = 9,
397 def change_precision(self, prec):
398 self.context.prec = prec
559 nc.prec = 3
    [all...]
  /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/go/darwin-x86/src/cmd/compile/internal/syntax/
tokens.go 209 // prec == 0
  /prebuilts/go/darwin-x86/src/fmt/
print.go 44 Precision() (prec int, ok bool)
150 func (p *pp) Precision() (prec int, ok bool) { return p.fmt.prec, p.fmt.precPresent }
1049 p.fmt.prec, p.fmt.precPresent, argNum = intFromArg(a, argNum)
1051 if p.fmt.prec < 0 {
1052 p.fmt.prec = 0
1060 p.fmt.prec, p.fmt.precPresent, i = parsenum(format, i, end)
1062 p.fmt.prec = 0
1084 case verb == '%': // Percent does not absorb operands and ignores f.wid and f.prec.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
tokens.go 209 // prec == 0
  /prebuilts/go/linux-x86/src/fmt/
print.go 44 Precision() (prec int, ok bool)
150 func (p *pp) Precision() (prec int, ok bool) { return p.fmt.prec, p.fmt.precPresent }
1049 p.fmt.prec, p.fmt.precPresent, argNum = intFromArg(a, argNum)
1051 if p.fmt.prec < 0 {
1052 p.fmt.prec = 0
1060 p.fmt.prec, p.fmt.precPresent, i = parsenum(format, i, end)
1062 p.fmt.prec = 0
1084 case verb == '%': // Percent does not absorb operands and ignores f.wid and f.prec.
  /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 763 int prec = 0; local
770 prec = 5;
776 prec = 4;
783 prec = 8;
792 const int adjust = FRAC_BITS*2 - prec;
802 texel.format.c[i].h = tmu.format.c[i].h + offset + prec;
803 texel.format.c[i].l = texel.format.c[i].h - (tmu.format.bits(i) + prec);
831 RSB(AL, 0, k, u, imm(1<<prec));
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c 1765 int prec; local
    [all...]
tc-tic4x.c 2551 int prec; local
    [all...]
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 643 * within the precision given by \a prec.
648 bool MatrixBase<Derived>::isUpperTriangular(const RealScalar& prec) const
660 RealScalar threshold = maxAbsOnUpperPart * prec;
668 * within the precision given by \a prec.
673 bool MatrixBase<Derived>::isLowerTriangular(const RealScalar& prec) const
682 RealScalar threshold = maxAbsOnLowerPart * prec;
    [all...]
  /external/fio/exp/
expression-parser.y 123 | '-' expression %prec UMINUS {
  /external/python/cpython3/Lib/
timeit.py 321 msg = "{num} loops -> {secs:.{prec}g} secs"
322 print(msg.format(num=number, secs=time_taken, prec=precision))
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 67 const prec = 512 const
253 func newFloat() *big.Float { return new(big.Float).SetPrec(prec) }
767 t.SetPrec(prec - delta)
847 // If prec > 0 it specifies the ^ (xor) result size in bits.
850 func UnaryOp(op token.Token, y Value, prec uint) Value {
894 if prec > 0 {
895 z.AndNot(z, newInt().Lsh(big.NewInt(-1), prec)) // z &^= (-1)<<prec
  /prebuilts/go/linux-x86/src/go/constant/
value.go 67 const prec = 512 const
253 func newFloat() *big.Float { return new(big.Float).SetPrec(prec) }
767 t.SetPrec(prec - delta)
847 // If prec > 0 it specifies the ^ (xor) result size in bits.
850 func UnaryOp(op token.Token, y Value, prec uint) Value {
894 if prec > 0 {
895 z.AndNot(z, newInt().Lsh(big.NewInt(-1), prec)) // z &^= (-1)<<prec
  /toolchain/binutils/binutils-2.27/gold/
yyscript.y 890 | '-' exp %prec UNARY
892 | '!' exp %prec UNARY
894 | '~' exp %prec UNARY
896 | '+' exp %prec UNARY

Completed in 771 milliseconds

1 2 3 4 5 6 78 91011>>