Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for float64Ptr (0.09 sec)

  1. src/cmd/compile/internal/ssa/_gen/dec.rules

    (Load <t> ptr mem) && t.IsComplex() && t.Size() == 16 =>
      (ComplexMake
        (Load <typ.Float64> ptr mem)
        (Load <typ.Float64>
          (OffPtr <typ.Float64Ptr> [8] ptr)
          mem)
        )
    (Store {t} dst (ComplexMake real imag) mem) && t.Size() == 16 =>
      (Store {typ.Float64}
        (OffPtr <typ.Float64Ptr> [8] dst)
        imag
        (Store {typ.Float64} dst real mem))
    
    // string ops
    (StringPtr (StringMake ptr _)) => ptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:48:31 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/options/hpacontroller.go

    	fs.Float64Var(&o.HorizontalPodAutoscalerTolerance, "horizontal-pod-autoscaler-tolerance", o.HorizontalPodAutoscalerTolerance, "The minimum change (from 1.0) in the desired-to-actual metrics ratio for the horizontal pod autoscaler to consider scaling.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 19 09:49:23 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top