Home
last modified time | relevance | path

Searched refs:s_values (Results 1 – 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DIntegerFactory.java24 synchronized (s_values) in getInteger()
26 final Object _result = s_values.get (value); in getInteger()
31 s_values.put (value, result); in getInteger()
50 private static final IntObjectMap s_values = new IntObjectMap (16661); field in IntegerFactory
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp65 static const float s_values[] = in getMinLodForCell() local
84 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMinLodForCell()
89 static const float s_values[] = in getMaxLodForCell() local
109 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMaxLodForCell()
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp64 static const float s_values[] = in getMinLodForCell() local
83 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMinLodForCell()
88 static const float s_values[] = in getMaxLodForCell() local
108 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMaxLodForCell()