Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 6,177 for content_length:[0 TO 9999] (0.02 sec)

  1. XS::Typemap.txt

    package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...
    perldoc.perl.org/XS::Typemap.txt
    Registered: Wed Jul 02 02:49:00 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  2. cfg_match in std - Rust

    A macro for defining `#[cfg]` match-like statements.
    doc.rust-lang.org/std/macro.cfg_match.html Similar Results (1)
    Registered: Mon Aug 04 01:28:35 UTC 2025
    - Last Modified: Thu Jun 26 17:59:43 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  3. autodiff in std::autodiff - Rust

    This macro handles automatic differentiation. Automatic Differentiation macro which allows generating a new function to compute the derivative of a given function. It may only be applied to a function. The expected usage syntax is `#[autodiff(NAME, MODE, INPUT_ACTIVITIES, OUTPUT_ACTIVITY)]` where: NAME is a string that represents a valid function name. MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst. INPUT_ACTIVITIES consists of one valid activity for each input parameter. OUTPUT_ACTIVITY must not be set if we implicitly return nothing (or explicitly return `-> ()`). Otherwise it must be set to one of the allowed activities.
    doc.rust-lang.org/std/autodiff/attr.autodiff.html
    Registered: Mon Aug 04 02:46:18 UTC 2025
    - Last Modified: Thu Jun 26 17:59:38 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. atomic_and_acquire in std::intrinsics - Rust

    Bitwise and with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_and_acquire.html Similar Results (2)
    Registered: Mon Aug 04 02:55:28 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  5. atomic_cxchgweak_acquire_relaxed in std::intrin...

    Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak_acquire_relaxed.html
    Registered: Mon Aug 04 02:58:20 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  6. atomic_cxchgweak_relaxed_seqcst in std::intrins...

    Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak_relaxed_seqcst.html Similar Results (3)
    Registered: Mon Aug 04 02:58:28 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  7. atomic_cxchg_relaxed_seqcst in std::intrinsics ...

    Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchg_relaxed_seqcst.html Similar Results (4)
    Registered: Mon Aug 04 02:58:35 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  8. atomic_max_acquire in std::intrinsics - Rust

    Maximum with the current value using a signed comparison. `T` must be a signed integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_max_acquire.html
    Registered: Mon Aug 04 02:59:54 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  9. atomic_max_release in std::intrinsics - Rust

    Maximum with the current value using a signed comparison. `T` must be a signed integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_max_release.html
    Registered: Mon Aug 04 02:58:41 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. atomic_cxchgweak_acquire_acquire in std::intrin...

    Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak_acquire_acquire.html Similar Results (1)
    Registered: Mon Aug 04 02:58:53 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top