HomeSort by relevance Sort by last modified time
    Searched refs:Rescale (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/math/cmplx/
sqrt.go 79 // Rescale to avoid internal overflow or underflow.
  /prebuilts/go/linux-x86/src/math/cmplx/
sqrt.go 79 // Rescale to avoid internal overflow or underflow.
  /external/gemmlowp/fixedpoint/
fixedpoint.h 567 // Rescale changes the number of IntegerBits and updates the underlying
570 FixedPoint<tRawType, tIntegerBitsDst> Rescale(
639 Rescale<0>(a_mod_quarter_minus_one_quarter));
695 x = x + Rescale<2>(x * one_minus_half_denominator_times_x);
697 return Rescale<0>(x - F2::One());
742 x = x + Rescale<2>(x * one_minus_half_denominator_times_x);
744 return Rescale<0>(ExactMulByPot<-1>(x));
  /external/webp/src/dec/
io_dec.c 244 static int Rescale(const uint8_t* src, int src_stride,
269 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
270 Rescale(io->u, io->uv_stride, uv_mb_h, p->scaler_u);
271 Rescale(io->v, io->uv_stride, uv_mb_h, p->scaler_v);
281 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a);
  /external/lzma/C/
Ppmd7.c 572 static void Rescale(CPpmd7 *p)
680 Rescale(p);
691 Rescale(p);
707 Rescale(p);
  /external/gemmlowp/test/
test_fixedpoint.cc 301 FixedPoint<std::int32_t, tIntegerBits_b> actual = Rescale<tIntegerBits_b>(a);
  /frameworks/ml/nn/common/operations/internal/reference/
reference_ops.h 628 using gemmlowp::Rescale;
644 const F3 x3 = Rescale<3>(x * x * x);
645 x = Rescale<3>(fixedpoint_half_three * x - fixedpoint_half_input * x3);
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h     [all...]

Completed in 441 milliseconds