/third_party/boost/boost/atomic/detail/ |
D | extra_fp_ops_emulated.hpp | 49 value_type new_val = -old_val; in fetch_negate() local 60 value_type new_val = -old_val; in negate() local 71 value_type new_val = old_val + v; in add() local 82 value_type new_val = old_val - v; in sub() local
|
D | extra_ops_emulated.hpp | 57 storage_type new_val = static_cast< storage_type >(-s); in negate() local 67 storage_type new_val = s; in add() local 78 storage_type new_val = s; in sub() local 89 storage_type new_val = s; in bitwise_and() local 100 storage_type new_val = s; in bitwise_or() local 111 storage_type new_val = s; in bitwise_xor() local 132 storage_type new_val = static_cast< storage_type >(~s); in bitwise_complement() local
|
D | extending_cas_based_arithmetic.hpp | 43 storage_type new_val; in fetch_add() local 56 storage_type new_val; in fetch_sub() local
|
D | ops_extending_cas_based.hpp | 42 storage_type new_val; in fetch_add() local 55 storage_type new_val; in fetch_sub() local
|
D | extra_fp_ops_generic.hpp | 60 value_type old_val, new_val; in fetch_negate() local 75 value_type old_val, new_val; in negate() local 137 value_type old_val, new_val; in add() local 152 value_type old_val, new_val; in sub() local
|
D | fp_ops_generic.hpp | 45 value_type old_val, new_val; in fetch_add() local 60 value_type old_val, new_val; in fetch_sub() local
|
D | extra_ops_generic.hpp | 52 storage_type old_val, new_val; in negate() local 209 storage_type old_val, new_val; in negate() local 221 storage_type old_val, new_val; in add() local 233 storage_type old_val, new_val; in sub() local 245 storage_type old_val, new_val; in bitwise_and() local 257 storage_type old_val, new_val; in bitwise_or() local 269 storage_type old_val, new_val; in bitwise_xor() local
|
D | fp_ops_emulated.hpp | 49 value_type new_val = old_val + v; in fetch_add() local 60 value_type new_val = old_val - v; in fetch_sub() local
|
D | wait_ops_freebsd_umtx.hpp | 76 storage_type new_val = base_type::load(storage, order); in wait() local 100 storage_type new_val = base_type::load(storage, order); in wait() local
|
D | wait_ops_futex.hpp | 47 storage_type new_val = base_type::load(storage, order); in wait() local 84 storage_type new_val = base_type::load(storage, order); in wait() local
|
D | wait_ops_generic.hpp | 55 storage_type new_val = base_type::load(storage, order); in wait() local 99 storage_type new_val = base_type::load(storage, order); in wait() local
|
D | extra_ops_msvc_x86.hpp | 66 storage_type new_val; in negate() local 207 storage_type new_val; in bitwise_complement() local 450 storage_type new_val; in negate() local 591 storage_type new_val; in bitwise_complement() local 884 storage_type new_val; in negate() local 1025 storage_type new_val; in bitwise_complement() local
|
D | wait_ops_dragonfly_umtx.hpp | 48 storage_type new_val = base_type::load(storage, order); in wait() local
|
D | wait_ops_windows.hpp | 84 storage_type new_val = base_type::load(storage, order); in wait() local
|
D | wait_ops_emulated.hpp | 60 storage_type new_val = s; in wait() local
|
/third_party/flutter/skia/src/core/ |
D | SkExchange.h | 17 inline static T exchange(T& obj, U&& new_val) { in exchange()
|
/third_party/boost/libs/multiprecision/test/ |
D | test_rational_io.cpp | 78 T new_val = static_cast<T>(ss.str()); in do_round_trip() local 91 T new_val; in do_round_trip() local
|
D | test_int_io.cpp | 91 T new_val = static_cast<T>(ss.str()); in do_round_trip() local
|
/third_party/ffmpeg/libavcodec/ |
D | cos_tablegen.c | 44 double new_val = val * (double) (1 << 15); in printval() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ccp_pass.cpp | 146 uint32_t new_val = ComputeLatticeMeet(instr, it->second); in VisitAssignment() local 177 uint32_t new_val = ComputeLatticeMeet(instr, folded_inst->result_id()); in VisitAssignment() local
|
/third_party/skia/modules/skottie/src/animator/ |
D | VectorKeyframeAnimator.cpp | 116 new_val = Lerp(Sk4f::Load(v0), Sk4f::Load(v1), lerp_info.weight); in onSeek() local 128 const auto new_val = Lerp(*v0++, *v1++, lerp_info.weight); in onSeek() local
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.cc | 51 static char* fmt_int64_diff_str(int64_t old_val, int64_t new_val) { in fmt_int64_diff_str() 61 static char* fmt_uint32_diff_str(uint32_t old_val, uint32_t new_val) { in fmt_uint32_diff_str()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_line_smooth.c | 49 nir_ssa_def *new_val = nir_fmul(b, nir_vec4(b, one, one, one, coverage), in lower_line_smooth_intrinsic() local
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | cyclic_array_test.cc | 120 const auto new_val = -600000; in TEST_F() local
|
/third_party/libcoap/tests/ |
D | test_pdu.c | 858 int new_val; in t_encode_pdu16() local 917 int new_val; in t_encode_pdu17() local 1063 int new_val; in t_encode_pdu19() local 1120 int new_val; in t_encode_pdu20() local
|