/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | quantization_util.h | 31 QuantizationParams ChooseQuantizationParams(double rmin, double rmax, in ChooseQuantizationParams() argument 40 TFLITE_CHECK_GE(rmax, 0.); in ChooseQuantizationParams() 41 if (rmin == rmax) { in ChooseQuantizationParams() 44 TFLITE_CHECK_EQ(rmax, 0.); in ChooseQuantizationParams() 54 const double scale = (rmax - rmin) / (qmax_double - qmin_double); in ChooseQuantizationParams() 65 const double zero_point_from_max = qmax_double - rmax / scale; in ChooseQuantizationParams() 69 std::abs(qmax_double) + std::abs(rmax / scale); in ChooseQuantizationParams() 102 QuantizationParams ChooseQuantizationParams(double rmin, double rmax) { in ChooseQuantizationParams() argument 103 return ChooseQuantizationParams<T>(rmin, rmax, false); in ChooseQuantizationParams()
|
/external/swiftshader/third_party/subzero/bloat/ |
D | webtreemap.js | 111 var rmax = rmin; // Largest child. 118 if (size > rmax) 119 rmax = size; 126 var score = Math.max(5*space*space*rmax / (rsum*rsum),
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | multiselect.ll | 6 define void @test(i32 signext %positive, double %base, double %offset, double* %rmin, double* %rmax… 18 store double %max, double* %rmax, align 8
|
/external/v8/src/compiler/ |
D | operation-typer.cc | 234 double rmax = rhs.AsRange()->Max(); in MultiplyRanger() local 236 results[1] = lmin * rmax; in MultiplyRanger() 238 results[3] = lmax * rmax; in MultiplyRanger() 244 (rmin == -V8_INFINITY || rmax == +V8_INFINITY)) || in MultiplyRanger() 763 double const rmax = rhs.Max(); in NumberModulus() local 771 double rabs = std::max(std::abs(rmin), std::abs(rmax)) - 1; in NumberModulus() 811 double rmax = rhs.Max(); in NumberBitwiseOr() local 819 if (rmin == 0 && rmax == 0) { in NumberBitwiseOr() 825 max = rmax; in NumberBitwiseOr() 828 if (lmax < 0 || rmax < 0) { in NumberBitwiseOr() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_points.c | 307 const GLfloat rmax = radius + 0.7071F; in smooth_point() local 309 const GLfloat rmax2 = rmax * rmax; in smooth_point()
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | normalization.py | 515 rmin, rmax, dmax = [self.renorm_clipping.get(key) 519 if rmax is not None: 520 r = math_ops.minimum(r, rmax)
|
/external/tensorflow/tensorflow/python/layers/ |
D | normalization_test.py | 878 rmax = 1.1 891 renorm_clipping={'rmax': rmax, 'rmin': rmin, 'dmax': dmax}, 909 r = (stddev / adj_stddev).clip(rmin, rmax) 980 rmax = 1.1 995 renorm_clipping={'rmax': rmax, 'rmin': rmin, 'dmax': dmax}, 1019 r = (stddev / adj_stddev).clip(rmin, rmax)
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 1342 const float rmax = halfSize + 0.7071F; in sp_setup_point() local 1344 const float rmax2 = rmax * rmax; in sp_setup_point()
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 4032 FLAC__uint32 rmax; in precompute_partition_info_escapes_() local 4043 rmax = 0; in precompute_partition_info_escapes_() 4048 rmax |= ~r; in precompute_partition_info_escapes_() 4050 rmax |= r; in precompute_partition_info_escapes_() 4053 raw_bits_per_partition[partition] = rmax? FLAC__bitmath_ilog2(rmax) + 2 : 1; in precompute_partition_info_escapes_()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 2885 float rmax = op_params.minmax.max; in FakeQuant() local 2890 TFLITE_DCHECK_GE(rmax, 0.0f); in FakeQuant() 2891 TFLITE_DCHECK_LT(rmin, rmax); in FakeQuant() 2897 NudgeQuantizationRange(rmin, rmax, quant_min, quant_max, &nudged_min, in FakeQuant()
|
D | legacy_reference_ops.h | 789 float rmin, float rmax, int num_bits, float* output_data, in FakeQuant() argument 794 op_params.minmax.max = rmax; in FakeQuant()
|
/external/libxml2/ |
D | xmlschemas.c | 16815 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK() argument 16821 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()
|