Searched defs:_Value (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/src/include/ryu/ |
H A D | ryu.h | 90 … char* const _First, char* const _Last, const _Floating _Value, const chars_format _Fmt) noexcept { in _Floating_to_chars_ryu() 100 char* const _First, char* const _Last, const _Floating _Value, int _Precision) noexcept { in _Floating_to_chars_scientific_precision() 121 char* const _First, char* const _Last, const _Floating _Value, int _Precision) noexcept { in _Floating_to_chars_fixed_precision()
|
/llvm-project/clang/lib/Headers/ |
H A D | immintrin.h | 674 _InterlockedExchange_HLEAcquire(long volatile * _Target,long _Value) _InterlockedExchange_HLEAcquire() argument 680 _InterlockedExchange_HLERelease(long volatile * _Target,long _Value) _InterlockedExchange_HLERelease() argument 688 _InterlockedExchange64_HLEAcquire(__int64 volatile * _Target,__int64 _Value) _InterlockedExchange64_HLEAcquire() argument 694 _InterlockedExchange64_HLERelease(__int64 volatile * _Target,__int64 _Value) _InterlockedExchange64_HLERelease() argument [all...] |
H A D | stdatomic.h | 167 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; global() member
|