Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc60 llvm::Value* max_bound = b->CreateSub(output_dim_size, update_dim_size); in EmitDynamicUpdateSliceInPlaceImpl() local
72 max_bound, start_multi_index[i]), in EmitDynamicUpdateSliceInPlaceImpl()
73 max_bound, start_multi_index[i]); in EmitDynamicUpdateSliceInPlaceImpl()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h495 const double max_bound = static_cast<double>(ScalarRawMax());
499 max_bound)));
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp27334 const auto max_bound = m_device->props.limits.viewportBoundsRange[1]; in TEST_F() local
27336 const auto one_past_max_bounds = NearestGreater(max_bound); in TEST_F()
27351 {{max_bound, 0.0, 1.0, 64.0, 0.0, 1.0}, "VUID-VkViewport-x-01232"}, in TEST_F()
27352 {{0.0, max_bound, 64.0, 1.0, 0.0, 1.0}, "VUID-VkViewport-y-01233"}, in TEST_F()
27391 const auto max_bound = limits.viewportBoundsRange[1]; in NegHeightViewportTests() local
27393 const auto one_past_max_bound = NearestGreater(max_bound); in NegHeightViewportTests()
27401 … {{0.0, max_bound, 64.0, 1.0, 0.0, 1.0}, {"VUID-VkViewport-y-01233"}}}; in NegHeightViewportTests()