Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for 00000000123 (0.13 sec)

  1. src/test/java/org/codelibs/core/convert/BigDecimalConversionUtilTest.java

            assertEquals(0, new BigDecimal("0.000000123").compareTo(BigDecimalConversionUtil.toBigDecimal(new Double(1.23E-7))));
            assertEquals(0, new BigDecimal("1.23E-7").compareTo(BigDecimalConversionUtil.toBigDecimal(new Double(0.000000123))));
            assertEquals(0, new BigDecimal("1.23E-10").compareTo(BigDecimalConversionUtil.toBigDecimal(new Double(0.000000000123))));
    
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

     0x00000014 (PLTREL)                     REL
     0x00000017 (JMPREL)                     0x172e8
     0x00000011 (REL)                        0x148d8
     0x00000012 (RELSZ)                      10768 (Bytes)
     0x00000013 (RELENT)                     8 (Bytes)
     0x6ffffffc (VERDEF)                     0x1440c
     0x6ffffffd (VERDEFNUM)                  33
     0x0000001e (FLAGS)                      STATIC_TLS
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	DIF_INSTALLWIZARD                  DI_FUNCTION = 0x00000010
    	DIF_DESTROYWIZARDDATA              DI_FUNCTION = 0x00000011
    	DIF_PROPERTYCHANGE                 DI_FUNCTION = 0x00000012
    	DIF_ENABLECLASS                    DI_FUNCTION = 0x00000013
    	DIF_DETECTVERIFY                   DI_FUNCTION = 0x00000014
    	DIF_INSTALLDEVICEFILES             DI_FUNCTION = 0x00000015
    	DIF_UNREMOVE                       DI_FUNCTION = 0x00000016
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  4. src/cmd/gofmt/testdata/go2numbers.input

    	_ = 0x_1234P-10
    
    	_ = 0X_dead_cafe.p-10
    	_ = 0x12_34.P1_2_3
    	_ = 0X1_2_3_4.P-1_2_3
    
    	// imaginaries
    	_ = 0i
    	_ = 00i
    	_ = 08i
    	_ = 0000000000i
    	_ = 0123i
    	_ = 0000000123i
    	_ = 0000056789i
    	_ = 1234i
    	_ = 1234567i
    
    	_ = 0i
    	_ = 0_0i
    	_ = 0_8i
    	_ = 0_000_000_000i
    	_ = 0_123i
    	_ = 0_000_000_123i
    	_ = 0_000_056_789i
    	_ = 1_234i
    	_ = 1_234_567i
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 21 17:24:29 UTC 2019
    - 2K bytes
    - Viewed (0)
  5. src/go/printer/testdata/go2numbers.golden

    	_	= 0x_1234P-10
    
    	_	= 0X_dead_cafe.p-10
    	_	= 0x12_34.P1_2_3
    	_	= 0X1_2_3_4.P-1_2_3
    
    	// imaginaries
    	_	= 0i
    	_	= 00i
    	_	= 08i
    	_	= 0000000000i
    	_	= 0123i
    	_	= 0000000123i
    	_	= 0000056789i
    	_	= 1234i
    	_	= 1234567i
    
    	_	= 0i
    	_	= 0_0i
    	_	= 0_8i
    	_	= 0_000_000_000i
    	_	= 0_123i
    	_	= 0_000_000_123i
    	_	= 0_000_056_789i
    	_	= 1_234i
    	_	= 1_234_567i
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 21:54:06 UTC 2020
    - 2K bytes
    - Viewed (0)
  6. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/locklistener/FileLockPacketPayloadTest.groovy

            when:
            def bytes = FileLockPacketPayload.encode(42, LOCK_RELEASE_CONFIRMATION)
    
            then:
            bytes.length == FileLockPacketPayload.MAX_BYTES
            bytes == [1, 0, 0, 0, 0, 0, 0, 0, 42, 3] as byte[]
        }
    
        def "decodes payloads without type"() {
            when:
            def payload = FileLockPacketPayload.decode([1, 0, 0, 0, 0, 0, 0, 0, 42, 1] as byte[], 9)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. src/go/printer/testdata/go2numbers.input

    	_ = 0x_1234P-10
    
    	_ = 0X_dead_cafe.p-10
    	_ = 0x12_34.P1_2_3
    	_ = 0X1_2_3_4.P-1_2_3
    
    	// imaginaries
    	_ = 0i
    	_ = 00i
    	_ = 08i
    	_ = 0000000000i
    	_ = 0123i
    	_ = 0000000123i
    	_ = 0000056789i
    	_ = 1234i
    	_ = 1234567i
    
    	_ = 0i
    	_ = 0_0i
    	_ = 0_8i
    	_ = 0_000_000_000i
    	_ = 0_123i
    	_ = 0_000_000_123i
    	_ = 0_000_056_789i
    	_ = 1_234i
    	_ = 1_234_567i
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 21:54:06 UTC 2020
    - 2K bytes
    - Viewed (0)
  8. test/fixedbugs/issue11371.go

    const d int = 1 - 1e-70  // ERROR "constant truncated to integer|truncated to int|truncated"
    const e int = 1.00000001 // ERROR "constant truncated to integer|truncated to int|truncated"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 23 05:11:09 UTC 2021
    - 946 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    	timestampListLiteral = "[timestamp('2011-01-01T00:00:00.000+01:00'), timestamp('2011-01-02T00:00:00.000+01:00'), " +
    		"timestamp('2011-01-03T00:00:00.000+01:00'), timestamp('2011-01-04T00:00:00.000+01:00'), " +
    		"timestamp('2011-01-05T00:00:00.000+01:00')]"
    	stringLiteral = "'01234567890123456789012345678901234567890123456789'"
    )
    
    type comparableCost struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Server-TLSv12-Resume

    00000000  14 03 03 00 01 01 16 03  03 00 40 46 34 b3 97 54  |..........@F4..T|
    00000010  20 5b 95 f3 22 f8 a1 89  c8 95 93 ba 7b a4 a8 8f  | [..".......{...|
    00000020  46 a8 d6 c1 b3 ac f0 e0  49 3d 8d e4 1c ac b8 a4  |F.......I=......|
    00000030  01 21 5e d8 f0 f5 10 10  f7 de 8b 33 9d 94 cf f6  |.!^........3....|
    00000040  f2 9b 39 22 5c e6 c0 5e  b4 1d cd                 |..9"\..^...|
    >>> Flow 4 (server to client)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top