Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 533 for precision (0.27 sec)

  1. platforms/software/publish/src/main/java/org/gradle/api/publish/internal/mapping/DefaultDependencyCoordinateResolverFactory.java

            return new DependencyResolvers(variantResolver, componentResolver);
        }
    
        /**
         * Adapts a {@link ComponentDependencyResolver} to a {@link VariantDependencyResolver}
         * by returning component-precision coordinates.
         */
        private static class VariantResolverAdapter implements VariantDependencyResolver {
    
            private final ComponentDependencyResolver delegate;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/typecheck/const.go

    	panic("unreachable")
    }
    
    // truncate float literal fv to 32-bit or 64-bit precision
    // according to type; return truncated value.
    func truncfltlit(v constant.Value, t *types.Type) constant.Value {
    	if t.IsUntyped() {
    		return v
    	}
    
    	return roundFloat(v, t.Size())
    }
    
    // truncate Real and Imag parts of Mpcplx to 32-bit or 64-bit
    // precision, according to type; return truncated value. In case of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 15:20:28 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  3. src/math/big/floatconv_test.go

    		// When formatting values with prec = -1 (shortest representation),
    		// the actually available mantissa precision matters.
    		// For denormalized values, that precision is < 53 (SetFloat64 default).
    		// Compute and set the actual precision explicitly.
    		f := new(Float).SetPrec(actualPrec(test.x)).SetFloat64(test.x)
    		got := f.Text(test.format, test.prec)
    		if got != test.want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  4. src/go/constant/value.go

    // a ratVal. The reasoning is that all representations but floatVal are mathematically
    // exact, but once that precision is lost (by moving to floatVal), moving back to
    // a different representation implies a precision that's not actually there.
    
    type (
    	unknownVal struct{}
    	boolVal    bool
    	stringVal  struct {
    		// Lazy value: either a string (l,r==nil) or an addition (l,r!=nil).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 34K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/result/StreamingResolutionResultBuilder.java

                        dependencyResultSerializer.write(encoder, dependency);
                        if (dependency.getFailure() != null) {
                            //by keying the failures only by 'requested' we lose some precision
                            //at edge case we'll lose info about a different exception if we have different failure for the same requested version
                            failures.put(dependency.getRequested(), dependency.getFailure());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. guava/src/com/google/common/math/Quantiles.java

         * Computes the quantile value of the given dataset.
         *
         * @param dataset the dataset to do the calculation on, which must be non-empty, which will be
         *     cast to doubles (with any associated lost of precision), and which will not be mutated by
         *     this call (it is copied instead)
         * @return the quantile value
         */
        public double compute(Collection<? extends Number> dataset) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/RateLimiter.java

     * thus paying for the cost of the expensive task.
     *
     * @author Dimitris Andreou
     * @since 13.0
     */
    // TODO(user): switch to nano precision. A natural unit of cost is "bytes", and a micro precision
    // would mean a maximum rate of "1MB/s", which might be small in some cases.
    @Beta
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public abstract class RateLimiter {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_config.h

      // A serialized "QuantizationInfo" object to specify value ranges for some of
      // the tensors with known names.
      std::string serialized_quant_stats = "";
    
      // A bitmask to encode support for reduced precision inference in the model.
      tflite::optimize::ReducedPrecisionSupport support_mask =
          tflite::optimize::ReducedPrecisionSupport::None;
    
      // Whether to run the passes to propagate the quantization parameters and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 10:16:19 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/syscall/ztypes_linux_ppc64le.go

    }
    
    type Timex struct {
    	Modes     uint32
    	Pad_cgo_0 [4]byte
    	Offset    int64
    	Freq      int64
    	Maxerror  int64
    	Esterror  int64
    	Status    int32
    	Pad_cgo_1 [4]byte
    	Constant  int64
    	Precision int64
    	Tolerance int64
    	Time      Timeval
    	Tick      int64
    	Ppsfreq   int64
    	Jitter    int64
    	Shift     int32
    	Pad_cgo_2 [4]byte
    	Stabil    int64
    	Jitcnt    int64
    	Calcnt    int64
    	Errcnt    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  10. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/publication/MavenComponentParser.java

                    return;
                }
    
                // If the dependency has artifacts, only map the coordinates to component-level precision.
                // This is so we match the Gradle behavior where an explicit artifact on a dependency
                // that would otherwise map to different coordinates resolves to the declared coordinates.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 18:52:27 UTC 2024
    - 26.1K bytes
    - Viewed (0)
Back to top