Home
last modified time | relevance | path

Searched defs:V1 (Results 1 – 25 of 143) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp664 shufflevector(Ty V1, Ty V2) { in shufflevector()
680 shufflevector(Ty V1, Ty V2) { in shufflevector()
699 shufflevector(Ty V1, Ty V2) { in shufflevector()
/third_party/boost/libs/sort/test/
Dtest_block_indirect_sort.cpp37 std::vector< uint64_t > V1; in test1() local
98 std::vector< uint64_t > V1, V2; in test2() local
157 std::vector<IA> V1; in test_int_array() local
Dtest_sample_sort.cpp40 std::vector<xk> V1, V2, V3; in test1() local
71 std::vector<uint64_t> V1; in test2() local
101 std::vector<uint64_t> V1,V2,V3; in test3() local
Dtest_parallel_stable_sort.cpp41 std::vector<xk> V1, V2, V3; in test1() local
72 std::vector<uint64_t> V1; in test2() local
101 std::vector<uint64_t> V1,V2,V3; in test3() local
Dtest_flat_stable_sort.cpp45 std::vector< xk > V1, V2; in test1() local
72 std::vector< uint64_t > V1,V2; in test2() local
Dtest_spinsort.cpp52 std::vector< xk > V1, V2; in test1() local
79 std::vector< uint64_t > V1,V2; in test2() local
/third_party/grpc/src/ruby/pb/grpc/health/v1/
Dhealth_pb.rb25 module V1 module
Dhealth_services_pb.rb27 module V1 module
/third_party/boost/libs/graph/test/
Dcopy.cpp14 template < class V1, class V2 > void operator()(const V1&, const V2&) const in operator ()() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DTriangle.hpp25 Vertex V1; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DTriangle.hpp25 Vertex V1; member
/third_party/boost/libs/units/test/
Dtest_dimensionless_quantity.cpp111 const double V1(E9); in test_main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h217 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets()
243 bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const { in isEquivalent()
/third_party/skia/third_party/externals/angle2/scripts/
Dbmp_to_nv12.py64 V1 = converted_pixels[((((i / width) * 2) * width) + (i % width)) * 3 + 2] variable
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dbmp_to_nv12.py64 V1 = converted_pixels[((((i / width) * 2) * width) + (i % width)) * 3 + 2] variable
/third_party/flutter/skia/src/sfnt/
DSkOTTable_OS_2.h33 struct V1 : SkOTTableOS2_V1 { } v1; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp80 uint64_t V1 = Seed + PRIME64_1 + PRIME64_2; in xxHash64() local
/third_party/skia/src/sfnt/
DSkOTTable_OS_2.h33 struct V1 : SkOTTableOS2_V1 { } v1; struct
/third_party/boost/boost/geometry/srs/projections/proj/
Dlabrd.hpp76 T V1, V2, ps, sinps, cosps, sinps2, cosps2; in fwd() local
113 T x2, y2, V1, V2, V3, V4, t = 0.0, t2, ps, pe, tpe, s; in inv() local
/third_party/boost/boost/sort/common/
Ddeque_cnc.hpp294 deque_cnc & push_front(const std::deque<value_type, Allocator2> & V1) in push_front()
308 deque_cnc & push_front(std::deque<value_type, Allocator> && V1) in push_front()
/third_party/boost/libs/container/test/
Dvector_test.hpp58 bool vector_vector_hash_function_capacity_only(V1&, V2&, boost::container::dtl::false_type) in vector_vector_hash_function_capacity_only() argument
92 bool vector_copyable_only(V1&, V2&, boost::container::dtl::false_type) in vector_copyable_only() argument
/third_party/boost/libs/mp11/test/
Dmp_transform.cpp35 struct V1 {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp440 const BitValue &V1 = A1[I]; in eADD() local
449 const BitValue &V1 = A1[I]; in eADD() local
473 const BitValue &V1 = A1[I]; in eSUB() local
482 const BitValue &V1 = A1[I]; in eSUB() local
554 const BitValue &V1 = A1[i]; in eAND() local
576 const BitValue &V1 = A1[i]; in eORL() local
598 const BitValue &V1 = A1[i]; in eXOR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp44 static void PrintResults(AliasResult AR, bool P, const Value *V1, in PrintResults()
77 const Value *V1, const Value *V2, in PrintLoadStoreResults()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_tools_enc.c189 #define BLEND(V0, V1, ALPHA) \ argument
191 #define BLEND_10BIT(V0, V1, ALPHA) \ argument

123456