Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 1104 (0.92 sec)

  1. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+1104(SB)/8,$0x000000013ac3aa8e
    DATA ·IEEEConst+1112(SB)/8,$0x0000000038f258c2
    
    	/* x^189504 mod p(x), x^189440 mod p(x) */
    DATA ·IEEEConst+1120(SB)/8,$0x0000000099980562
    DATA ·IEEEConst+1128(SB)/8,$0x00000001cdf17b00
    
    	/* x^188480 mod p(x), x^188416 mod p(x) */
    DATA ·IEEEConst+1136(SB)/8,$0x00000001c1579c86
    DATA ·IEEEConst+1144(SB)/8,$0x000000011f882c16
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	1100: {region: 0x166, script: 0x5b, flags: 0x0},
    	1101: {region: 0x35, script: 0xe, flags: 0x0},
    	1102: {region: 0x9c, script: 0xde, flags: 0x0},
    	1103: {region: 0xea, script: 0x5b, flags: 0x0},
    	1104: {region: 0x9a, script: 0xe6, flags: 0x0},
    	1105: {region: 0xdc, script: 0x22, flags: 0x0},
    	1106: {region: 0x166, script: 0x5b, flags: 0x0},
    	1107: {region: 0x166, script: 0x5b, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				"node-a": framework.Success,
    				"node-b": framework.Success,
    				"node-x": framework.Success,
    				"node-y": framework.Success,
    			},
    		},
    		{
    			// pods spread across node as 1/1/0/~0~
    			name: "NodeAffinityPolicy honored with labelSelectors",
    			pod: st.MakePod().Name("p").Label("foo", "").
    				NodeSelector(map[string]string{"foo": ""}).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

            "strictly '[1.1, 1.4]'"             | '{strictly [1.1, 1.4]}'           | "versions of foo verified to run on platform Y" | '1.4'    | "didn't match versions 2.0, 1.5 because "
            "prefer '[1.0, 1.4]'; reject '1.4'" | '{prefer [1.0, 1.4]; reject 1.4}' | "1.4 has a critical bug"                        | '1.3'    | "rejected version 1.4 because "
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    kind: ServiceAccount
    automountServiceAccountToken: false
    metadata:
      labels:
        helm.sh/chart: grafana-8.0.1
        app.kubernetes.io/name: grafana
        app.kubernetes.io/instance: grafana
        app.kubernetes.io/version: "11.0.0"
        app.kubernetes.io/managed-by: Helm
      name: grafana
      namespace: istio-system
    ---
    # Source: grafana/templates/configmap.yaml
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: grafana
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "dev": true,
          "dependencies": {
            "color-name": "~1.1.4"
          },
          "engines": {
            "node": ">=7.0.0"
          }
        },
        "node_modules/eslint/node_modules/color-name": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/CallTest.kt

       */
      @Test
      fun anonCipherSuiteUnsupported() {
        platform.assumeNotConscrypt()
        platform.assumeNotBouncyCastle()
    
        // The _anon_ suites became unsupported in "1.8.0_201" and "11.0.2".
        assumeFalse(
          System.getProperty("java.version", "unknown").matches(Regex("1\\.8\\.0_1\\d\\d")),
        )
        server.enqueue(MockResponse())
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  8. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoUnblock dt=5 g=93 g_seq=6 stack=12
    GoUnblock dt=6 g=85 g_seq=5 stack=12
    GoUnblock dt=3 g=104 g_seq=1 stack=12
    GoUnblock dt=6 g=108 g_seq=1 stack=12
    GoUnblock dt=4 g=120 g_seq=4 stack=12
    GoUnblock dt=4 g=126 g_seq=5 stack=12
    GoUnblock dt=7 g=114 g_seq=3 stack=12
    GoUnblock dt=5 g=86 g_seq=4 stack=12
    GoUnblock dt=4 g=110 g_seq=3 stack=12
    GoBlock dt=14 reason_string=15 stack=5
    GoUnblock dt=7 g=25 g_seq=51 stack=0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      %r2 = "tf.Reshape"(%arg1, %shape2) : (tensor<*xf32>, tensor<?xi32>) -> tensor<*xf32>
      %r3 = "tf.Reshape"(%arg2, %shape1) : (tensor<10000xf32>, tensor<2xi32>) -> tensor<100x100xf32>
      %shape3 = arith.constant dense<[-1, 100]> : tensor<2xi32>
      %r4 = "tf.Reshape"(%arg2, %shape3) : (tensor<10000xf32>, tensor<2xi32>) -> tensor<100x100xf32>
      %r5 = "tf.Reshape"(%arg0, %arg3) : (tensor<*xf32>, tensor<*xi32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    	{as: AMFVSRD, a1: C_FREG, a6: C_REG, type_: 88, size: 4},
    
    	/* VSX move to VSR */
    	{as: AMTVSRD, a1: C_REG, a6: C_VSREG, type_: 104, size: 4},
    	{as: AMTVSRD, a1: C_REG, a6: C_FREG, type_: 104, size: 4},
    	{as: AMTVSRDD, a1: C_REG, a2: C_REG, a6: C_VSREG, type_: 104, size: 4},
    
    	/* VSX xx3-form */
    	{as: AXXLAND, a1: C_FREG, a2: C_FREG, a6: C_FREG, type_: 90, size: 4},    /* vsx xx3-form (FPR usage) */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top