Home
last modified time | relevance | path

Searched defs:rmax (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.h31 QuantizationParams ChooseQuantizationParams(double rmin, double rmax, in ChooseQuantizationParams()
102 QuantizationParams ChooseQuantizationParams(double rmin, double rmax) { in ChooseQuantizationParams()
/external/v8/src/compiler/
Doperation-typer.cc234 double rmax = rhs.AsRange()->Max(); in MultiplyRanger() local
763 double const rmax = rhs.Max(); in NumberModulus() local
811 double rmax = rhs.Max(); in NumberBitwiseOr() local
848 double rmax = rhs.Max(); in NumberBitwiseAnd() local
879 double rmax = rhs.Max(); in NumberBitwiseXor() local
/external/mesa3d/src/mesa/swrast/
Ds_points.c307 const GLfloat rmax = radius + 0.7071F; in smooth_point() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1342 const float rmax = halfSize + 0.7071F; in sp_setup_point() local
/external/flac/libFLAC/
Dstream_encoder.c4032 FLAC__uint32 rmax; in precompute_partition_info_escapes_() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h789 float rmin, float rmax, int num_bits, float* output_data, in FakeQuant()
Dreference_ops.h2885 float rmax = op_params.minmax.max; in FakeQuant() local
/external/libxml2/
Dxmlschemas.c16815 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK()