Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,876 for pzero (0.21 sec)

  1. src/math/j0.go

    }
    
    // The asymptotic expansions of pzero is
    //      1 - 9/128 s**2 + 11025/98304 s**4 - ..., where s = 1/x.
    // For x >= 2, We approximate pzero by
    // 	pzero(x) = 1 + (R/S)
    // where  R = pR0 + pR1*s**2 + pR2*s**4 + ... + pR5*s**10
    // 	  S = 1 + pS0*s**2 + ... + pS4*s**10
    // and
    //      | pzero(x)-1-R/S | <= 2  ** ( -60.26)
    
    // for x in [inf, 8]=1/[0,0.125]
    var p0R8 = [6]float64{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    	counter.Add(1) // account for main activity of the goroutine running this test
    	ctx1 := context.Background()
    	pZero := func() *int32 { var zero int32; return &zero }
    	// counts of calls to the QueueNoteFns
    	queueNoteCounts := map[int]map[bool]*int32{
    		1: {false: pZero(), true: pZero()},
    		2: {false: pZero(), true: pZero()},
    	}
    	queueNoteFn := func(fn int) func(inQueue bool) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/zero.yaml

      - name: gateway
        namespace: istio-system
      hostnames: ["first.domain.example"]
      rules:
      - matches:
        - path:
            type: PathPrefix
            value: /get
        backendRefs:
          - name: httpbin-zero
            port: 8080
            weight: 0
      - matches:
        - path:
            type: PathPrefix
            value: /weighted-100
        backendRefs:
        - filters:
          - requestHeaderModifier:
              add:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/zero.yaml.golden

      - istio-system/gateway-istio-autogenerated-k8s-gateway-tcp
      hosts:
      - '*'
      tcp:
      - route:
        - destination:
            host: internal.cluster.local
            port:
              number: 65535
            subset: zero-weight
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 18:54:10 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. src/internal/zstd/testdata/fcf30b99.zero-dictionary-ids.zst

    fcf30b99.zero-dictionary-ids.zst hello hello hello...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 28 17:56:15 UTC 2023
    - 64 bytes
    - Viewed (0)
  6. src/compress/flate/testdata/huffman-zero.golden

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 51 bytes
    - Viewed (0)
  7. src/compress/flate/testdata/huffman-zero.in

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 308 bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/zero.status.yaml.golden

    Lior Lieberman <******@****.***> 1707338903 +0000
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. src/compress/flate/testdata/huffman-zero.dyn.expect

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 17 bytes
    - Viewed (0)
  10. src/compress/flate/testdata/huffman-zero.wb.expect

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 6 bytes
    - Viewed (0)
Back to top