Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dbit.inl10 GLM_FUNC_QUALIFIER genIUType highestBitValue(genIUType Value)
32 GLM_FUNC_QUALIFIER genIUType lowestBitValue(genIUType Value)
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dround.inl216 GLM_FUNC_QUALIFIER bool isPowerOfTwo(genType Value)
223 GLM_FUNC_QUALIFIER vecType<bool, P> isPowerOfTwo(vecType<T, P> const & Value)
283 GLM_FUNC_QUALIFIER bool isMultiple(genType Value, genType Multiple)
289 GLM_FUNC_QUALIFIER vecType<bool, P> isMultiple(vecType<T, P> const & Value, T Multiple)
295 …GLM_FUNC_QUALIFIER vecType<bool, P> isMultiple(vecType<T, P> const & Value, vecType<T, P> const & …
Dbitfield.inl278 GLM_FUNC_QUALIFIER genIUType bitfieldFillOne(genIUType Value, int FirstBit, int BitCount)
284 …GLM_FUNC_QUALIFIER vecType<T, P> bitfieldFillOne(vecType<T, P> const& Value, int FirstBit, int Bit…
290 GLM_FUNC_QUALIFIER genIUType bitfieldFillZero(genIUType Value, int FirstBit, int BitCount)
296 …GLM_FUNC_QUALIFIER vecType<T, P> bitfieldFillZero(vecType<T, P> const& Value, int FirstBit, int Bi…
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_integer.inl143 GLM_FUNC_QUALIFIER int compute_findMSB_32(genIUType Value)
161 GLM_FUNC_QUALIFIER int compute_findMSB_64(genIUType Value)
261 GLM_FUNC_QUALIFIER genIUType bitfieldExtract(genIUType Value, int Offset, int Bits)
267 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldExtract(vecType<T, P> const & Value, int Offset, int Bits)
332 GLM_FUNC_QUALIFIER int findLSB(genIUType Value)
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp141 struct Value { struct in gfxstream::vk::__anonf74761080111::AstcDecoderContextCache
142 AstcencContextUniquePtr context = nullptr;
143 astcenc_error error = ASTCENC_SUCCESS;
/hardware/interfaces/security/secretkeeper/aidl/vts/
Ddice_sample.rs90 fn ed25519_public_key_to_cbor_value(public_key: &[u8]) -> Value { in ed25519_public_key_to_cbor_value()
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DBurst.cpp40 using Value = Burst::ThreadSafeMemoryCache::Value; typedef
/hardware/google/aemu/base/
DOptional_unittest.cpp290 TEST(Optional, Value) { in TEST() argument
/hardware/interfaces/graphics/mapper/stable-c/implutils/
Dimpltests.cpp348 using Value = typename StandardMetadata<T>::value; in encode() typedef
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp224 using Value = typename StandardMetadata<T>::value; in getStandardMetadata() typedef
253 using Value = typename StandardMetadata<T>::value; in setStandardMetadata() typedef