Searched defs:s_values (Results 1 – 4 of 4) sorted by relevance
/external/emma/core/java12/com/vladium/util/ |
D | IntegerFactory.java | 50 private static final IntObjectMap s_values = new IntObjectMap (16661); field in IntegerFactory
|
/external/pytorch/aten/src/ATen/native/sparse/ |
D | SparseTensorMath.cpp | 448 Tensor s_values = src._values().to(commonDtype); in add_out_sparse_contiguous() local 529 Tensor s_values = src._values().to(commonDtype); in add_out_sparse_non_contiguous() local 870 const auto s_values = s._values(); in intersection_binary_op_sparse_dense_out() local 1116 Tensor s_values = src._values().to(commonDtype); in mul_out_sparse_cpu() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 64 static const float s_values[] = {1.0f, 3.5f, 2.0f, -2.0f, 0.0f, 3.0f, 10.0f, 4.8f, in getMinLodForCell() local 71 static const float s_values[] = {0.0f, 0.2f, 0.7f, 0.4f, 1.3f, 0.0f, 0.5f, 1.2f, -2.0f, in getMaxLodForCell() local
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 77 static const float s_values[] = {1.0f, 3.5f, 2.0f, -2.0f, 0.0f, 3.0f, 10.0f, 4.8f, in getMinLodForCell() local 84 static const float s_values[] = {0.0f, 0.2f, 0.7f, 0.4f, 1.3f, 0.0f, 0.5f, 1.2f, -2.0f, in getMaxLodForCell() local
|