Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for 1e15 (0.09 sec)

  1. src/strconv/atof.go

    	}
    	return bits, overflow
    }
    
    // Exact powers of 10.
    var float64pow10 = []float64{
    	1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
    	1e10, 1e11, 1e12, 1e13, 1e14, 1e15, 1e16, 1e17, 1e18, 1e19,
    	1e20, 1e21, 1e22,
    }
    var float32pow10 = []float32{1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10}
    
    // If possible to convert decimal representation to 64-bit float f exactly,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 06 18:50:50 UTC 2022
    - 15.9K bytes
    - Viewed (0)
  2. src/strconv/ftoaryu.go

    	// Proceed to the requested number of digits
    	formatDecimal(d, di, !d0, roundUp, prec)
    	// Adjust exponent
    	d.dp -= q
    }
    
    var uint64pow10 = [...]uint64{
    	1, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
    	1e10, 1e11, 1e12, 1e13, 1e14, 1e15, 1e16, 1e17, 1e18, 1e19,
    }
    
    // formatDecimal fills d with at most prec decimal digits
    // of mantissa m. The boolean trunc indicates whether m
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
  3. src/strconv/eisel_lemire.go

    	{0x0000000000000000, 0x9502F90000000000}, // 1e10
    	{0x0000000000000000, 0xBA43B74000000000}, // 1e11
    	{0x0000000000000000, 0xE8D4A51000000000}, // 1e12
    	{0x0000000000000000, 0x9184E72A00000000}, // 1e13
    	{0x0000000000000000, 0xB5E620F480000000}, // 1e14
    	{0x0000000000000000, 0xE35FA931A0000000}, // 1e15
    	{0x0000000000000000, 0x8E1BC9BF04000000}, // 1e16
    	{0x0000000000000000, 0xB1A2BC2EC5000000}, // 1e17
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 41.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/poset_test.go

    		{SetOrderOrEqual, 25, 10},
    
    		// Check that all nodes are pairwise equal now
    		{Equal, 10, 12},
    		{Equal, 10, 15},
    		{Equal, 10, 16},
    		{Equal, 10, 17},
    		{Equal, 10, 18},
    		{Equal, 10, 19},
    		{Equal, 10, vconst(20)},
    		{Equal, 10, vconst2(20)},
    		{Equal, 10, 25},
    
    		{Equal, 12, 15},
    		{Equal, 12, 16},
    		{Equal, 12, 17},
    		{Equal, 12, 18},
    		{Equal, 12, 19},
    		{Equal, 12, vconst(20)},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 26 07:52:35 UTC 2019
    - 18.1K bytes
    - Viewed (0)
  5. manifests/addons/dashboards/istio-extension-dashboard.json

              "placement": "bottom",
              "showLegend": true
            },
            "tooltip": {
              "mode": "multi",
              "sort": "none"
            }
          },
          "pluginVersion": "10.1.5",
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "expr": "avg(envoy_wasm_envoy_wasm_runtime_null_active)",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 20K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/istio-mesh-dashboard.json

            "mode": "html"
          },
          "pluginVersion": "10.1.5",
          "style": {
            "font-size": "18pt"
          },
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  7. manifests/addons/dashboards/istio-performance-dashboard.json

            "mode": "markdown"
          },
          "pluginVersion": "10.1.5",
          "title": "Performance Dashboard README",
          "transparent": true,
          "type": "text"
        },
        {
          "collapsed": false,
          "datasource": {
            "type": "prometheus",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler_test.go

    // E-Tag, that fresh content is returned
    func TestEtagOutdated(t *testing.T) {
    	manager := discoveryendpoint.NewResourceManager("apis")
    	apis := fuzzAPIGroups(1, 3, 15)
    	manager.SetGroups(apis.Items)
    
    	// fetch the document once
    	initial, initialBody, _ := fetchPath(manager, "application/json", discoveryPath, "")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  9. src/crypto/aes/gcm_amd64.s

    	MOVOU bswapMask<>(SB), BSWAP
    	MOVOU gcmPoly<>(SB), POLY
    
    	SHLQ $3, plen
    	SHLQ $3, dlen
    
    	MOVQ plen, B0
    	PINSRQ $1, dlen, B0
    
    	PXOR ACC0, B0
    
    	MOVOU (16*14)(pTbl), ACC0
    	MOVOU (16*15)(pTbl), ACCM
    	MOVOU ACC0, ACC1
    
    	PCLMULQDQ $0x00, B0, ACC0
    	PCLMULQDQ $0x11, B0, ACC1
    	PSHUFD $78, B0, T0
    	PXOR B0, T0
    	PCLMULQDQ $0x00, T0, ACCM
    
    	PXOR ACC0, ACCM
    	PXOR ACC1, ACCM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  10. docs/ru/docs/tutorial/dependencies/classes-as-dependencies.md

    Теперь мы можем изменить зависимость `common_parameters`, указанную выше, на класс `CommonQueryParams`:
    
    === "Python 3.10+"
    
        ```Python hl_lines="11-15"
        {!> ../../../docs_src/dependencies/tutorial002_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="11-15"
        {!> ../../../docs_src/dependencies/tutorial002_an_py39.py!}
        ```
    
    === "Python 3.6+"
    
        ```Python hl_lines="12-16"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jan 12 11:12:19 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top