Home
last modified time | relevance | path

Searched refs:Zero (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/tests/
Dpose_test.cpp57 vec3_t start_position = vec3_t::Zero(); in TYPED_TEST()
82 vec3_t start_position = vec3_t::Zero(); in TYPED_TEST()
111 vec3_t start_position = vec3_t::Zero(); in TYPED_TEST()
137 vec3_t start_position = vec3_t::Zero(); in TYPED_TEST()
151 EXPECT_VEC3_NEAR(vec3_t::Zero(), nullified_pose[i].GetPosition(), in TYPED_TEST()
/frameworks/base/tools/aapt2/proto/
DProtoHelpers.cpp127 case Plural::Zero: in SerializePluralEnumToPb()
146 return Plural::Zero; in DeserializePluralEnumFromPb()
/frameworks/rs/rsov/compiler/
DGlobalMergePass.cpp97 ConstantInt *const Zero = ConstantInt::get(Int32Ty, 0); in runOnModule() local
98 Value *Idx[] = {Zero, nullptr}; in runOnModule()
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dpose.h19 position_(Eigen::Vector3<T>::Zero()) {} in Pose()
Dnumeric.h131 Derived1 result = Eigen::MatrixBase<Derived1>::Zero(); in RandomInRange()
/frameworks/rs/script_api/include/
Drs_matrix.rsh184 * col: Zero-based column of the element to be extracted.
185 * row: Zero-based row of the element to extracted.
562 * col: Zero-based column of the element to be set.
563 * row: Zero-based row of the element to be set.
/frameworks/base/tools/aapt2/
DResourceValues.h303 enum { Zero = 0, One, Two, Few, Many, Other, Count }; enumerator
DResourceValues.cpp870 if (values[Zero]) { in Print()
871 *out << " zero=" << *values[Zero]; in Print()
DResourceParser_test.cpp593 EXPECT_THAT(plural->values[Plural::Zero], IsNull()); in TEST_F()
DResourceParser.cpp1272 index = Plural::Zero; in ParsePlural()
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp564 plural->values[Plural::Zero] = std::move(item); in ParsePlural()
/frameworks/base/tools/aapt2/flatten/
DTableFlattener.cpp153 case Plural::Zero: in Visit()
/frameworks/base/proto/src/
Dipconnectivity.proto17 // after network N-1. Thus there is no PII involved here. Zero means no
/frameworks/ml/nn/common/operations/internal/reference/
Dreference_ops.h1561 FixedPointAccum sum_of_exps = FixedPointAccum::Zero(); in Softmax()
/frameworks/ml/nn/common/operations/internal/optimized/
Doptimized_ops.h2401 FixedPointAccum sum_of_exps = FixedPointAccum::Zero();