• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
        • Syntax-for-tools
        • Atc
        • Language
          • Abstract-syntax
          • Integer-ranges
          • Implementation-environments
          • Dynamic-semantics
          • Static-semantics
          • Grammar
          • Integer-formats
          • Types
          • Portable-ascii-identifiers
          • Values
          • Integer-operations
          • Computation-states
          • Object-designators
          • Operations
            • Bitxor-values
            • Bitior-values
            • Bitand-values
            • Shr-values
            • Shl-values
            • Test-value
            • Rem-values
            • Lt-values
            • Le-values
            • Gt-values
            • Ge-values
            • Sub-values
            • Mul-values
            • Div-values
            • Add-values
            • Ne-values
            • Eq-values
            • Bitnot-value
            • Plus-value
            • Minus-value
            • Lognot-value
          • Errors
          • Tag-environments
          • Function-environments
          • Character-sets
          • Flexible-array-member-removal
          • Arithmetic-operations
          • Pointer-operations
          • Bytes
          • Keywords
          • Real-operations
          • Array-operations
          • Scalar-operations
          • Structure-operations
        • Representation
        • Transformation-tools
        • Insertion-sort
        • Pack
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Language

Operations

Operations on C values.

Subtopics

Bitxor-values
Apply ^ to values [C17:6.5.11/2] [C17:6.5.11/3] [C17:6.5.11/4].
Bitior-values
Apply | to values [C17:6.5.12/2] [C17:6.5.12/3] [C17:6.5.12/4].
Bitand-values
Apply & to values [C17:6.5.10/2] [C17:6.5.10/3] [C17:6.5.10/4].
Shr-values
Apply >> to values [C17:6.5.7/2] [C17:6.5.7/3] [C17:6.5.7/5].
Shl-values
Apply << to values [C17:6.5.7/2] [C17:6.5.7/3] [C17:6.5.7/4].
Test-value
Test a value logically.
Rem-values
Apply % to values [C17:6.5.5/2] [C17:6.5.5/3] [C17:6.5.5/5] [C17:6.5.5/6].
Lt-values
Apply < to values [C17:6.5.8/2] [C17:6.5.8/3] [C17:6.5.8/6].
Le-values
Apply <= to values [C17:6.5.8/2] [C17:6.5.8/3] [C17:6.5.8/6].
Gt-values
Apply > to values [C17:6.5.8/2] [C17:6.5.8/3] [C17:6.5.8/6].
Ge-values
Apply >= to values [C17:6.5.8/2] [C17:6.5.8/3] [C17:6.5.8/6].
Sub-values
Apply binary - to values [C17:6.5.5/3] [C17:6.5.5/6].
Mul-values
Apply binary * to values [C17:6.5.5/2] [C17:6.5.5/3] [C17:6.5.5/4].
Div-values
Apply / to values [C17:6.5.5/2] [C17:6.5.5/3] [C17:6.5.5/5].
Add-values
Apply binary + to values [C17:6.5.5/2] [C17:6.5.5/5].
Ne-values
Apply != to values [C17:6.5.9/2] [C17:6.5.9/3] [C17:6.5.9/4].
Eq-values
Apply == to values [C17:6.5.9/2] [C17:6.5.9/3] [C17:6.5.9/4].
Bitnot-value
Apply ~ to a value [C17:6.5.3.3/1] [C17:6.5.3.3/4].
Plus-value
Apply unary + to a value [C17:6.5.3.3/1] [C17:6.5.3.3/2].
Minus-value
Apply unary - to a value [C17:6.5.3.3/1] [C17:6.5.3.3/3].
Lognot-value
Apply ! to a value [C17:6.5.3.3/1] [C17:6.5.3.3/5].