Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2041 - 2050 of 2,342 for host:doc.rust-lang.org (0.04 sec)

  1. rintf32 in std::intrinsics - Rust

    Returns the nearest integer to an `f32`. 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.rintf32.html
    Registered: Wed Apr 16 02:21:40 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. logf16 in std::intrinsics - Rust

    Returns the natural logarithm of an `f16`.
    doc.rust-lang.org/std/intrinsics/fn.logf16.html
    Registered: Wed Apr 16 02:15:12 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  3. 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
    Registered: Wed Apr 16 02:15:16 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  4. logf128 in std::intrinsics - Rust

    Returns the natural logarithm of an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.logf128.html
    Registered: Wed Apr 16 02:15:36 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. 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: Wed Apr 16 02:18:51 UTC 2025
    - Last Modified: Thu Apr 03 09:31:37 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  6. prefetch_write_data in std::intrinsics - Rust

    The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.
    doc.rust-lang.org/std/intrinsics/fn.prefetch_write_data.html
    Registered: Wed Apr 16 02:20:46 UTC 2025
    - Last Modified: Thu Apr 03 09:31:39 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  7. powf32 in std::intrinsics - Rust

    Raises an `f32` to an `f32` power.
    doc.rust-lang.org/std/intrinsics/fn.powf32.html
    Registered: Wed Apr 16 02:21:02 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. mul_with_overflow in std::intrinsics - Rust

    Performs checked integer multiplication
    doc.rust-lang.org/std/intrinsics/fn.mul_with_overflow.html
    Registered: Wed Apr 16 02:21:17 UTC 2025
    - Last Modified: Thu Apr 03 09:31:36 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  9. f32x64 in std::simd - Rust

    A SIMD vector with 64 elements of type `f32`.
    doc.rust-lang.org/std/simd/type.f32x64.html
    Registered: Wed Apr 16 02:41:50 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. i8x16 in std::simd - Rust

    A SIMD vector with 16 elements of type `i8`.
    doc.rust-lang.org/std/simd/type.i8x16.html
    Registered: Wed Apr 16 02:40:49 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top