Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for n8 (0.04 sec)

  1. test/mergemul.go

    // merge rules
    //  (c*n + d*n) -> (c+d)*n
    // and the distributive multiplication rules
    //  c * (d+x)  ->  c*d + c*x
    
    // Generate a MergeTest that looks like this:
    //
    //   a8, b8 = m1*n8 + m2*(n8+k), (m1+m2)*n8 + m2*k
    //   if a8 != b8 {
    // 	   // print error msg and panic
    //   }
    func makeMergeAddTest(m1, m2, k int, size string) string {
    
    	model := "    a" + size + ", b" + size
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Sep 03 14:29:38 UTC 2017
    - 3.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/groovyPluginTasks.graphml

              <y:Shape type="roundrectangle"/>
            </y:ShapeNode>
          </data>
        </node>
        <node id="n8">
          <data key="d6">
            <y:ShapeNode>
              <y:Geometry height="30.0" width="140.0" x="540.0" y="68.0"/>
              <y:Fill color="#C3D9E6" transparent="false"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/scalaPluginTasks.graphml

              <y:Shape type="roundrectangle"/>
            </y:ShapeNode>
          </data>
        </node>
        <node id="n8">
          <data key="d6">
            <y:ShapeNode>
              <y:Geometry height="30.0" width="140.0" x="540.0" y="68.0"/>
              <y:Fill color="#C3D9E6" transparent="false"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  4. test/const5.go

    	n5 = len(<-c) // ERROR "is not a constant|is not constant"
    
    	n6 = cap(f())  // ERROR "is not a constant|is not constant"
    	n7 = cap(<-c) // ERROR "is not a constant|is not constant"
    	n8 = real(z) // ERROR "is not a constant|is not constant"
    	n9 = len([4]float64{real(z)}) // ERROR "is not a constant|is not constant"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jul 11 14:36:33 UTC 2015
    - 835 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/javaPluginTasks.graphml

              <y:Shape type="roundrectangle"/>
            </y:ShapeNode>
          </data>
        </node>
        <node id="n8">
          <data key="d6">
            <y:ShapeNode>
              <y:Geometry height="30.0" width="140.0" x="1080.0" y="103.58823529411765"/>
              <y:Fill color="#C3D9E6" transparent="false"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  6. src/encoding/base64/base64.go

    // Each digit comes from the decode map, and will be 0xff
    // if it came from an invalid character.
    func assemble64(n1, n2, n3, n4, n5, n6, n7, n8 byte) (dn uint64, ok bool) {
    	// Check that all the digits are valid. If any of them was 0xff, their
    	// bitwise OR will be 0xff.
    	if n1|n2|n3|n4|n5|n6|n7|n8 == 0xff {
    		return 0, false
    	}
    	return uint64(n1)<<58 |
    			uint64(n2)<<52 |
    			uint64(n3)<<46 |
    			uint64(n4)<<40 |
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 17.6K bytes
    - Viewed (0)
  7. src/time/zoneinfo_read.go

    		var n int64
    		if !is64 {
    			if n4, ok := txtimes.big4(); !ok {
    				return nil, errBadData
    			} else {
    				n = int64(int32(n4))
    			}
    		} else {
    			if n8, ok := txtimes.big8(); !ok {
    				return nil, errBadData
    			} else {
    				n = int64(n8)
    			}
    		}
    		tx[i].when = n
    		if int(txzones[i]) >= len(zones) {
    			return nil, errBadData
    		}
    		tx[i].index = txzones[i]
    		if i < len(isstd) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/img/nativeDependents.graphml

                </y:ModelParameter>
              </y:NodeLabel>
              <y:Shape type="roundrectangle"/>
            </y:ShapeNode>
          </data>
        </node>
        <node id="n8">
          <data key="d5"/>
          <data key="d6">
            <y:ShapeNode>
              <y:Geometry height="30.0" width="172.0" x="280.0" y="171.0"/>
              <y:Fill color="#CCFFFF" transparent="false"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA

    00000230  88 0f 00 00 84 08 04 00  80 3f 4a c2 4f 36 85 f0  |.........?J.O6..|
    00000240  d0 c6 b6 8f f1 cc 45 c1  2f f2 c7 24 1e 0f 04 dc  |......E./..$....|
    00000250  f5 af 6e 38 eb aa a6 6f  36 f4 80 dd 78 78 a7 d4  |..n8...o6...xx..|
    00000260  50 3a df e1 23 c4 3f 58  df 1a c0 1d 57 a5 46 3b  |P:..#.?X....W.F;|
    00000270  5d 09 ac 62 63 28 8a a2  b5 d4 9b 88 7c b9 4d b4  |]..bc(......|.M.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice

    000000d0  ad c9 05 5d 8e 2b 75 4b  9e 74 b0 3a a9 e4 7c 82  |...].+uK.t.:..|.|
    000000e0  ac 75 39 31 0a dc dc 0a  5c f4 ee 55 f2 09 c2 d2  |.u91....\..U....|
    000000f0  81 c8 70 2e 8f 37 6b 90  79 5c 18 6e 38 21 c6 00  |..p..7k.y\.n8!..|
    00000100  08 be ad 21 e9 40 b6 54  06 f0 61 f9 2c 71 25 0e  |...!.@.T..a.,q%.|
    00000110  13 6c 66 ef b6 a9 61 d0  d0 42 56 58 32 3c 9c 5a  |.lf...a..BVX2<.Z|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top