Skip to content

Elide even more manual table of contents #5580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,47 +1,12 @@
---
title: "Concurrency::direct3d namespace functions (AMP)"
description: "Learn more about: Concurrency::direct3d namespace functions (AMP)"
ms.date: "08/31/2018"
ms.date: 08/31/2018
f1_keywords: ["amp/Concurrency::direct3d::abs", "amp/Concurrency::direct3d::countbits", "amp/Concurrency::direct3d::create_accelerator_view", "amp/Concurrency::direct3d::d3d_access_lock", "amp/Concurrency::direct3d::d3d_access_unlock", "amp/Concurrency::direct3d::firstbithigh", "amp/Concurrency::direct3d::get_buffer", "amp/Concurrency::direct3d::get_device", "amp/Concurrency::direct3d::imax", "amp/Concurrency::direct3d::is_timeout_disabled", "amp/Concurrency::direct3d::mad", "amp/Concurrency::direct3d::noise", "amp/Concurrency::direct3d::radians", "amp/Concurrency::direct3d::reversebits", "amp/Concurrency::direct3d::saturate", "amp/Concurrency::direct3d::smoothstep", "amp/Concurrency::direct3d::step", "amp/Concurrency::direct3d::umin"]
---
# Concurrency::direct3d namespace functions (AMP)

:::row:::
:::column span="":::
[abs](#abs)\
[clamp](#clamp)\
[countbits](#countbits)\
[create_accelerator_view](#create_accelerator_view)\
[d3d_access_lock](#d3d_access_lock)\
[d3d_access_try_lock](#d3d_access_try_lock)\
[d3d_access_unlock](#d3d_access_unlock)
:::column-end:::
:::column span="":::
[firstbithigh](#firstbithigh)\
[firstbitlow](#firstbitlow)\
[get_buffer](#get_buffer)\
[get_device](#get_device)\
[imax](#imax)\
[imin](#imin)\
[is_timeout_disabled](#is_timeout_disabled)
:::column-end:::
:::column span="":::
[mad](#mad)\
[make_array](#make_array)\
[noise](#noise)\
[radians](#radians)\
[rcp](#rcp)\
[reversebits](#reversebits)
:::column-end:::
:::column span="":::
[saturate](#saturate)\
[sign](#sign)\
[smoothstep](#smoothstep)\
[step](#step)\
[umax](#umax)\
[umin](#umin)
:::column-end:::
:::row-end:::
The following functions are defined in the `Concurrency::direct3d` namespace (AMP):

## Requirements

Expand Down
Original file line number Diff line number Diff line change
@@ -1,87 +1,12 @@
---
description: "Learn more about: Concurrency::fast_math namespace functions"
title: "Concurrency::fast_math namespace functions"
ms.date: "11/04/2016"
description: "Learn more about: Concurrency::fast_math namespace functions"
ms.date: 11/04/2016
f1_keywords: ["amp_math/Concurrency::fast_math::acos", "amp_math/Concurrency::fast_math::asin", "amp_math/Concurrency::fast_math::asinf", "amp_math/Concurrency::fast_math::atan2", "amp_math/Concurrency::fast_math::atan2f", "amp_math/Concurrency::fast_math::ceil", "amp_math/Concurrency::fast_math::ceilf", "amp_math/Concurrency::fast_math::cosf", "amp_math/Concurrency::fast_math::cosh", "amp_math/Concurrency::fast_math::exp", "amp_math/Concurrency::fast_math::exp2", "amp_math/Concurrency::fast_math::expf", "amp_math/Concurrency::fast_math::fabs", "amp_math/Concurrency::fast_math::floor", "amp_math/Concurrency::fast_math::floorf", "amp_math/Concurrency::fast_math::fmaxf", "amp_math/Concurrency::fast_math::fmin", "amp_math/Concurrency::fast_math::fmod", "amp_math/Concurrency::fast_math::fmodf", "amp_math/Concurrency::fast_math::frexpf", "amp_math/Concurrency::fast_math::isfinite", "amp_math/Concurrency::fast_math::isnan", "amp_math/Concurrency::fast_math::ldexp", "amp_math/Concurrency::fast_math::log", "amp_math/Concurrency::fast_math::log10", "amp_math/Concurrency::fast_math::log2", "amp_math/Concurrency::fast_math::log2f", "amp_math/Concurrency::fast_math::modf", "amp_math/Concurrency::fast_math::modff", "amp_math/Concurrency::fast_math::powf", "amp_math/Concurrency::fast_math::round", "amp_math/Concurrency::fast_math::rsqrt", "amp_math/Concurrency::fast_math::rsqrtf", "amp_math/Concurrency::fast_math::signbitf", "amp_math/Concurrency::fast_math::sin", "amp_math/Concurrency::fast_math::sincosf", "amp_math/Concurrency::fast_math::sinf", "amp_math/Concurrency::fast_math::sinhf", "amp_math/Concurrency::fast_math::sqrt", "amp_math/Concurrency::fast_math::tan", "amp_math/Concurrency::fast_math::tanf", "amp_math/Concurrency::fast_math::tanhf", "amp_math/Concurrency::fast_math::trunc"]
ms.assetid: f5763d62-795b-4de6-a7a5-c7115f158708
---
# Concurrency::fast_math namespace functions

:::row:::
:::column span="":::
[`acos`](#acos)\
[`acosf`](#acosf)\
[`asin`](#asin)\
[`asinf`](#asinf)\
[`atan`](#atan)\
[`atan2`](#atan2)\
[`atan2f`](#atan2f)\
[`atanf`](#atanf)\
[`ceil`](#ceil)\
[`ceilf`](#ceilf)\
[`cos`](#cos)\
[`cosf`](#cosf)\
[`cosh`](#cosh)\
[`coshf`](#coshf)\
[`exp`](#exp)\
[`exp2`](#exp2)\
[`exp2f`](#exp2f)
:::column-end:::
:::column span="":::
[`expf`](#expf)\
[`fabs`](#fabs)\
[`fabsf`](#fabsf)\
[`floor`](#floor)\
[`floorf`](#floorf)\
[`fmax`](#fmax)\
[`fmaxf`](#fmaxf)\
[`fmin`](#fmin)\
[`fminf`](#fminf)\
[`fmod`](#fmod)\
[`fmodf`](#fmodf)\
[`frexp`](#frexp)\
[`frexpf`](#frexpf)\
[`isfinite`](#isfinite)\
[`isinf`](#isinf)\
[`isnan`](#isnan)
:::column-end:::
:::column span="":::
[`ldexp`](#ldexp)\
[`ldexpf`](#ldexpf)\
[`log`](#log)\
[`log10`](#log10)\
[`log10f`](#log10f)\
[`log2`](#log2)\
[`log2f`](#log2f)\
[`logf`](#logf)\
[`modf`](#modf)\
[`modff`](#modff)\
[`pow`](#pow)\
[`powf`](#powf)\
[`round`](#round)\
[`roundf`](#roundf)\
[`rsqrt`](#rsqrt)\
[`rsqrtf`](#rsqrtf)
:::column-end:::
:::column span="":::
[`signbit`](#signbit)\
[`signbitf`](#signbitf)\
[`sin`](#sin)\
[`sincos`](#sincos)\
[`sincosf`](#sincosf)\
[`sinf`](#sinf)\
[`sinh`](#sinh)\
[`sinhf`](#sinhf)\
[`sqrt`](#sqrt)\
[`sqrtf`](#sqrtf)\
[`tan`](#tan)\
[`tanf`](#tanf)\
[`tanh`](#tanh)\
[`tanhf`](#tanhf)\
[`trunc`](#trunc)\
[`truncf`](#truncf)
:::column-end:::
:::row-end:::
The following functions are available in the `Concurrency::fast_math` namespace:

## <a name="acos"></a> acos

Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
---
description: "Learn more about: Concurrency::graphics::direct3d namespace functions"
title: "Concurrency::graphics::direct3d namespace functions"
ms.date: "11/04/2016"
description: "Learn more about: Concurrency::graphics::direct3d namespace functions"
ms.date: 11/04/2016
f1_keywords: ["amp_graphics/Concurrency::graphics::direct3d::get_sampler", "amp_graphics/Concurrency::graphics::direct3d::make_sampler", "amp_graphics/Concurrency::graphics::direct3d::make_texture"]
ms.assetid: 11ee1d42-333e-4ae9-95ac-4cf68c06d13d
---
# Concurrency::graphics::direct3d namespace functions

:::row:::
:::column span="":::
[`get_sampler`](#get_sampler)\
[`get_texture`](#get_texture)
:::column-end:::
:::column span="":::
[`make_sampler`](#make_sampler)
:::column-end:::
:::column span="":::
[`make_texture`](#make_texture)
:::column-end:::
:::column span="":::
[`msad4`](#msad4)
:::column-end:::
:::row-end:::
The following functions are available in the `Concurrency::graphics::direct3d` namespace:

## <a name="get_sampler"></a> get_sampler

Expand Down
37 changes: 3 additions & 34 deletions docs/parallel/amp/reference/concurrency-namespace-functions-amp.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,12 @@
---
description: "Learn more about: Concurrency namespace functions (AMP)"
title: "Concurrency namespace functions (AMP)"
ms.date: "11/04/2016"
description: "Learn more about: Concurrency namespace functions (AMP)"
ms.date: 11/04/2016
f1_keywords: ["amp/Concurrency::all_memory_fence", "amp/Concurrency::atomic_compare_exchange", "amp/Concurrency::atomic_fetch_dec", "amp/Concurrency::atomic_fetch_max", "amp/Concurrency::atomic_fetch_min", "amp/Concurrency::copy", "amp/Concurrency::direct3d_abort", "amp/Concurrency::direct3d_printf", "amp/Concurrency::global_memory_fence", "amp/Concurrency::tile_static_memory_fence"]
ms.assetid: 2bef0985-cb90-4ece-90b9-66529aec73c9
---
# Concurrency namespace functions (AMP)

:::row:::
:::column span="":::
[`all_memory_fence`](#all_memory_fence)\
[`amp_uninitialize`](#amp_uninitialize)\
[`atomic_compare_exchange`](#atomic_compare_exchange)\
[`atomic_exchange`](#atomic_exchange)\
[`atomic_fetch_add`](#atomic_fetch_add)\
[`atomic_fetch_and`](#atomic_fetch_and)
:::column-end:::
:::column span="":::
[`atomic_fetch_dec`](#atomic_fetch_dec)\
[`atomic_fetch_inc`](#atomic_fetch_inc)\
[`atomic_fetch_max`](#atomic_fetch_max)\
[`atomic_fetch_min`](#atomic_fetch_min)\
[`atomic_fetch_or`](#atomic_fetch_or)
:::column-end:::
:::column span="":::
[`atomic_fetch_sub`](#atomic_fetch_sub)\
[`atomic_fetch_xor`](#atomic_fetch_xor)\
[`copy`](#copy)\
[`copy_async`](#copy_async)\
[`direct3d_abort`](#direct3d_abort)
:::column-end:::
:::column span="":::
[`direct3d_errorf`](#direct3d_errorf)\
[`direct3d_printf`](#direct3d_printf)\
[`global_memory_fence`](#global_memory_fence)\
[`parallel_for_each`](#parallel_for_each)\
[`tile_static_memory_fence`](#tile_static_memory_fence)
:::column-end:::
:::row-end:::
The following functions are defined in the `Concurrency` namespace (AMP):

## <a name="all_memory_fence"></a> all_memory_fence

Expand Down
23 changes: 3 additions & 20 deletions docs/parallel/amp/reference/concurrency-namespace-operators-amp.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,11 @@
---
description: "Learn more about: Concurrency namespace operators (AMP)"
title: "Concurrency namespace operators (AMP)"
ms.date: "11/04/2016"
ms.assetid: 77f1ae17-1eb2-480d-8fe5-66d4c24bb91e
description: "Learn more about: Concurrency namespace operators (AMP)"
ms.date: 11/04/2016
---
# Concurrency namespace operators (AMP)

:::row:::
:::column span="":::
[`operator==`](#operator_eq_eq)\
[`operator!=`](#operator_neq)
:::column-end:::
:::column span="":::
[`operator+`](#operator_add)\
[`operator-`](#operator-)
:::column-end:::
:::column span="":::
[`operator*`](#operator_star)\
[`operator/`](#operator_div)
:::column-end:::
:::column span="":::
[`operator%`](#operator_mod)
:::column-end:::
:::row-end:::
The following operators are defined in the `Concurrency` namespace (AMP):

## <a name="operator_eq_eq"></a> operator==

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,147 +6,7 @@ f1_keywords: ["amp_math/Concurrency::precise_math::acos", "amp_math/Concurrency:
---
# Concurrency::precise_math namespace functions

:::row:::
:::column span="":::
[`acos`](#acos)\
[`acosf`](#acosf)\
[`acosh`](#acosh)\
[`acoshf`](#acoshf)\
[`asin`](#asin)\
[`asinf`](#asinf)\
[`asinh`](#asinh)\
[`asinhf`](#asinhf)\
[`atan`](#atan)\
[`atan2`](#atan2)\
[`atan2f`](#atan2f)\
[`atanf`](#atanf)\
[`atanh`](#atanh)\
[`atanhf`](#atanhf)\
[`cbrt`](#cbrt)\
[`cbrtf`](#cbrtf)\
[`ceil`](#ceil)\
[`ceilf`](#ceilf)\
[`copysign`](#copysign)\
[`copysignf`](#copysignf)\
[`cos`](#cos)\
[`cosf`](#cosf)\
[`cosh`](#cosh)\
[`coshf`](#coshf)\
[`cospi`](#cospi)\
[`cospif`](#cospif)\
[`erf`](#erf)\
[`erfc`](#erfc)\
[`erfcf`](#erfcf)\
[`erfcinv`](#erfcinv)\
[`erfcinvf`](#erfcinvf)\
[`erff`](#erff)\
[`erfinv`](#erfinv)
:::column-end:::
:::column span="":::
[`erfinvf`](#erfinvf)\
[`exp`](#exp)\
[`exp10`](#exp10)\
[`exp10f`](#exp10f)\
[`exp2`](#exp2)\
[`exp2f`](#exp2f)\
[`expf`](#expf)\
[`expm1`](#expm1)\
[`expm1f`](#expm1f)\
[`fabs`](#fabs)\
[`fabsf`](#fabsf)\
[`floor`](#floor)\
[`fdim`](#fdim)\
[`fdimf`](#fdimf)|\
[`floorf`](#floorf)\
[`fma`](#fma)\
[`fmaf`](#fmaf)\
[`fmax`](#fmax)\
[`fmaxf`](#fmaxf)\
[`fmin`](#fmin)\
[`fminf`](#fminf)\
[`fmod`](#fmod)\
[`fmodf`](#fmodf)\
[`fpclassify`](#fpclassify)\
[`frexp`](#frexp)\
[`frexpf`](#frexpf)\
[`hypot`](#hypot)\
[`hypotf`](#hypotf)\
[`ilogb`](#ilogb)\
[`ilogbf`](#ilogbf)\
[`isfinite`](#isfinite)\
[`isinf`](#isinf)\
[`isnan`](#isnan)
:::column-end:::
:::column span="":::
[`isnormal`](#isnormal)\
[`ldexp`](#ldexp)\
[`ldexpf`](#ldexpf)\
[`lgamma`](#lgamma)\
[`lgammaf`](#lgammaf)\
[`log`](#log)\
[`log10`](#log10)\
[`log10f`](#log10f)\
[`log1p`](#log1p)\
[`log1pf`](#log1pf)\
[`log2`](#log2)\
[`log2f`](#log2f)\
[`logb`](#logb)\
[`logbf`](#logbf)\
[`logf`](#logf)\
[`modf`](#modf)\
[`modff`](#modff)\
[`nan`](#nan)\
[`nanf`](#nanf)\
[`nearbyint`](#nearbyint)\
[`nearbyintf`](#nearbyintf)\
[`nextafter`](#nextafter)\
[`nextafterf`](#nextafterf)\
[`phi`](#phi)\
[`phif`](#phif)\
[`pow`](#pow)\
[`powf`](#powf)\
[`probit`](#probit)\
[`probitf`](#probitf)\
[`rcbrt`](#rcbrt)\
[`rcbrtf`](#rcbrtf)\
[`remainder`](#remainder)\
[`remainderf`](#remainderf)
:::column-end:::
:::column span="":::
[`remquo`](#remquo)\
[`remquof`](#remquof)\
[`round`](#round)\
[`roundf`](#roundf)\
[`rsqrt`](#rsqrt)\
[`rsqrtf`](#rsqrtf)\
[`scalb`](#scalb)\
[`scalbf`](#scalbf)\
[`scalbn`](#scalbn)\
[`scalbnf`](#scalbnf)\
[`signbit`](#signbit)\
[`signbitf`](#signbitf)\
[`sin`](#sin)\
[`sincos`](#sincos)\
[`sincosf`](#sincosf)\
[`sinf`](#sinf)\
[`sinh`](#sinh)\
[`sinhf`](#sinhf)\
[`sinpi`](#sinpi)\
[`sinpif`](#sinpif)\
[`sqrt`](#sqrt)\
[`sqrtf`](#sqrtf)\
[`tan`](#tan)\
[`tanf`](#tanf)\
[`tanh`](#tanh)\
[`tanhf`](#tanhf)\
[`tanpi`](#tanpi)\
[`tanpif`](#tanpif)\
[`tgamma`](#tgamma)\
[`tgammaf`](#tgammaf)\
[`trunc`](#trunc)\
[`truncf`](#truncf)
:::column-end:::
:::row-end:::
The following functions are available in the `Concurrency::precise_math` namespace:

## <a name="acos"></a> acos

Expand Down
Loading