/external/libtextclassifier/native/utils/calendar/ |
D | calendar_test.cc | 34 DatetimeGranularity granularity; in TEST_F() local 40 /*prefer_future_for_unspecified_date=*/false, &time, &granularity); in TEST_F() 46 DatetimeGranularity granularity; in TEST_F() local 54 /*prefer_future_for_unspecified_date=*/false, &time, &granularity)); in TEST_F() 61 /*prefer_future_for_unspecified_date=*/false, &time, &granularity)); in TEST_F() 67 DatetimeGranularity granularity; in TEST_F() local 78 /*prefer_future_for_unspecified_date=*/false, &time, &granularity)); in TEST_F() 87 /*prefer_future_for_unspecified_date=*/false, &time, &granularity)); in TEST_F() 98 /*prefer_future_for_unspecified_date=*/false, &time, &granularity)); in TEST_F() 104 DatetimeGranularity granularity; in TEST_F() local [all …]
|
D | calendar-common.h | 46 DatetimeGranularity* granularity) const; 57 bool RoundToGranularity(DatetimeGranularity granularity, 95 DatetimeGranularity* granularity) const { in InterpretParseData() argument 100 *granularity = GetGranularity(parse_data); in InterpretParseData() 184 TC3_CALENDAR_CHECK(RoundToGranularity(*granularity, calendar)) in InterpretParseData() 247 DatetimeGranularity granularity, TCalendar* calendar) const { in RoundToGranularity() argument 252 switch (granularity) { in RoundToGranularity()
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | quantization_spec.md | 57 dot-product in the kernel implementation, allowing more quantization granularity 114 granularity: per-tensor 118 granularity: per-tensor 122 granularity: per-tensor 128 granularity: per-tensor 132 granularity: per-tensor 139 granularity: per-tensor 143 granularity: per-tensor 150 granularity: per-tensor 154 granularity: per-axis (dim = 0) [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.shaderImageFootprint.frag | 8 layout (location = 3) in flat int granularity; 40 ret2D = textureFootprintNV(sample2D, P2, granularity, true, fp2D); 45 granularity2D = fp2D.granularity; 47 ret2D = textureFootprintNV(sample2D, P2, granularity, true, fp2D, bias); 52 granularity2D += fp2D.granularity; 54 ret2D = textureFootprintClampNV(sample2D, P2, lodClamp, granularity, true, fp2D); 59 granularity2D += fp2D.granularity; 61 ret2D = textureFootprintClampNV(sample2D, P2, lodClamp, granularity, true, fp2D, bias); 66 granularity2D += fp2D.granularity; 68 ret2D = textureFootprintLodNV(sample2D, P2, lod, granularity, true, fp2D); [all …]
|
/external/deqp-deps/glslang/Test/ |
D | spv.shaderImageFootprint.frag | 8 layout (location = 3) in flat int granularity; 40 ret2D = textureFootprintNV(sample2D, P2, granularity, true, fp2D); 45 granularity2D = fp2D.granularity; 47 ret2D = textureFootprintNV(sample2D, P2, granularity, true, fp2D, bias); 52 granularity2D += fp2D.granularity; 54 ret2D = textureFootprintClampNV(sample2D, P2, lodClamp, granularity, true, fp2D); 59 granularity2D += fp2D.granularity; 61 ret2D = textureFootprintClampNV(sample2D, P2, lodClamp, granularity, true, fp2D, bias); 66 granularity2D += fp2D.granularity; 68 ret2D = textureFootprintLodNV(sample2D, P2, lod, granularity, true, fp2D); [all …]
|
/external/libtextclassifier/native/annotator/ |
D | test-utils.h | 43 MATCHER_P2(IsDateResult, time_ms_utc, granularity, "") { 46 Value(arg.datetime_parse_result.granularity, granularity); 49 MATCHER_P2(IsDatetimeResult, time_ms_utc, granularity, "") { 52 Value(arg.datetime_parse_result.granularity, granularity); 64 MATCHER_P4(IsDatetimeSpan, start, end, time_ms_utc, granularity, "") { 72 arg.classification[0].datetime_parse_result.granularity == granularity;
|
D | types.cc | 146 << data.granularity << ", /*datetime_components=*/ "; in operator <<() 343 DatetimeGranularity granularity = DatetimeGranularity::GRANULARITY_UNKNOWN; in GetFinestGranularityFromComponentTypes() local 347 if (granularity < DatetimeGranularity::GRANULARITY_YEAR) { in GetFinestGranularityFromComponentTypes() 348 granularity = DatetimeGranularity::GRANULARITY_YEAR; in GetFinestGranularityFromComponentTypes() 353 if (granularity < DatetimeGranularity::GRANULARITY_MONTH) { in GetFinestGranularityFromComponentTypes() 354 granularity = DatetimeGranularity::GRANULARITY_MONTH; in GetFinestGranularityFromComponentTypes() 359 if (granularity < DatetimeGranularity::GRANULARITY_WEEK) { in GetFinestGranularityFromComponentTypes() 360 granularity = DatetimeGranularity::GRANULARITY_WEEK; in GetFinestGranularityFromComponentTypes() 366 if (granularity < DatetimeGranularity::GRANULARITY_DAY) { in GetFinestGranularityFromComponentTypes() 367 granularity = DatetimeGranularity::GRANULARITY_DAY; in GetFinestGranularityFromComponentTypes() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-const-10.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 13 ; Test a byte-granularity replicate with an arbitrary value. 21 ; Test a byte-granularity replicate with the highest useful value. 29 ; Test a halfword-granularity replicate with the lowest useful value. 37 ; Test a halfword-granularity replicate with an arbitrary value. 45 ; Test a halfword-granularity replicate with the highest useful value. 53 ; Test a word-granularity replicate with the lowest useful positive value. 61 ; Test a word-granularity replicate with the highest in-range value. 69 ; Test a word-granularity replicate with the next highest value. 78 ; Test a word-granularity replicate with the lowest in-range value. [all …]
|
D | vec-const-09.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 13 ; Test a byte-granularity replicate with an arbitrary value. 21 ; Test a byte-granularity replicate with the highest useful value. 29 ; Test a halfword-granularity replicate with the lowest useful value. 37 ; Test a halfword-granularity replicate with an arbitrary value. 45 ; Test a halfword-granularity replicate with the highest useful value. 53 ; Test a word-granularity replicate with the lowest useful positive value. 61 ; Test a word-granularity replicate with the highest in-range value. 69 ; Test a word-granularity replicate with the next highest value. 78 ; Test a word-granularity replicate with the lowest in-range value. [all …]
|
D | vec-const-12.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 13 ; Test a byte-granularity replicate with an arbitrary value. 21 ; Test a byte-granularity replicate with the highest useful value. 29 ; Test a halfword-granularity replicate with the lowest useful value. 37 ; Test a halfword-granularity replicate with an arbitrary value. 45 ; Test a halfword-granularity replicate with the highest useful value. 53 ; Test a word-granularity replicate with the lowest useful positive value. 61 ; Test a word-granularity replicate with the highest in-range value. 69 ; Test a word-granularity replicate with the next highest value. 78 ; Test a word-granularity replicate with the lowest in-range value. [all …]
|
D | vec-const-11.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 14 ; Test a byte-granularity replicate with an arbitrary value. 23 ; Test a byte-granularity replicate with the highest useful value. 32 ; Test a halfword-granularity replicate with the lowest useful value. 41 ; Test a halfword-granularity replicate with an arbitrary value. 50 ; Test a halfword-granularity replicate with the highest useful value. 59 ; Test a word-granularity replicate with the lowest useful positive value. 68 ; Test a word-granularity replicate with the highest in-range value. 77 ; Test a word-granularity replicate with the next highest value. 87 ; Test a word-granularity replicate with the lowest in-range value. [all …]
|
D | vec-const-08.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 14 ; Test a byte-granularity replicate with an arbitrary value. 23 ; Test a byte-granularity replicate with the highest useful value. 32 ; Test a halfword-granularity replicate with the lowest useful value. 41 ; Test a halfword-granularity replicate with an arbitrary value. 50 ; Test a halfword-granularity replicate with the highest useful value. 59 ; Test a word-granularity replicate with the lowest useful positive value. 68 ; Test a word-granularity replicate with the highest in-range value. 77 ; Test a word-granularity replicate with the next highest value. 87 ; Test a word-granularity replicate with the lowest in-range value. [all …]
|
D | vec-const-16.ll | 5 ; Test a word-granularity replicate with the lowest value that cannot use 14 ; Test a word-granularity replicate that has the lower 17 bits set. 22 ; Test a word-granularity replicate that has the upper 15 bits set. 30 ; Test a word-granularity replicate that has middle bits set. 38 ; Test a word-granularity replicate with a wrap-around mask. 46 ; Test a doubleword-granularity replicate with the lowest value that cannot 55 ; Test a doubleword-granularity replicate that has the lower 22 bits set. 63 ; Test a doubleword-granularity replicate that has the upper 45 bits set. 71 ; Test a doubleword-granularity replicate that has middle bits set. 79 ; Test a doubleword-granularity replicate with a wrap-around mask.
|
D | vec-const-15.ll | 5 ; Test a word-granularity replicate with the lowest value that cannot use 14 ; Test a word-granularity replicate that has the lower 17 bits set. 22 ; Test a word-granularity replicate that has the upper 15 bits set. 30 ; Test a word-granularity replicate that has middle bits set. 38 ; Test a word-granularity replicate with a wrap-around mask. 46 ; Test a doubleword-granularity replicate with the lowest value that cannot 55 ; Test a doubleword-granularity replicate that has the lower 22 bits set. 63 ; Test a doubleword-granularity replicate that has the upper 45 bits set. 71 ; Test a doubleword-granularity replicate that has middle bits set. 79 ; Test a doubleword-granularity replicate with a wrap-around mask.
|
D | vec-const-18.ll | 5 ; Test a word-granularity replicate with the lowest value that cannot use 14 ; Test a word-granularity replicate that has the lower 17 bits set. 22 ; Test a word-granularity replicate that has the upper 15 bits set. 30 ; Test a word-granularity replicate that has middle bits set. 38 ; Test a word-granularity replicate with a wrap-around mask. 46 ; Test a doubleword-granularity replicate with the lowest value that cannot 55 ; Test a doubleword-granularity replicate that has the lower 22 bits set. 63 ; Test a doubleword-granularity replicate that has the upper 45 bits set. 71 ; Test a doubleword-granularity replicate that has middle bits set. 79 ; Test a doubleword-granularity replicate with a wrap-around mask.
|
D | vec-const-17.ll | 5 ; Test a word-granularity replicate with the lowest value that cannot use 15 ; Test a word-granularity replicate that has the lower 17 bits set. 24 ; Test a word-granularity replicate that has the upper 15 bits set. 33 ; Test a word-granularity replicate that has middle bits set. 42 ; Test a word-granularity replicate with a wrap-around mask. 51 ; Test a doubleword-granularity replicate with the lowest value that cannot 61 ; Test a doubleword-granularity replicate that has the lower 22 bits set. 70 ; Test a doubleword-granularity replicate that has the upper 45 bits set. 79 ; Test a doubleword-granularity replicate that has middle bits set. 88 ; Test a doubleword-granularity replicate with a wrap-around mask.
|
D | vec-const-07.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 16 ; Test a byte-granularity replicate with an arbitrary value. 27 ; Test a byte-granularity replicate with the highest useful value. 38 ; Test a halfword-granularity replicate with the lowest useful value. 49 ; Test a halfword-granularity replicate with an arbitrary value. 60 ; Test a halfword-granularity replicate with the highest useful value. 71 ; Test a word-granularity replicate with the lowest useful positive value. 82 ; Test a word-granularity replicate with the highest in-range value. 93 ; Test a word-granularity replicate with the next highest value. 105 ; Test a word-granularity replicate with the lowest in-range value. [all …]
|
D | vec-const-14.ll | 5 ; Test a word-granularity replicate with the lowest value that cannot use 15 ; Test a word-granularity replicate that has the lower 17 bits set. 24 ; Test a word-granularity replicate that has the upper 15 bits set. 33 ; Test a word-granularity replicate that has middle bits set. 42 ; Test a word-granularity replicate with a wrap-around mask. 51 ; Test a doubleword-granularity replicate with the lowest value that cannot 61 ; Test a doubleword-granularity replicate that has the lower 22 bits set. 70 ; Test a doubleword-granularity replicate that has the upper 45 bits set. 79 ; Test a doubleword-granularity replicate that has middle bits set. 88 ; Test a doubleword-granularity replicate with a wrap-around mask.
|
D | vec-const-13.ll | 5 ; Test a word-granularity replicate with the lowest value that cannot use 17 ; Test a word-granularity replicate that has the lower 17 bits set. 28 ; Test a word-granularity replicate that has the upper 15 bits set. 39 ; Test a word-granularity replicate that has middle bits set. 50 ; Test a word-granularity replicate with a wrap-around mask. 61 ; Test a doubleword-granularity replicate with the lowest value that cannot 73 ; Test a doubleword-granularity replicate that has the lower 22 bits set. 84 ; Test a doubleword-granularity replicate that has the upper 45 bits set. 95 ; Test a doubleword-granularity replicate that has middle bits set. 106 ; Test a doubleword-granularity replicate with a wrap-around mask.
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | philox_random_test_utils.h | 36 const int granularity = Distribution::kResultElementCount; in FillRandoms() local 38 CHECK(size % granularity == 0) in FillRandoms() 39 << " size: " << size << " granularity: " << granularity; in FillRandoms() 42 for (int i = 0; i < size; i += granularity) { in FillRandoms() 44 std::copy(&sample[0], &sample[0] + granularity, &p[i]); in FillRandoms()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkOpsRenderPass.cpp | 140 const VkExtent2D& granularity, in adjust_bounds_to_granularity() argument 144 if ((0 != granularity.width && 1 != granularity.width)) { in adjust_bounds_to_granularity() 146 int rightAdj = srcBounds.fRight % granularity.width; in adjust_bounds_to_granularity() 148 rightAdj = granularity.width - rightAdj; in adjust_bounds_to_granularity() 155 dstBounds->fLeft = srcBounds.fLeft - srcBounds.fLeft % granularity.width; in adjust_bounds_to_granularity() 163 if ((0 != granularity.height && 1 != granularity.height)) { in adjust_bounds_to_granularity() 165 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() 167 bottomAdj = granularity.height - bottomAdj; in adjust_bounds_to_granularity() 174 dstBounds->fTop = srcBounds.fTop - srcBounds.fTop % granularity.height; in adjust_bounds_to_granularity() 200 const VkExtent2D& granularity = fCurrentRenderPass->granularity(); in beginRenderPass() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 341 VkExtent2D granularity = { 0u, 0u }; in iterate() local 342 vk.getRenderAreaGranularity(device, *m_renderPass, &granularity); in iterate() 343 TCU_CHECK(granularity.width >= 1 && granularity.height >= 1); in iterate() 344 …TCU_CHECK(prePassGranularity.width == granularity.width && prePassGranularity.height == granularit… in iterate() 345 …TCU_CHECK(granularity.width <= m_context.getDeviceProperties().limits.maxFramebufferWidth && granu… in iterate() 350 …Log::Message << "Horizontal granularity: " << granularity.width << " Vertical granularity: " << gr… in iterate()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_util.h | 38 etna_align_up(uint32_t value, uint32_t granularity) in etna_align_up() argument 40 return (value + (granularity - 1)) & (~(granularity - 1)); in etna_align_up()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.shaderImageFootprint.frag.out | 27 Name 24 "granularity" 33 MemberName 28(gl_TextureFootprint2DNV) 4 "granularity" 62 MemberName 390(gl_TextureFootprint3DNV) 4 "granularity" 81 Decorate 24(granularity) Flat 82 Decorate 24(granularity) Location 3 118 24(granularity): 23(ptr) Variable Input 173 25: 11(int) Load 24(granularity) 216 74: 11(int) Load 24(granularity) 276 127: 11(int) Load 24(granularity) 335 176: 11(int) Load 24(granularity) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.shaderImageFootprint.frag.out | 27 Name 24 "granularity" 33 MemberName 28(gl_TextureFootprint2DNV) 4 "granularity" 62 MemberName 390(gl_TextureFootprint3DNV) 4 "granularity" 81 Decorate 24(granularity) Flat 82 Decorate 24(granularity) Location 3 118 24(granularity): 23(ptr) Variable Input 173 25: 11(int) Load 24(granularity) 216 74: 11(int) Load 24(granularity) 276 127: 11(int) Load 24(granularity) 335 176: 11(int) Load 24(granularity) [all …]
|