Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for 544 (0.02 sec)

  1. android/guava-tests/test/com/google/common/math/BigDecimalMathTest.java

            .roundUnnecessaryShouldThrow()
            .test();
      }
    
      public void testRoundToDouble_twoToThe54PlusFour() {
        new RoundToDoubleTester(BigDecimal.valueOf((1L << 54) + 4))
            .setExpectation(Math.pow(2, 54) + 4, values())
            .test();
      }
    
      public void testRoundToDouble_maxDouble() {
        BigDecimal maxDoubleAsBD = new BigDecimal(Double.MAX_VALUE);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/riscv/inst.go

    	case AFSFLAGSI:
    		return &inst{0x73, 0x5, 0x1, 1, 0x0}
    	case AFSGNJD:
    		return &inst{0x53, 0x0, 0x0, 544, 0x11}
    	case AFSGNJQ:
    		return &inst{0x53, 0x0, 0x0, 608, 0x13}
    	case AFSGNJS:
    		return &inst{0x53, 0x0, 0x0, 512, 0x10}
    	case AFSGNJND:
    		return &inst{0x53, 0x1, 0x0, 544, 0x11}
    	case AFSGNJNQ:
    		return &inst{0x53, 0x1, 0x0, 608, 0x13}
    	case AFSGNJNS:
    		return &inst{0x53, 0x1, 0x0, 512, 0x10}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  3. .teamcity/performance-test-durations.json

        "testProject" : "nowInAndroidBuild",
        "linux" : 309,
        "windows" : 438,
        "macOs" : 257
      }, {
        "testProject" : "santaTrackerAndroidBuild",
        "linux" : 804,
        "windows" : 935,
        "macOs" : 544
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.AndroidIncrementalExecutionPerformanceTest.abi change with configuration caching",
      "durations" : [ {
        "testProject" : "nowInAndroidBuild",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  4. android/guava-tests/test/com/google/common/math/BigIntegerMathTest.java

            .roundUnnecessaryShouldThrow()
            .test();
      }
    
      @J2ktIncompatible
      @GwtIncompatible
      public void testRoundToDouble_twoToThe54PlusFour() {
        new RoundToDoubleTester(BigInteger.valueOf((1L << 54) + 4))
            .setExpectation(Math.pow(2, 54) + 4, values())
            .test();
      }
    
      @J2ktIncompatible
      @GwtIncompatible
      public void testRoundToDouble_maxDouble() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 17:58:33 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.s

    	MOVD  plist_base+0(FP), R1  // r1 points to plist
    	MOVD  bpx_offset+24(FP), R2 // r2 offset to BPX vector table
    	MOVD  R14, R7               // save r14
    	MOVD  R15, R8               // save r15
    	MOVWZ 16(R0), R9
    	MOVWZ 544(R9), R9
    	MOVWZ 24(R9), R9            // call vector in r9
    	ADD   R2, R9                // add offset to vector table
    	MOVWZ (R9), R9              // r9 points to entry point
    	BYTE  $0x0D                 // BL R14,R9 --> basr r14,r9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/math/LongMathTest.java

        16,
        1L << 53,
        (1L << 53) + 1,
        (1L << 53) + 2,
        (1L << 53) + 3,
        (1L << 53) + 4,
        1L << 54,
        (1L << 54) + 1,
        (1L << 54) + 2,
        (1L << 54) + 3,
        (1L << 54) + 4,
        0x7ffffffffffffe00L, // halfway between 2^63 and next-lower double
        0x7ffffffffffffe01L, // above + 1
        0x7ffffffffffffdffL, // above - 1
        Long.MAX_VALUE - (1L << 11) + 1,
        Long.MAX_VALUE - 2,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 20:15:57 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/math/LongMathTest.java

        16,
        1L << 53,
        (1L << 53) + 1,
        (1L << 53) + 2,
        (1L << 53) + 3,
        (1L << 53) + 4,
        1L << 54,
        (1L << 54) + 1,
        (1L << 54) + 2,
        (1L << 54) + 3,
        (1L << 54) + 4,
        0x7ffffffffffffe00L, // halfway between 2^63 and next-lower double
        0x7ffffffffffffe01L, // above + 1
        0x7ffffffffffffdffL, // above - 1
        Long.MAX_VALUE - (1L << 11) + 1,
        Long.MAX_VALUE - 2,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 20:15:57 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  8. test/fixedbugs/issue60982.go

    	case 538:
    		return 538
    	case 539:
    		return 539
    	case 540:
    		return 540
    	case 541:
    		return 541
    	case 542:
    		return 542
    	case 543:
    		return 543
    	case 544:
    		return 544
    	case 545:
    		return 545
    	case 546:
    		return 546
    	case 547:
    		return 547
    	case 548:
    		return 548
    	case 549:
    		return 549
    	case 550:
    		return 550
    	case 551:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 28 16:07:47 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_ACCEPT4                  = 541 // { int accept4(int s, \
    	SYS_PIPE2                    = 542 // { int pipe2(int *fildes, int flags); }
    	SYS_PROCCTL                  = 544 // { int procctl(idtype_t idtype, id_t id, \
    	SYS_UTIMENSAT                = 547 // { int utimensat(int fd, \
    	SYS_FSTAT                    = 551 // { int fstat(int fd, _Out_ struct stat *sb); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_freebsd_386.go

    	SYS_ACCEPT4                  = 541 // { int accept4(int s, \
    	SYS_PIPE2                    = 542 // { int pipe2(int *fildes, int flags); }
    	SYS_PROCCTL                  = 544 // { int procctl(idtype_t idtype, id_t id, \
    	SYS_UTIMENSAT                = 547 // { int utimensat(int fd, \
    	SYS_FSTAT                    = 551 // { int fstat(int fd, _Out_ struct stat *sb); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
Back to top