Home
last modified time | relevance | path

Searched refs:v_ (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_have_intrinsic.inc38 v_ = v;
43 return static_cast<uint64_t>(v.v_ & ~uint64_t{0});
49 static_cast<uint64_t>(static_cast<unsigned __int128>(v.v_) >> 64));
54 : v_(int128_internal::BitCastToSigned(static_cast<unsigned __int128>(high)
59 constexpr int128::int128(int v) : v_{v} {}
61 constexpr int128::int128(long v) : v_{v} {} // NOLINT(runtime/int)
63 constexpr int128::int128(long long v) : v_{v} {} // NOLINT(runtime/int)
65 constexpr int128::int128(__int128 v) : v_{v} {}
67 constexpr int128::int128(unsigned int v) : v_{v} {}
69 constexpr int128::int128(unsigned long v) : v_{v} {} // NOLINT(runtime/int)
[all …]
Dint128.h461 __int128 v_; variable
/third_party/mesa3d/src/amd/vulkan/radix_sort/common/
Dmacros.h65 #define ROUND_DOWN_MACRO(v_,q_) (((v_) / (q_)) * (q_)) argument
66 #define ROUND_UP_MACRO(v_,q_) ((((v_) + (q_) - 1) / (q_)) * (q_)) argument
72 #define ROUND_DOWN_POW2_MACRO(v_,q_) ((v_) & ~((q_) - 1)) argument
73 #define ROUND_UP_POW2_MACRO(v_,q_) ROUND_DOWN_POW2_MACRO((v_) + (q_) - 1, q_) argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dzipf_distribution.h69 double v() const { return v_; } in v()
72 return a.k_ == b.k_ && a.q_ == b.q_ && a.v_ == b.v_;
89 double v_; variable
151 : k_(k), q_(q), v_(v), one_minus_q_(1 - q) { in param_type()
174 const double elogv_q = (v_ == 1.0) ? 1 : pow_negative_q(v_); in param_type()
186 x += v_; in h()
195 return -v_ + ((one_minus_q_ == -1.0) in hinv()
203 return 1.0 - hinv(h(1.5) - pow_negative_q(v_ + 1.0)); in compute_s()
227 const double r = p.pow_negative_q(p.v_ + k); in operator()
Dzipf_distribution_test.cc112 ZipfModel(size_t k, double q, double v) : k_(k), q_(q), v_(v) {} in ZipfModel()
177 const double x = v_ + i; in Init()
203 const double v_; member in __anone03280f30111::ZipfModel
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-atomic.hh149 void set_relaxed (int v_) { hb_atomic_int_impl_set_relaxed (&v, v_); } in set_relaxed()
150 void set (int v_) { hb_atomic_int_impl_set (&v, v_); } in set()
167 void init (T* v_ = nullptr) { set_relaxed (v_); } in init()
168 void set_relaxed (T* v_) { hb_atomic_ptr_impl_set_relaxed (&v, v_); } in set_relaxed()
Dhb-null.hh181 hb_nonnull_ptr_t (T *v_ = nullptr) : v (v_) {} in hb_nonnull_ptr_t()
182 T * operator = (T *v_) { return v = v_; } in operator =()
/third_party/node/deps/v8/src/execution/
Dstack-guard.cc257 explicit ShouldBeZeroOnReturnScope(int* v) : v_(v) {}
258 ~ShouldBeZeroOnReturnScope() { DCHECK_EQ(*v_, 0); }
261 int* v_;
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.cpp1648 v_ = Float4(0.0f); in TEXDP3TEX()
1651 dst = sampleTexture(stage, u_, v_, w_, w_); in TEXDP3TEX()
1707 Float4 v_ = v + dv; in TEXBEM() local
1709 dst = sampleTexture(stage, u_, v_, s, s); in TEXBEM()
1728 Float4 v_ = v + dv; in TEXBEML() local
1730 dst = sampleTexture(stage, u_, v_, s, s); in TEXBEML()
1778 u_ *= Rcp_pp(v_); // FIXME: Set result to 1.0 when division by zero in TEXM3X2DEPTH()
1794 dst = sampleTexture(stage, u_, v_, w_, w_); in TEXM3X2TEX()
1802 dst.y = RoundShort4(v_ * Float4(0x1000)); in TEXM3X3()
1825 case 1: v_ = x; break; in TEXM3X3PAD()
[all …]
DPixelPipeline.hpp51 Float4 v_; // FIXME member in sw::PixelPipeline
DSamplerCore.cpp935 …Vector4s SamplerCore::sample3D(Pointer<Byte> &texture, Float4 &u_, Float4 &v_, Float4 &w_, Vector4… in sample3D() argument
950 Short4 vvvv = texelFetch ? Short4(As<Int4>(v_)) : address(v_, state.addressingModeV, mipmap); in sample3D()
/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c629 v_##op = vec_##op(s_11h, s_11l); \ in dering_altivec()
845 const vector unsigned char v_##src##A1##i = vec_ld(j##src##i, src); \ in tempNoiseReducer_altivec()
846 const vector unsigned char v_##src##A2##i = vec_ld(j##src##i + 16, src); \ in tempNoiseReducer_altivec()
847 const vector unsigned char v_##src##A##i = \ in tempNoiseReducer_altivec()
848 vec_perm(v_##src##A1##i, v_##src##A2##i, perm##src##i); \ in tempNoiseReducer_altivec()
849 vector signed short v_##src##Ass##i = \ in tempNoiseReducer_altivec()
851 (vector signed char)v_##src##A##i) in tempNoiseReducer_altivec()
987 const vector unsigned char vg = vec_perm(vf, v_##src##A##i, permHH); \ in tempNoiseReducer_altivec()
991 const vector unsigned char svA = vec_sel(v_##src##A1##i, vg2, mask); \ in tempNoiseReducer_altivec()
992 const vector unsigned char svB = vec_sel(vg2, v_##src##A2##i, mask); \ in tempNoiseReducer_altivec()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dbind.h203 explicit StreamedWrapper(const T& v) : v_(v) { } in StreamedWrapper()
210 const T& v_; variable
Darg.h250 oss << v.v_;
/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dsmall_vector.cpp34 RAIIInt(int v_) : v(v_) { allocations++; } in RAIIInt()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h734 ValueArray(Ts... v) : v_{std::move(v)...} {} in ValueArray()
744 return std::vector<T>{static_cast<T>(v_.template Get<I>())...}; in MakeVector()
747 FlatTuple<Ts...> v_; variable
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-param-util.h802 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray()
812 return std::vector<T>{static_cast<T>(v_.template Get<I>())...}; in MakeVector()
815 FlatTuple<Ts...> v_; variable
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h805 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray()
815 return std::vector<T>{static_cast<T>(v_.template Get<I>())...}; in MakeVector()
818 FlatTuple<Ts...> v_; variable
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp196 LogComps (const UVec3& v_, int numComps_) : v(v_), numComps(numComps_) {} in LogComps()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc3585 v_.push_back(field); in GenerateSerializeWithCachedSizesBody()
3590 if (!v_.empty()) { in GenerateSerializeWithCachedSizesBody()
3591 mg_->GenerateSerializeOneofFields(format_.printer(), v_); in GenerateSerializeWithCachedSizesBody()
3592 v_.clear(); in GenerateSerializeWithCachedSizesBody()
3600 return !v_.empty() && in GenerateSerializeWithCachedSizesBody()
3601 v_[0]->containing_oneof() != field->containing_oneof(); in GenerateSerializeWithCachedSizesBody()
3607 std::vector<const FieldDescriptor*> v_; in GenerateSerializeWithCachedSizesBody() member in google::protobuf::compiler::cpp::MessageGenerator::GenerateSerializeWithCachedSizesBody::LazySerializerEmitter
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp96 LogComps (const UVec3 &v_, int numComps_) : v(v_), numComps(numComps_) {} in LogComps()
/third_party/skia/third_party/externals/tint/test/intrinsics/
Dintrinsics.wgsl.tmpl31 {{- $permutation := printf "%v_%v" $function .Hash -}}
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp315 LogVecComps (const tcu::Vec4& v_, int numComps_) in LogVecComps()
316 : v (v_) in LogVecComps()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDerivateTests.cpp377 LogVecComps (const tcu::Vec4& v_, int numComps_) in LogVecComps()
378 : v (v_) in LogVecComps()
/third_party/libabigail/src/
Dabg-ir.cc16853 v_.unsigned_ = 0; in bound_value()
16862 v_.unsigned_ = v; in bound_value()
16871 v_.signed_ = v; in bound_value()
16893 {return v_.signed_; in get_signed_value()
16901 {return v_.unsigned_;} in get_unsigned_value()
16910 v_.unsigned_ = v; in set_unsigned()
16920 v_.signed_ = v; in set_signed()
16931 return s_ == v.s_ && v_.unsigned_ == v.v_.unsigned_; in operator ==()

12