- a -
- abs()
: math.h
, stdlib.h
, valarray
- accumulate()
: numeric
- acos()
: math.h
, valarray
- acosf()
: math.h
- acosh()
: math.h
- acoshf()
: math.h
- acoshl()
: math.h
- acosl()
: math.h
- addressof()
: xstddef
- adjacent_difference()
: numeric
- adjacent_find()
: algorithm
- advance()
: xutility
- align()
: memory
- all_of()
: algorithm
- allocate_shared()
: memory
- andnot()
: dvec.h
, ivec.h
- any_of()
: algorithm
- asctime_s()
: time.h
- asin()
: math.h
, valarray
- asinf()
: math.h
- asinh()
: math.h
- asinhf()
: math.h
- asinhl()
: math.h
- asinl()
: math.h
- async()
: future
- atan()
: math.h
, valarray
- atan2()
: math.h
, valarray
- atan2f()
: math.h
- atan2l()
: math.h
- atanf()
: math.h
- atanh()
: math.h
- atanhf()
: math.h
- atanhl()
: math.h
- atanl()
: math.h
- atexit()
: stdlib.h
- atof()
: math.h
, stdlib.h
- atoi()
: stdlib.h
- atol()
: stdlib.h
- atoll()
: stdlib.h
- atomic_compare_exchange_strong()
: atomic
, memory
, xxatomic
- atomic_compare_exchange_strong_explicit()
: xxatomic
, atomic
, memory
- atomic_compare_exchange_weak()
: atomic
, memory
, xxatomic
- atomic_compare_exchange_weak_explicit()
: atomic
, memory
, xxatomic
- atomic_exchange()
: atomic
, memory
, xxatomic
- atomic_exchange_explicit()
: memory
, xxatomic
, atomic
, xxatomic
- atomic_fetch_add()
: atomic
- atomic_fetch_add_explicit()
: atomic
- atomic_fetch_and()
: atomic
- atomic_fetch_and_explicit()
: atomic
- atomic_fetch_or()
: atomic
- atomic_fetch_or_explicit()
: atomic
- atomic_fetch_sub()
: atomic
- atomic_fetch_sub_explicit()
: atomic
- atomic_fetch_xor()
: atomic
- atomic_fetch_xor_explicit()
: atomic
- atomic_flag_clear()
: atomic
- atomic_flag_clear_explicit()
: atomic
- atomic_flag_test_and_set()
: atomic
- atomic_flag_test_and_set_explicit()
: atomic
- atomic_init()
: atomic
, xxatomic
, atomic
, xxatomic
- atomic_is_lock_free()
: atomic
, memory
, atomic
, xxatomic
- atomic_load()
: xxatomic
, atomic
, xxatomic
, memory
, atomic
, xxatomic
- atomic_load_explicit()
: atomic
, xxatomic
, memory
, xxatomic
, atomic
- atomic_signal_fence()
: atomic
- atomic_store()
: xxatomic
, memory
, xxatomic
, atomic
- atomic_store_explicit()
: atomic
, xxatomic
, memory
, xxatomic
- atomic_thread_fence()
: atomic