Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 34 for 0_22 (0.09 sec)

  1. src/math/bits/example_math_test.go

    	hi, lo := bits.Mul32(n1[1], n2[1])
    	nsum := []uint32{hi, lo}
    	fmt.Printf("%v * %v = %v\n", n1[1], n2[1], nsum)
    
    	// First number is 0<<32 + 2147483648
    	n1 = []uint32{0, 0x80000000}
    	// Second number is 0<<32 + 2
    	n2 = []uint32{0, 2}
    	// Multiply them together producing overflow.
    	hi, lo = bits.Mul32(n1[1], n2[1])
    	nsum = []uint32{hi, lo}
    	fmt.Printf("%v * %v = %v\n", n1[1], n2[1], nsum)
    	// Output:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 11 21:27:05 UTC 2021
    - 6.3K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/CHelloWorldApp.groovy

    #include "gradle_cunit_register.h"
    
    int init_test(void) {
        return 0;
    }
    
    int clean_test(void) {
        return 0;
    }
    
    void test_sum(void) {
      CU_ASSERT(sum(0, 2) == 2);
    #ifndef ONE_TEST
      CU_ASSERT(sum(0, -2) == -2);
      CU_ASSERT(sum(2, 2) == 4);
    #endif
    }
    
    void gradle_cunit_register() {
        CU_pSuite pSuiteMath = CU_add_suite("hello test", init_test, clean_test);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  3. requirements-docs.txt

    jieba==0.42.1
    # For image processing by Material for MkDocs
    pillow==10.3.0
    # For image processing by Material for MkDocs
    cairosvg==2.7.0
    mkdocstrings[python]==0.24.3
    griffe-typingdoc==0.2.2
    # For griffe, it formats with black
    black==24.3.0
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Apr 28 00:27:34 UTC 2024
    - 465 bytes
    - Viewed (0)
  4. src/go/format/benchmark_test.go

    //	// 0
    //	0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
    //	0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
    //	0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
    //	0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f,
    //	0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
    //	// 40
    //	0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
    //	0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
    //	...
    func array1(buf *bytes.Buffer, n int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 2K bytes
    - Viewed (0)
  5. pkg/test/config/mock_config.pb.go

    	0x67, 0x2f, 0x6d, 0x6f, 0x63, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72,
    	0x6f, 0x74, 0x6f, 0x12, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x48, 0x0a, 0x0a, 0x4d,
    	0x6f, 0x63, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
    	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x28, 0x0a, 0x05, 0x70,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 03 17:06:22 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384

    >>> Flow 4 (server to client)
    00000000  14 03 03 00 01 01 16 03  03 00 28 07 4e 69 71 66  |..........(.Niqf|
    00000010  75 a0 bb b4 fd 86 8d 74  40 7e 0d e9 a5 95 d0 2d  |u......t@~.....-|
    00000020  ca eb 12 2f 7b 09 22 7c  8e bf da 97 18 d9 bd 74  |.../{."|.......t|
    00000030  cd 08 6b                                          |..k|
    >>> Flow 5 (client to server)
    00000000  17 03 03 00 1e 00 00 00  00 00 00 00 01 44 26 54  |.............D&T|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/util/JvmUtilTest.java

            assertEquals(5, JvmUtil.getJavaVersion());
            System.setProperty("java.version", "1.6.0_34");
            assertEquals(6, JvmUtil.getJavaVersion());
            System.setProperty("java.version", "1.7.0_25");
            assertEquals(7, JvmUtil.getJavaVersion());
            System.setProperty("java.version", "1.8.0_171");
            assertEquals(8, JvmUtil.getJavaVersion());
            System.setProperty("java.version", "9.0.4");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. tensorflow/cc/framework/cc_ops_test.cc

      Tensor out;
      test::GetTensor(root, m, &out);
      test::ExpectTensorEqual<int>(out, test::AsTensor<int>({42}, {1, 1}));
    }
    
    TEST(CCOpTest, SplitConcat) {
      Scope root = Scope::NewRootScope();
      Split p(root, 0, {{1}, {2}}, 2);
      auto c = Concat(root, {p[0], p[1]}, 0);
      TF_EXPECT_OK(root.status());
      Tensor out;
      test::GetTensor(root, c, &out);
      test::ExpectTensorEqual<int>(out, test::AsTensor<int>({1, 2}, {2, 1}));
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 15 15:13:38 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  9. src/runtime/defs_aix_ppc64.go

    	_SIGCHLD    = 0x14
    	_SIGCONT    = 0x13
    	_SIGSTOP    = 0x11
    	_SIGTSTP    = 0x12
    	_SIGTTIN    = 0x15
    	_SIGTTOU    = 0x16
    	_SIGURG     = 0x10
    	_SIGXCPU    = 0x18
    	_SIGXFSZ    = 0x19
    	_SIGVTALRM  = 0x22
    	_SIGPROF    = 0x20
    	_SIGWINCH   = 0x1c
    	_SIGIO      = 0x17
    	_SIGPWR     = 0x1d
    	_SIGSYS     = 0xc
    	_SIGTERM    = 0xf
    	_SIGEMT     = 0x7
    	_SIGWAITING = 0x27
    
    	_FPE_INTDIV = 0x14
    	_FPE_INTOVF = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 20 21:27:51 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  10. src/math/gamma.go

    	1.19135147006586384913e-03,
    	1.04213797561761569935e-02,
    	4.76367800457137231464e-02,
    	2.07448227648435975150e-01,
    	4.94214826801497100753e-01,
    	9.99999999999999996796e-01,
    }
    var _gamQ = [...]float64{
    	-2.31581873324120129819e-05,
    	5.39605580493303397842e-04,
    	-4.45641913851797240494e-03,
    	1.18139785222060435552e-02,
    	3.58236398605498653373e-02,
    	-2.34591795718243348568e-01,
    	7.14304917030273074085e-02,
    	1.00000000000000000320e+00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 5.5K bytes
    - Viewed (0)
Back to top