Searched refs:avalue (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/internal/
H A DditSRGB8ConversionTest.cpp44 const deUint32 avalue = (au & ((0x1u << 31u) - 1u)); local
48 return avalue + bvalue + 1u;
49 else if (avalue < bvalue)
50 return bvalue - avalue;
52 return avalue - bvalue;
/external/clang/test/SemaCXX/
H A Dflexible-array-test.cpp12 void QMap<Key, T>::insert(const Key &, const T &avalue) argument
14 v = avalue;
/external/libdrm/amdgpu/
H A Dutil_hash.c112 unsigned akey, void *avalue,
121 node->value = avalue;
111 util_hash_create_node(struct util_hash *hash, unsigned akey, void *avalue, struct util_node **anextNode) argument
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c109 unsigned akey, void *avalue,
118 node->value = avalue;
108 cso_hash_create_node(struct cso_hash *hash, unsigned akey, void *avalue, struct cso_node **anextNode) argument
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp712 double avalue = fabs(value); local
714 sprintf( buf, fmt[0.01 <= avalue && avalue < 1000], value );
752 double avalue = fabs((double)value); local
754 sprintf( buf, fmt[0.01 <= avalue && avalue < 1000], value );
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp2520 const deUint32 avalue = (au & ((0x1u << 31u) - 1u)); local
2524 return avalue + bvalue + 1u;
2525 else if (avalue < bvalue)
2526 return bvalue - avalue;
2528 return avalue - bvalue;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 174 milliseconds