Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sign_mask (0.21 sec)

  1. android/guava/src/com/google/common/math/DoubleUtils.java

      // Double#doubleToRawLongBits(double)} spec.
      static final long EXPONENT_MASK = 0x7ff0000000000000L;
    
      // The mask for the sign, according to the {@link
      // Double#doubleToRawLongBits(double)} spec.
      static final long SIGN_MASK = 0x8000000000000000L;
    
      static final int SIGNIFICAND_BITS = 52;
    
      static final int EXPONENT_BIAS = 1023;
    
      /** The implicit 1 bit that is omitted in significands of normal doubles. */
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Apr 28 15:37:52 GMT 2021
    - 5.1K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS___PTHREAD_MARKCANCEL = 332
    pkg syscall (darwin-arm64), const SYS___PTHREAD_MARKCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS___PTHREAD_SIGMASK = 329
    pkg syscall (darwin-arm64), const SYS___PTHREAD_SIGMASK ideal-int
    pkg syscall (darwin-arm64), const SYS___SEMWAIT_SIGNAL = 334
    pkg syscall (darwin-arm64), const SYS___SEMWAIT_SIGNAL ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (darwin-386), const SYS___PTHREAD_KILL ideal-int
    pkg syscall (darwin-386), const SYS___PTHREAD_MARKCANCEL ideal-int
    pkg syscall (darwin-386), const SYS___PTHREAD_SIGMASK ideal-int
    pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL ideal-int
    pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL_NOCANCEL ideal-int
    pkg syscall (darwin-386), const SYS___SIGWAIT ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const SYS___PTHREAD_FCHDIR = 349
    pkg syscall (darwin-386), const SYS___PTHREAD_KILL = 328
    pkg syscall (darwin-386), const SYS___PTHREAD_MARKCANCEL = 332
    pkg syscall (darwin-386), const SYS___PTHREAD_SIGMASK = 329
    pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL = 334
    pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
    pkg syscall (darwin-386), const SYS___SIGWAIT = 330
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top