Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 175 for 221 (0.02 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go

    			return D0 + Reg(Rd)
    		} else {
    			return nil
    		}
    
    	case arg_Vd_22_1__S_0:
    		sz := (x >> 22) & 1
    		Rd := x & (1<<5 - 1)
    		if sz == 0 {
    			return S0 + Reg(Rd)
    		} else {
    			return nil
    		}
    
    	case arg_Vd_22_1__S_0__D_1:
    		sz := (x >> 22) & 1
    		Rd := x & (1<<5 - 1)
    		if sz == 0 {
    			return S0 + Reg(Rd)
    		} else {
    			return D0 + Reg(Rd)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 76.9K bytes
    - Viewed (0)
  2. src/image/png/testdata/pngsuite/basn3p04.sng

        (136,  0,255)     # rgb = (0x88,0x00,0xff)
        ( 34,255,  0)     # rgb = (0x22,0xff,0x00)
        (  0,153,255)     # rgb = (0x00,0x99,0xff)
        (255,102,  0)     # rgb = (0xff,0x66,0x00)
        (221,  0,255)     # rgb = (0xdd,0x00,0xff)
        (119,255,  0)     # rgb = (0x77,0xff,0x00)
        (255,  0,  0)     # rgb = (0xff,0x00,0x00)
        (  0,255,153)     # rgb = (0x00,0xff,0x99)
        (221,255,  0)     # rgb = (0xdd,0xff,0x00)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.9K bytes
    - Viewed (0)
  3. src/image/png/testdata/pngsuite/basn3p04-31i.sng

        (136,  0,255)     # rgb = (0x88,0x00,0xff)
        ( 34,255,  0)     # rgb = (0x22,0xff,0x00)
        (  0,153,255)     # rgb = (0x00,0x99,0xff)
        (255,102,  0)     # rgb = (0xff,0x66,0x00)
        (221,  0,255)     # rgb = (0xdd,0x00,0xff)
        (119,255,  0)     # rgb = (0x77,0xff,0x00)
        (255,  0,  0)     # rgb = (0xff,0x00,0x00)
        (  0,255,153)     # rgb = (0x00,0xff,0x99)
        (221,255,  0)     # rgb = (0xdd,0xff,0x00)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.8K bytes
    - Viewed (0)
  4. src/math/atanh.go

    // Method :
    //	1. Reduce x to positive by atanh(-x) = -atanh(x)
    //	2. For x>=0.5
    //	            1              2x                          x
    //	atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
    //	            2             1 - x                      1 - x
    //
    //	For x<0.5
    //	atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
    //
    // Special cases:
    //	atanh(x) is NaN if |x| > 1 with signal;
    //	atanh(NaN) is that NaN with no signal;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/cannonicalize_ops_outside_compilation.mlir

        %2:3 = "tf.UnpackHyp"(%arg1) {_tpu_replicate = "cluster_Fn", _xla_outside_compilation = "0", device = "", max_seq_length = 16 : i64} : (tensor<*x!tf_type.string>) -> (tensor<*xi32>, tensor<*xi32>, tensor<*xf32>)
        %3 = "tf.Reshape"(%2#2, %1) {_tpu_replicate = "cluster_Fn", _xla_outside_compilation = "0", device = ""} : (tensor<*xf32>, tensor<*xi32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 21:23:47 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. test/dwarf/linedirectives.go

    //line foo/bar.y:195
    //line foo/bar.y:197
    //line foo/bar.y:202
    //line foo/bar.y:204
    //line foo/bar.y:208
    //line foo/bar.y:211
    //line foo/bar.y:213
    //line foo/bar.y:215
    //line foo/bar.y:217
    //line foo/bar.y:221
    //line foo/bar.y:229
    //line foo/bar.y:236
    //line foo/bar.y:238
    //line foo/bar.y:240
    //line foo/bar.y:244
    //line foo/bar.y:249
    //line foo/bar.y:253
    //line foo/bar.y:257
    //line foo/bar.y:262
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 04:48:57 UTC 2012
    - 1.5K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/versions/ReleasedVersionDistributionsTest.groovy

            where:
            givenVersion     | previousVersion | description
            version('2.5')   | version('2.4')  | 'existing version with major and minor attribute'
            version('2.2.1') | version('2.2')  | 'existing version with major, minor and patch attribute'
            version('0.8')   | null            | 'first released version'
            version('0.1')   | null            | 'version that does not exist'
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/test-requirements.txt

    six==1.16.0 \
        --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
        --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
        # via requests-mock
    urllib3==2.2.1 \
        --hash=sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d \
        --hash=sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 24 19:35:04 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  9. api/maven-api-plugin/src/main/mdo/plugin.mdo

              <description>
                A version range which specifies the supported Java versions. A version range can either use the usual mathematical syntax "[2.0.10,2.1.0),[3.0,)" or use a single version "2.2.1". The latter is a short form for "[2.2.1,)", i.e. denotes the minimum version required.
                @since Maven 4.0.0-alpha-3
              </description>
              <type>String</type>
            </field>
            <field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. subprojects/core/src/test/groovy/org/gradle/internal/graph/DirectedGraphRendererTest.groovy

            1 * graph.getNodeValues("1", _, _) >> { args -> args[2] << "2"; args[2] << "3" }
            1 * graph.getNodeValues("2", _, _) >> { args -> args[2] << "4" }
            1 * graph.getNodeValues("3", _, _) >> { args -> args[2] << "2" }
            1 * graph.getNodeValues("4", _, _) >> { args -> }
    
            when:
            renderer.renderTo("1", output)
    
            then:
            output.value == """[1]
    {info}+--- {normal}[2]
    {info}|    \\--- {normal}[4]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:56:08 UTC 2021
    - 4.3K bytes
    - Viewed (0)
Back to top