Searched refs:max_bound (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | dynamic_update_slice_util.cc | 60 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/ |
D | fixedpoint.h | 495 const double max_bound = static_cast<double>(ScalarRawMax()); 499 max_bound)));
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 27334 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()
|