Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 110 for 264 (0.04 sec)

  1. src/math/big/float_test.go

    		want := s != test
    		if got := makeFloat(s).IsInt(); got != want {
    			t.Errorf("%s.IsInt() == %t", s, got)
    		}
    	}
    }
    
    func fromBinary(s string) int64 {
    	x, err := strconv.ParseInt(s, 2, 64)
    	if err != nil {
    		panic(err)
    	}
    	return x
    }
    
    func toBinary(x int64) string {
    	return strconv.FormatInt(x, 2)
    }
    
    func testFloatRound(t *testing.T, x, r int64, prec uint, mode RoundingMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  2. cmd/object-api-listobjects_test.go

    				{Name: "Asia/India/India-summer-photos-1"},
    				{Name: "Asia/India/Karnataka/Bangalore/Koramangala/pics"},
    			},
    		},
    		// ListObjectsResult-4.
    		// Again used for truncated case.
    		// (TestCase 26).
    		4: {
    			IsTruncated: true,
    			Objects: []ObjectInfo{
    				{Name: "Asia-maps.png"},
    			},
    		},
    		// ListObjectsResult-5.
    		// Used for Asserting prefixes.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_ISWLOWER                        = 0x105 // 261
    	SYS_ISWPRINT                        = 0x106 // 262
    	SYS_ISWPUNCT                        = 0x107 // 263
    	SYS_ISWSPACE                        = 0x108 // 264
    	SYS_ISWUPPER                        = 0x109 // 265
    	SYS_ISWXDIGI                        = 0x10A // 266
    	SYS_ISWXDIGIT                       = 0x10A // 266
    	SYS_WCTYPE                          = 0x10B // 267
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    The random integers are slightly biased unless `maxval - minval` is an exact
    power of two.  The bias is small for values of `maxval - minval` significantly
    smaller than the range of the output (either `2^32` or `2^64`).
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, "", [TF_VariableRead,TF_VariableWrite]>:$resource,
        TF_Int64Tensor:$algorithm,
        TF_I32OrI64Tensor:$shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="0x0020" mask="0xffe0" type="string" offset="0">
            <match value="0x10220001" type="string" offset="2:64"/>
            <match value="0x10220002" type="string" offset="2:64"/>
            <match value="0x10220003" type="string" offset="2:64"/>
            <match value="0x10220004" type="string" offset="2:64"/>
          </match>
        </magic>
        <glob pattern="*.cgm"/>
      </mime-type>
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %264 = "tf.StridedSlice"(%263, %18, %7, %18) {begin_mask = 0 : i64, device = "", ellipsis_mask = 0 : i64, end_mask = 0 : i64, new_axis_mask = 0 : i64, shrink_axis_mask = 1 : i64} : (tensor<2xi64>, tensor<1xi32>, tensor<1xi32>, tensor<1xi32>) -> tensor<i64>
      %265 = "tf.Cast"(%264) {Truncate = false, device = ""} : (tensor<i64>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  7. src/runtime/zcallback_windows_arm.s

    	MOVW	$260, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$261, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$262, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$263, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$264, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$265, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$266, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$267, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$268, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  8. src/runtime/zcallback_windows_arm64.s

    	MOVD	$260, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$261, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$262, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$263, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$264, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$265, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$266, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$267, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$268, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    10.04,14.55 C10.04,14.37 10.04,14.86 10.04,13.31 C10.04,10.22 14.2,9.19 14.2,6.56 L14.2,4.57"/></svg>',"github-alt":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10,0.5 C4.75,0.5 0.5,4.76 0.5,10.01 C0.5,15.26 4.75,19.51 10,19.51 C15.24,19.51 19.5,15.26 19.5,10.01 C19.5,4.76 15.25,0.5 10,0.5 L10,0.5 Z M12.81,17.69 C12.81,17.69 12.81,17.7 12.79,17.69 C12.47,17.75 12.35,17.59 12.35,17.36 L12.35,16.17 C12.35,15.45 12.09,14.92 11.58,14.56 C12.2,14.51 12.77,14.39...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/fiat/p384_fiat64.go

    }
    
    // p384FromMontgomery translates a field element out of the Montgomery domain.
    //
    // Preconditions:
    //
    //	0 ≤ eval arg1 < m
    //
    // Postconditions:
    //
    //	eval out1 mod m = (eval arg1 * ((2^64)⁻¹ mod m)^6) mod m
    //	0 ≤ eval out1 < m
    func p384FromMontgomery(out1 *p384NonMontgomeryDomainFieldElement, arg1 *p384MontgomeryDomainFieldElement) {
    	x1 := arg1[0]
    	var x2 uint64
    	_, x2 = bits.Mul64(x1, 0x100000001)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 90.8K bytes
    - Viewed (0)
Back to top