|
5430 | 5430 | memory_order = memory_order::seq_cst) volatile noexcept; |
5431 | 5431 | constexpr @\placeholdernc{floating-point-type}@ fetch_sub(@\placeholdernc{floating-point-type}@, |
5432 | 5432 | memory_order = memory_order::seq_cst) noexcept; |
5433 | | - @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, |
| 5433 | + @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, |
5434 | 5434 | memory_order = memory_order::seq_cst) volatile noexcept; |
5435 | | - constexpr @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, |
| 5435 | + constexpr @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@, |
5436 | 5436 | memory_order = memory_order::seq_cst) noexcept; |
5437 | | - @\placeholdernc{floating-point-type}@ fetch_min(@\placeholdernc{floating-point-type}@, |
| 5437 | + @\placeholdernc{floating-point-type}@ fetch_min(@\placeholdernc{floating-point-type}@, |
5438 | 5438 | memory_order = memory_order::seq_cst) volatile noexcept; |
5439 | | - constexpr @\placeholdernc{floating-poin-type}@t fetch_min(@\placeholdernc{floating-point-type}@, |
| 5439 | + constexpr @\placeholdernc{floating-poin-type}@t fetch_min(@\placeholdernc{floating-point-type}@, |
5440 | 5440 | memory_order = memory_order::seq_cst) noexcept; |
5441 | | - @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, |
| 5441 | + @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, |
5442 | 5442 | memory_order = memory_order::seq_cst) volatile noexcept; |
5443 | | - constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, |
| 5443 | + constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@, |
5444 | 5444 | memory_order = memory_order::seq_cst) noexcept; |
5445 | | - @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, |
| 5445 | + @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, |
5446 | 5446 | memory_order = memory_order::seq_cst) volatile noexcept; |
5447 | | - constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, |
| 5447 | + constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@, |
5448 | 5448 | memory_order = memory_order::seq_cst) noexcept; |
5449 | | - @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@, |
| 5449 | + @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@, |
5450 | 5450 | memory_order = memory_order::seq_cst) volatile noexcept; |
5451 | | - constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@, |
| 5451 | + constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@, |
5452 | 5452 | memory_order = memory_order::seq_cst) noexcept; |
5453 | | - @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, |
| 5453 | + @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, |
5454 | 5454 | memory_order = memory_order::seq_cst) volatile noexcept; |
5455 | | - constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, |
| 5455 | + constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, |
5456 | 5456 | memory_order = memory_order::seq_cst) noexcept; |
5457 | 5457 |
|
5458 | 5458 | void store_add(@\placeholdernc{floating-point-type}@, |
|
0 commit comments