• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
          • Atj
          • Aij
          • Language
            • Syntax
            • Semantics
              • Primitive-function-macros
              • Primitive-values
              • Floating-point-placeholders
              • Pointers
              • Floating-point-value-set-parameters
              • Values
              • Primitive-operations
              • Primitive-conversions
                • Primitive-narrowing-conversions
                • Primitive-widening-conversions
                  • Short-to-long
                  • Short-to-float
                  • Short-to-double
                  • Long-to-float
                  • Long-to-double
                  • Int-to-double
                  • Float-to-double
                  • Char-to-float
                  • Char-to-double
                  • Byte-to-float
                  • Byte-to-double
                  • Short-to-int
                  • Int-to-long
                  • Int-to-float
                  • Char-to-long
                  • Char-to-int
                  • Byte-to-short
                  • Byte-to-long
                  • Byte-to-int
                • Primitive-widening-narrowing-conversions
              • Reference-values
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Primitive-conversions

Primitive-widening-conversions

Java primitive widening conversions [JLS14:5.1.2].

Subtopics

Short-to-long
Widening conversion from short to long [JLS14:5.1.2].
Short-to-float
Widening conversion from short to float [JLS14:5.1.2].
Short-to-double
Widening conversion from short to double [JLS14:5.1.2].
Long-to-float
Widening conversion from long to float [JLS14:5.1.2].
Long-to-double
Widening conversion from long to double [JLS14:5.1.2].
Int-to-double
Widening conversion from int to double [JLS14:5.1.2].
Float-to-double
Widening conversion from float to double [JLS14:5.1.2].
Char-to-float
Widening conversion from char to float [JLS14:5.1.2].
Char-to-double
Widening conversion from char to double [JLS14:5.1.2].
Byte-to-float
Widening conversion from byte to float [JLS14:5.1.2].
Byte-to-double
Widening conversion from byte to double [JLS14:5.1.2].
Short-to-int
Widening conversion from short to int [JLS14:5.1.2].
Int-to-long
Widening conversion from int to long [JLS14:5.1.2].
Int-to-float
Widening conversion from int to float [JLS14:5.1.2].
Char-to-long
Widening conversion from char to long [JLS14:5.1.2].
Char-to-int
Widening conversion from char to int [JLS14:5.1.2].
Byte-to-short
Widening conversion from byte to short [JLS14:5.1.2].
Byte-to-long
Widening conversion from byte to long [JLS14:5.1.2].
Byte-to-int
Widening conversion from byte to int [JLS14:5.1.2].