Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1541 - 1550 of 2,191 for host:doc.rust-lang.org (0.07 sec)

  1. truncf16 in std::intrinsics - Rust

    Returns the integer part of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.truncf16.html
    Registered: Mon Nov 25 13:19:18 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. sqrtf32 in std::intrinsics - Rust

    Returns the square root of an `f32`
    doc.rust-lang.org/std/intrinsics/fn.sqrtf32.html
    Registered: Mon Nov 25 13:20:46 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  3. bitreverse in std::intrinsics - Rust

    Reverses the bits in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.bitreverse.html
    Registered: Mon Nov 25 10:08:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  4. floorf64 in std::intrinsics - Rust

    Returns the largest integer less than or equal to an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.floorf64.html
    Registered: Mon Nov 25 11:23:35 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. exp2f32 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f32.html
    Registered: Mon Nov 25 11:24:37 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. cttz_nonzero in std::intrinsics - Rust

    Like `cttz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.
    doc.rust-lang.org/std/intrinsics/fn.cttz_nonzero.html
    Registered: Mon Nov 25 11:06:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:27 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. ptr_offset_from in std::intrinsics - Rust

    See documentation of `<*const T>::offset_from` for details.
    doc.rust-lang.org/std/intrinsics/fn.ptr_offset_from.html
    Registered: Mon Nov 25 13:07:02 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. ptr_metadata in std::intrinsics - Rust

    Lowers in MIR to `Rvalue::UnaryOp` with `UnOp::PtrMetadata`.
    doc.rust-lang.org/std/intrinsics/fn.ptr_metadata.html
    Registered: Mon Nov 25 13:05:21 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4K bytes
    - Viewed (0)
  9. rintf16 in std::intrinsics - Rust

    Returns the nearest integer to an `f16`. Changing the rounding mode is not possible in Rust, so this rounds half-way cases to the number with an even least significant digit.
    doc.rust-lang.org/std/intrinsics/fn.rintf16.html
    Registered: Mon Nov 25 13:05:56 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. unchecked_mul in std::intrinsics - Rust

    Returns the result of an unchecked multiplication, resulting in undefined behavior when `x * y > T::MAX` or `x * y < T::MIN`.
    doc.rust-lang.org/std/intrinsics/fn.unchecked_mul.html
    Registered: Mon Nov 25 13:23:34 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top