Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 281 for 06 (0.02 sec)

  1. src/math/asinh_s390x.s

    DATA ·asinhrodataL18<> + 144(SB)/8, $0.397389654305194527E-04
    DATA ·asinhrodataL18<> + 152(SB)/8, $0.938370938292558173E-06
    DATA ·asinhrodataL18<> + 160(SB)/8, $0.212881813645679599E-07
    DATA ·asinhrodataL18<> + 168(SB)/8, $-.602107458843052029E-05
    DATA ·asinhrodataL18<> + 176(SB)/8, $-.148682720127920854E-06
    DATA ·asinhrodataL18<> + 184(SB)/8, $-5.5
    DATA ·asinhrodataL18<> + 192(SB)/8, $1.0
    DATA ·asinhrodataL18<> + 200(SB)/8, $1.0E-20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.7K bytes
    - Viewed (0)
  2. src/math/bits/example_math_test.go

    	fmt.Printf("%v * %v = %v\n", n1[1], n2[1], nsum)
    	// Output:
    	// 12 * 12 = [0 144]
    	// 9223372036854775808 * 2 = [1 0]
    }
    
    func ExampleDiv32() {
    	// First number is 0<<32 + 6
    	n1 := []uint32{0, 6}
    	// Second number is 0<<32 + 3
    	n2 := []uint32{0, 3}
    	// Divide them together.
    	quo, rem := bits.Div32(n1[0], n1[1], n2[1])
    	nsum := []uint32{quo, rem}
    	fmt.Printf("[%v %v] / %v = %v\n", n1[0], n1[1], n2[1], nsum)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 11 21:27:05 UTC 2021
    - 6.3K bytes
    - Viewed (0)
  3. src/net/http/range_test.go

    	{"bytes=0-9", 10, []httpRange{{0, 10}}},
    	{"bytes=0-", 10, []httpRange{{0, 10}}},
    	{"bytes=5-", 10, []httpRange{{5, 5}}},
    	{"bytes=0-20", 10, []httpRange{{0, 10}}},
    	{"bytes=15-,0-5", 10, []httpRange{{0, 6}}},
    	{"bytes=1-2,5-", 10, []httpRange{{1, 2}, {5, 5}}},
    	{"bytes=-2 , 7-", 11, []httpRange{{9, 2}, {7, 4}}},
    	{"bytes=0-0 ,2-2, 7-", 11, []httpRange{{0, 1}, {2, 1}, {7, 4}}},
    	{"bytes=-5", 10, []httpRange{{5, 5}}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 25 17:52:35 UTC 2016
    - 2.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/replicate_invariant_op_hoisting.mlir

    // CHECK-SAME: (%[[ARG_0:[a-z0-9]*]]: tensor<*x!tf_type.resource>, %[[ARG_1:[a-z0-9]*]]: tensor<*x!tf_type.resource>)
    func.func @replicate_resource_var_arg_shape(%arg0: tensor<*x!tf_type.resource>, %arg1: tensor<*x!tf_type.resource>) {
      %0:6 = tf_device.replicate([%arg0, %arg1] as %ri: tensor<*x!tf_type.resource>) {n = 2: i32} {
        %1 = "tf.ReadVariableOp"(%ri) {dtype = "tfdtype$DT_FLOAT"} : (tensor<*x!tf_type.resource>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv13-ClientCert-ECDSA-RSA

    000001d0  59 5e 44 e4 76 0d 1e 3c  3e 1c 9c 8c 86 3d 0a a3  |Y^D.v..<>....=..|
    000001e0  78 bd 13 77 eb dc 22 e5  96 ff ae 44 94 cd ef ae  |x..w.."....D....|
    000001f0  ca 64 ec 06 a1 38 49 17  ce a5 c4 34 86 fd 55 1f  |.d...8I....4..U.|
    00000200  32 31 d5 b0 8c d6 b5 bc  b8 29 29 97 b5 39 a0 f8  |21.......))..9..|
    00000210  b1 b5 72 24 ff ce 6f 7d  6a 0d 18 26 8f 9a e8 d3  |..r$..o}j..&....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/tac/tests/pick-subgraphs.mlir

        func.return %6 : tensor<2x1x200x200x200xf32>
      }
      func.func @func_2_CPU_FLOAT(%arg0: tensor<1x200x200x200xf32>, %arg1: tensor<1x200x200x200xf32>) -> tensor<2x1x200x200x200xf32> attributes {tac.cost = 1.600000e+06 : f32, tac.device = "CPU", tac.inference_type = "FLOAT", tac.interface_name = "func_2"} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  7. src/math/log1p_s390x.s

    // Minimax polynomial approximations
    DATA ·log1pc8<> + 0(SB)/8, $0.212881813645679599E-07
    GLOBL ·log1pc8<> + 0(SB), RODATA, $8
    DATA ·log1pc7<> + 0(SB)/8, $-.148682720127920854E-06
    GLOBL ·log1pc7<> + 0(SB), RODATA, $8
    DATA ·log1pc6<> + 0(SB)/8, $0.938370938292558173E-06
    GLOBL ·log1pc6<> + 0(SB), RODATA, $8
    DATA ·log1pc5<> + 0(SB)/8, $-.602107458843052029E-05
    GLOBL ·log1pc5<> + 0(SB), RODATA, $8
    DATA ·log1pc4<> + 0(SB)/8, $0.397389654305194527E-04
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.1K bytes
    - Viewed (0)
  8. src/net/http/header_test.go

    	h   Header
    	err bool
    }{
    	{Header{"Date": {""}}, true},
    	{Header{"Date": {"invalid"}}, true},
    	{Header{"Date": {"1994-11-06T08:49:37Z00:00"}}, true},
    	{Header{"Date": {"Sun, 06 Nov 1994 08:49:37 GMT"}}, false},
    	{Header{"Date": {"Sunday, 06-Nov-94 08:49:37 GMT"}}, false},
    	{Header{"Date": {"Sun Nov  6 08:49:37 1994"}}, false},
    }
    
    func TestParseTime(t *testing.T) {
    	expect := time.Date(1994, 11, 6, 8, 49, 37, 0, time.UTC)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven

    000001a0  05 07 03 02 30 0c 06 03  55 1d 13 01 01 ff 04 02  |....0...U.......|
    000001b0  30 00 30 19 06 03 55 1d  0e 04 12 04 10 9f 91 16  |0.0...U.........|
    000001c0  1f 43 43 3e 49 a6 de 6d  b6 80 d7 9f 60 30 1b 06  |.CC>I..m....`0..|
    000001d0  03 55 1d 23 04 14 30 12  80 10 48 13 49 4d 13 7e  |.U.#..0...H.IM.~|
    000001e0  16 31 bb a3 01 d5 ac ab  6e 7b 30 19 06 03 55 1d  |.1......n{0...U.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv11-RSA-RC4

    000001c0  05 07 03 02 30 0c 06 03  55 1d 13 01 01 ff 04 02  |....0...U.......|
    000001d0  30 00 30 19 06 03 55 1d  0e 04 12 04 10 9f 91 16  |0.0...U.........|
    000001e0  1f 43 43 3e 49 a6 de 6d  b6 80 d7 9f 60 30 1b 06  |.CC>I..m....`0..|
    000001f0  03 55 1d 23 04 14 30 12  80 10 48 13 49 4d 13 7e  |.U.#..0...H.IM.~|
    00000200  16 31 bb a3 01 d5 ac ab  6e 7b 30 19 06 03 55 1d  |.1......n{0...U.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top