Searched refs:Rescale (Results 1 – 16 of 16) sorted by relevance
/external/gemmlowp/fixedpoint/ |
D | fixedpoint.h | 679 FixedPoint<tRawType, tIntegerBitsDst> Rescale( 767 Rescale<0>(a_mod_quarter_minus_one_quarter)); 824 x = x + Rescale<2>(x * one_minus_half_denominator_times_x); 826 return Rescale<0>(x - F2::One()); 871 x = x + Rescale<2>(x * one_minus_half_denominator_times_x); 873 return Rescale<0>(ExactMulByPot<-1>(x));
|
/external/webp/src/dec/ |
D | io_dec.c | 240 static int Rescale(const uint8_t* src, int src_stride, in Rescale() function 265 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler); in EmitRescaledYUV() 266 Rescale(io->u, io->uv_stride, uv_mb_h, p->scaler_u); in EmitRescaledYUV() 267 Rescale(io->v, io->uv_stride, uv_mb_h, p->scaler_v); in EmitRescaledYUV() 277 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a); in EmitRescaledAlphaYUV()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | log_softmax.h | 105 sum_of_exps = sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in LogSoftmax() 197 gemmlowp::Rescale<kAccumulationIntegerBits>( in LogSoftmaxQuantized()
|
D | lstm_cell.h | 392 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell() 402 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
|
D | softmax.h | 109 sum_of_exps = sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
|
/external/lzma/C/ |
D | Ppmd7.c | 574 static void Rescale(CPpmd7 *p) in Rescale() function 682 Rescale(p); in Ppmd7_Update1() 693 Rescale(p); in Ppmd7_Update1_0() 709 Rescale(p); in Ppmd7_Update2()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | common.h | 703 gemmlowp::Rescale<kAccumIntegerBits>(one_quarter); in log_x_for_x_greater_than_or_equal_to_1_impl() 749 const FixedPointAccum num_scaled = gemmlowp::Rescale<kAccumIntegerBits>(num); in log_x_for_x_greater_than_or_equal_to_1_impl() 750 return gemmlowp::Rescale<OutputIntegerBits>(z_pow_2_adj * log_2 + in log_x_for_x_greater_than_or_equal_to_1_impl() 812 using gemmlowp::Rescale; in GetInvSqrtQuantizedMultiplierExp() 828 const F3 x3 = Rescale<3>(x * x * x); in GetInvSqrtQuantizedMultiplierExp() 829 x = Rescale<3>(fixedpoint_half_three * x - fixedpoint_half_input * x3); in GetInvSqrtQuantizedMultiplierExp()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | log_softmax.h | 63 gemmlowp::Rescale<kAccumulationIntegerBits>( in LogSoftmax()
|
/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 378 FixedPoint<ScalarType, tIntegerBits_b> actual = Rescale<tIntegerBits_b>(a); in test_Rescale()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 3307 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell() 3317 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell() 3376 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell() 3386 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell() 4095 gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax() 4098 gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax() 4125 sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
|
D | optimized_ops.h | 2746 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell() 2756 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell() 2815 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell() 2825 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | reduce_test.cc | 868 TEST(ConstInt8SumOpTest, Rescale) { in TEST() argument
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | quantize.decTest | 827 -- some extremes derived from Rescale testcases
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | quantize.decTest | 827 -- some extremes derived from Rescale testcases
|
/external/ImageMagick/ |
D | configure.ac | 2513 # Check for the LQR (Liquid Rescale) delegate library. 2517 [disable Liquid Rescale support])],
|
/external/webp/ |
D | ChangeLog | 2735 b7685d73 Rescale: let ImportRow / ExportRow be pointer-to-function
|