Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1981 - 1990 of 2,191 for host:doc.rust-lang.org (0.18 sec)

  1. const_deallocate in std::intrinsics - Rust

    Deallocates a memory which allocated by `intrinsics::const_allocate` at compile time. At runtime, does nothing.
    doc.rust-lang.org/std/intrinsics/fn.const_deallocate.html
    Registered: Mon Nov 25 08:41:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. copysignf64 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf64.html
    Registered: Mon Nov 25 08:42:38 UTC 2024
    - Last Modified: Thu Oct 17 16:29:31 UTC 2024
    - 4K bytes
    - Viewed (0)
  3. compare_bytes in std::intrinsics - Rust

    Lexicographically compare `[left, left + bytes)` and `[right, right + bytes)` as unsigned bytes, returning negative if `left` is less, zero if all the bytes match, or positive if `right` is greater.
    doc.rust-lang.org/std/intrinsics/fn.compare_bytes.html
    Registered: Mon Nov 25 08:42:44 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. atomic_xsub_release in std::intrinsics - Rust

    Subtract from the current value, returning the previous value.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xsub_release.html
    Registered: Mon Nov 25 08:54:36 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  5. bswap in std::intrinsics - Rust

    Reverses the bytes in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.bswap.html
    Registered: Mon Nov 25 08:54:59 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. cosf16 in std::intrinsics - Rust

    Returns the cosine of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.cosf16.html
    Registered: Mon Nov 25 09:37:57 UTC 2024
    - Last Modified: Thu Oct 17 16:29:32 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. fabsf64 in std::intrinsics - Rust

    Returns the absolute value of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.fabsf64.html
    Registered: Mon Nov 25 11:56:51 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. cosf128 in std::intrinsics - Rust

    Returns the cosine of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.cosf128.html
    Registered: Mon Nov 25 10:32:01 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. fsub_algebraic in std::intrinsics - Rust

    Float subtraction that allows optimizations based on algebraic rules.
    doc.rust-lang.org/std/intrinsics/fn.fsub_algebraic.html
    Registered: Mon Nov 25 12:26:22 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  10. powf32 in std::intrinsics - Rust

    Raises an `f32` to an `f32` power.
    doc.rust-lang.org/std/intrinsics/fn.powf32.html
    Registered: Mon Nov 25 12:51:56 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top