Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1321 - 1330 of 2,385 for host:doc.rust-lang.org (0.04 seconds)

  1. cosf128 in std::intrinsics - Rust

    Returns the cosine of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.cosf128.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  2. cold_path in std::intrinsics - Rust

    Hints to the compiler that current code path is cold.
    doc.rust-lang.org/std/intrinsics/fn.cold_path.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  3. const_deallocate in std::intrinsics - Rust

    Deallocates a memory which allocated by `intrinsics::const_allocate` at compile time. At runtime, it does nothing.
    doc.rust-lang.org/std/intrinsics/fn.const_deallocate.html
    Thu May 28 17:42:11 GMT 2026
      4.6K bytes
  4. bitreverse in std::intrinsics - Rust

    Reverses the bits in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.bitreverse.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  5. copysignf64 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf64.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  6. 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 `left` is greater.
    doc.rust-lang.org/std/intrinsics/fn.compare_bytes.html
    Thu May 28 17:42:11 GMT 2026
      4.9K bytes
  7. cosf16 in std::intrinsics - Rust

    Returns the cosine of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.cosf16.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  8. 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
    Thu May 28 17:42:11 GMT 2026
      5K bytes
  9. fmuladdf64 in std::intrinsics - Rust

    Returns `a * b + c` for `f64` values, non-deterministically executing either a fused multiply-add or two operations with rounding of the intermediate result.
    doc.rust-lang.org/std/intrinsics/fn.fmuladdf64.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
  10. 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
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
Back to Top