Home
last modified time | relevance | path

Searched defs:new_val (Results 1 – 25 of 66) sorted by relevance

123

/third_party/boost/boost/atomic/detail/
Dextra_fp_ops_emulated.hpp49 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
Dextra_ops_emulated.hpp57 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
Dextending_cas_based_arithmetic.hpp43 storage_type new_val; in fetch_add() local
56 storage_type new_val; in fetch_sub() local
Dops_extending_cas_based.hpp42 storage_type new_val; in fetch_add() local
55 storage_type new_val; in fetch_sub() local
Dextra_fp_ops_generic.hpp60 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
Dfp_ops_generic.hpp45 value_type old_val, new_val; in fetch_add() local
60 value_type old_val, new_val; in fetch_sub() local
Dextra_ops_generic.hpp52 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
Dfp_ops_emulated.hpp49 value_type new_val = old_val + v; in fetch_add() local
60 value_type new_val = old_val - v; in fetch_sub() local
Dwait_ops_freebsd_umtx.hpp76 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
Dwait_ops_futex.hpp47 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
Dwait_ops_generic.hpp55 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
Dextra_ops_msvc_x86.hpp66 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
Dwait_ops_dragonfly_umtx.hpp48 storage_type new_val = base_type::load(storage, order); in wait() local
Dwait_ops_windows.hpp84 storage_type new_val = base_type::load(storage, order); in wait() local
Dwait_ops_emulated.hpp60 storage_type new_val = s; in wait() local
/third_party/flutter/skia/src/core/
DSkExchange.h17 inline static T exchange(T& obj, U&& new_val) { in exchange()
/third_party/boost/libs/multiprecision/test/
Dtest_rational_io.cpp78 T new_val = static_cast<T>(ss.str()); in do_round_trip() local
91 T new_val; in do_round_trip() local
Dtest_int_io.cpp91 T new_val = static_cast<T>(ss.str()); in do_round_trip() local
/third_party/ffmpeg/libavcodec/
Dcos_tablegen.c44 double new_val = val * (double) (1 << 15); in printval() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp146 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/
DVectorKeyframeAnimator.cpp116 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/
Dflow_control.cc51 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/
Dv3d_nir_lower_line_smooth.c49 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/
Dcyclic_array_test.cc120 const auto new_val = -600000; in TEST_F() local
/third_party/libcoap/tests/
Dtest_pdu.c858 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

123