HomeSort by relevance Sort by last modified time
    Searched refs:Distance (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/tensorflow/tensorflow/core/util/
permutation_input_iterator.h 72 template <typename Distance>
73 __host__ __device__ __forceinline__ self_type operator+(Distance n) const {
79 template <typename Distance>
80 __host__ __device__ __forceinline__ self_type& operator+=(Distance n) {
86 template <typename Distance>
87 __host__ __device__ __forceinline__ self_type operator-(Distance n) const {
93 template <typename Distance>
94 __host__ __device__ __forceinline__ self_type& operator-=(Distance n) {
99 /// Distance
106 template <typename Distance>
    [all...]
transform_output_iterator.h 92 template <typename Distance>
93 __host__ __device__ __forceinline__ self_type operator+(Distance n) const {
99 template <typename Distance>
100 __host__ __device__ __forceinline__ self_type& operator+=(Distance n) {
106 template <typename Distance>
107 __host__ __device__ __forceinline__ self_type operator-(Distance n) const {
113 template <typename Distance>
114 __host__ __device__ __forceinline__ self_type& operator-=(Distance n) {
119 /// Distance
126 template <typename Distance>
    [all...]
  /external/brotli/c/enc/
bit_cost.c 29 #define FN(X) X ## Distance
cluster.h 38 #define FN(X) X ## Distance
cluster.c 48 #define FN(X) X ## Distance
histogram.h 7 /* Models the histograms of literals, commands and distance codes. */
40 #define FN(X) X ## Distance
  /external/v8/src/
label.h 21 enum Distance { kNear, kFar };
68 void link_to(int pos, Distance distance = kFar) {
69 if (distance == kNear) {
  /external/vulkan-validation-layers/libs/glm/gtc/
ulp.hpp 66 /// Return the value(s) ULP distance after the input value(s).
69 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
71 /// Return the value(s) ULP distance before the input value(s).
74 GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance);
76 /// Return the distance in the number of ULP between 2 scalars.
81 /// Return the distance in the number of ULP between 2 vectors.
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
ulp.hpp 66 /// Return the value(s) ULP distance after the input value(s).
69 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
71 /// Return the value(s) ULP distance before the input value(s).
74 GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance);
76 /// Return the distance in the number of ULP between 2 scalars.
81 /// Return the distance in the number of ULP between 2 vectors.
  /external/flatbuffers/tests/MyGame/Example/
Ability.cs 20 public uint Distance { get { return __p.bb.GetUint(__p.bb_pos + 4); } }
21 public void MutateDistance(uint distance) { __p.bb.PutUint(__p.bb_pos + 4, distance); }
23 public static Offset<Ability> CreateAbility(FlatBufferBuilder builder, uint Id, uint Distance) {
25 builder.PutUint(Distance);
Ability.py 17 def Distance(self): return self._tab.Get(flatbuffers.number_types.Uint32Flags, self._tab.Pos + flatbuffers.number_types.UOffsetTFlags.py_type(4))
19 def CreateAbility(builder, id, distance):
21 builder.PrependUint32(distance)
Ability.go 29 func (rcv *Ability) Distance() uint32 {
36 func CreateAbility(builder *flatbuffers.Builder, id uint32, distance uint32) flatbuffers.UOffsetT {
38 builder.PrependUint32(distance)
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 44 unsigned Distance = 1;
45 EXPECT_TRUE(DNT<Expr>().isBaseOf(DNT<Expr>(), &Distance));
46 EXPECT_EQ(0u, Distance);
48 EXPECT_TRUE(DNT<Stmt>().isBaseOf(DNT<IfStmt>(), &Distance));
49 EXPECT_EQ(1u, Distance);
51 Distance = 3;
52 EXPECT_TRUE(DNT<DeclaratorDecl>().isBaseOf(DNT<ParmVarDecl>(), &Distance));
53 EXPECT_EQ(2u, Distance);
  /external/clang/lib/AST/
ASTTypeTraits.cpp 42 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const {
43 return isBaseOf(KindId, Other.KindId, Distance);
47 unsigned *Distance) {
54 if (Distance)
55 *Distance = Dist;
  /external/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 140 unsigned Distance = 0;
159 Distance = std::abs((long long)InstOffset - BlockToInstOffset[TBB])
161 return !HII->isJumpWithinBranchRange(&*FirstTerm, Distance);
172 Distance = std::abs((long long)InstOffset - BlockToInstOffset[FBB])
174 return !HII->isJumpWithinBranchRange(&*SecondTerm, Distance);
188 DEBUG(dbgs() << "Long distance jump. isExtendable("
  /external/v8/src/x64/
macro-assembler-x64.h 157 Label::Distance if_equal_distance = Label::kFar) {
163 Label::Distance if_equal_distance = Label::kFar) {
171 Label::Distance if_not_equal_distance = Label::kFar) {
177 Label::Distance if_not_equal_distance = Label::kFar) {
217 Label::Distance condition_met_distance = Label::kFar);
224 Label::Distance distance = Label::kFar) {
225 InNewSpace(object, scratch, zero, branch, distance);
233 Label::Distance distance = Label::kFar)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_common.i 50 template <class Iterator, class Category,class T, class Reference, class Pointer, class Distance>
51 struct iterator_traits<__reverse_bi_iterator<Iterator,Category,T,Reference,Pointer,Distance> > {
52 typedef Distance difference_type;
64 distance(_InputIterator __first, _InputIterator __last)
  /external/v8/src/ia32/
macro-assembler-ia32.h 85 Label::Distance if_equal_distance = Label::kFar) {
91 Label::Distance if_equal_distance = Label::kFar) {
99 Label::Distance if_not_equal_distance = Label::kFar) {
105 Label::Distance if_not_equal_distance = Label::kFar) {
134 Label::Distance condition_met_distance = Label::kFar);
138 Label::Distance condition_met_distance = Label::kFar);
143 Label::Distance distance = Label::kFar) {
144 InNewSpace(object, scratch, zero, branch, distance);
150 Label::Distance distance = Label::kFar)
844 JumpIfNotUniqueNameInstanceType(Operand(reg), not_unique_name, distance); local
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 88 Label::Distance if_equal_distance = Label::kFar) {
94 Label::Distance if_equal_distance = Label::kFar) {
102 Label::Distance if_not_equal_distance = Label::kFar) {
108 Label::Distance if_not_equal_distance = Label::kFar) {
137 Label::Distance condition_met_distance = Label::kFar);
141 Label::Distance condition_met_distance = Label::kFar);
146 Label::Distance distance = Label::kFar) {
147 InNewSpace(object, scratch, zero, branch, distance);
153 Label::Distance distance = Label::kFar)
826 JumpIfNotUniqueNameInstanceType(Operand(reg), not_unique_name, distance); local
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 38 static float Distance(const Point& p0, const Point& p1);
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 38 static float Distance(const Point& p0, const Point& p1);
  /external/skia/src/shaders/gradients/
SkTwoPointConicalGradient.h 56 SkScalar getCenterX1() const { return SkPoint::Distance(fCenter1, fCenter2); }
  /external/skqp/src/shaders/gradients/
SkTwoPointConicalGradient.h 56 SkScalar getCenterX1() const { return SkPoint::Distance(fCenter1, fCenter2); }
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 177 Distance = 105,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 177 Distance = 105,

Completed in 613 milliseconds

1 2 3 4 5 6 7