Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. nearbyintf16 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.nearbyintf16.html
    Registered: Mon Nov 25 12:49:14 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. Field in std::intrinsics::mir - Rust

    Access the field with the given index of some place.
    doc.rust-lang.org/std/intrinsics/mir/fn.Field.html
    Registered: Mon Nov 25 12:57:54 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  3. nearbyintf32 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.nearbyintf32.html
    Registered: Mon Nov 25 12:58:15 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. maxnumf64 in std::intrinsics - Rust

    Returns the maximum of two `f64` values.
    doc.rust-lang.org/std/intrinsics/fn.maxnumf64.html
    Registered: Mon Nov 25 12:58:41 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. simd_bitreverse in std::intrinsics::simd - Rust

    Reverses bits of each element.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_bitreverse.html
    Registered: Mon Nov 25 13:00:32 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. maxnumf128 in std::intrinsics - Rust

    Returns the maximum of two `f128` values.
    doc.rust-lang.org/std/intrinsics/fn.maxnumf128.html
    Registered: Mon Nov 25 12:53:53 UTC 2024
    - Last Modified: Thu Oct 17 16:29:28 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  7. Assume in std::intrinsics::mir - Rust

    API documentation for the Rust `Assume` fn in crate `std`.
    doc.rust-lang.org/std/intrinsics/mir/fn.Assume.html
    Registered: Mon Nov 25 12:54:53 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  8. simd_fmin in std::intrinsics::simd - Rust

    Returns the minimum of two vectors, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fmin.html
    Registered: Mon Nov 25 13:02:38 UTC 2024
    - Last Modified: Thu Oct 17 16:29:29 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. simd_fcos in std::intrinsics::simd - Rust

    `T` must be a vector of floats.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fcos.html
    Registered: Mon Nov 25 13:03:53 UTC 2024
    - Last Modified: Thu Oct 17 16:29:35 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. simd_fabs in std::intrinsics::simd - Rust

    Returns absolute value of a vector, elementwise.
    doc.rust-lang.org/std/intrinsics/simd/fn.simd_fabs.html
    Registered: Mon Nov 25 13:03:39 UTC 2024
    - Last Modified: Thu Oct 17 16:29:35 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top