Home
last modified time | relevance | path

Searched refs:MAXIMUM (Results 1 – 25 of 54) sorted by relevance

123

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckWidths.java39 MINIMUM, MAXIMUM enumConstant
79 case MAXIMUM: in Limit()
140 case MAXIMUM: in hasProblem()
199 new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NONE)
205 new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NUMBERSYMBOLS)
212 … new Limit(2 * EM, 5 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS)
216 … new Limit(2 * EM, 3 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS)
220 … new Limit(5 * EM, 10 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS)
224 … new Limit(2 * EM, 3 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS)
229 … new Limit(10 * EM, 20 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS)
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DJapaneseCalendar.java435 case MAXIMUM: in handleGetLimit()
436 return super.handleGetLimit(field, MAXIMUM) - ERA_RULES.getStartYear(CURRENT_ERA); in handleGetLimit()
475 return handleGetLimit(YEAR, MAXIMUM); in getActualMaximum()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DJapaneseCalendar.java417 case MAXIMUM: in handleGetLimit()
418 return super.handleGetLimit(field, MAXIMUM) - ERA_RULES.getStartYear(CURRENT_ERA); in handleGetLimit()
456 return handleGetLimit(YEAR, MAXIMUM); in getActualMaximum()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
DTiesStrategy.java48 MAXIMUM, enumConstant
DNaturalRanking.java338 case MAXIMUM: // Replace ranks with maximum values in resolveTie()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Delementwise.cc180 case OperationType::MAXIMUM: { in GenerateCode()
243 case OperationType::MAXIMUM: in NewElementwiseNodeShader()
Delementwise_test.cc280 OperationType op_type = OperationType::MAXIMUM; in TEST()
294 OperationType op_type = OperationType::MAXIMUM; in TEST()
309 OperationType op_type = OperationType::MAXIMUM; in TEST()
324 OperationType op_type = OperationType::MAXIMUM; in TEST()
Dregistry.cc107 insert_elementwise_op(Type::MAXIMUM); in Registry()
/external/openssh/
Dkexgexs.c88 min = MAXIMUM(DH_GRP_MIN, min); in input_kex_dh_gex_request()
90 nbits = MAXIMUM(DH_GRP_MIN, nbits); in input_kex_dh_gex_request()
Dsftp-common.c246 ulen = MAXIMUM(strlen(user), 8); in ls_file()
247 glen = MAXIMUM(strlen(group), 8); in ls_file()
Dkex.c970 need = MAXIMUM(need, newkeys->enc.key_len); in kex_choose_conf()
971 need = MAXIMUM(need, newkeys->enc.block_size); in kex_choose_conf()
972 need = MAXIMUM(need, newkeys->enc.iv_len); in kex_choose_conf()
973 need = MAXIMUM(need, newkeys->mac.key_len); in kex_choose_conf()
974 dh_need = MAXIMUM(dh_need, cipher_seclen(newkeys->enc.cipher)); in kex_choose_conf()
975 dh_need = MAXIMUM(dh_need, newkeys->enc.block_size); in kex_choose_conf()
976 dh_need = MAXIMUM(dh_need, newkeys->enc.iv_len); in kex_choose_conf()
977 dh_need = MAXIMUM(dh_need, newkeys->mac.key_len); in kex_choose_conf()
Dmisc.h192 #define MAXIMUM(a, b) (((a) > (b)) ? (a) : (b)) macro
Dsftp.c860 m = MAXIMUM(m, strlen(d[n]->filename)); in do_ls_dir()
872 columns = MAXIMUM(columns, 1); in do_ls_dir()
1002 m = MAXIMUM(m, strlen(g.gl_pathv[i])); in do_globbed_ls()
1005 columns = MAXIMUM(columns, 1); in do_globbed_ls()
1812 m = MAXIMUM(m, strlen(list[y])); in complete_display()
1819 columns = MAXIMUM(columns, 1); in complete_display()
Dserverloop.c420 max_fd = MAXIMUM(connection_in, connection_out); in server_loop2()
421 max_fd = MAXIMUM(max_fd, notify_pipe[0]); in server_loop2()
Dchannels.c311 sc->channel_max_fd = MAXIMUM(sc->channel_max_fd, rfd); in channel_register_fds()
312 sc->channel_max_fd = MAXIMUM(sc->channel_max_fd, wfd); in channel_register_fds()
313 sc->channel_max_fd = MAXIMUM(sc->channel_max_fd, efd); in channel_register_fds()
413 max = MAXIMUM(max, c->rfd); in channel_find_maxfd()
414 max = MAXIMUM(max, c->wfd); in channel_find_maxfd()
415 max = MAXIMUM(max, c->efd); in channel_find_maxfd()
2502 n = MAXIMUM(*maxfdp, ssh->chanctxt->channel_max_fd);
4190 char strport[MAXIMUM(NI_MAXSERV, sizeof(sunaddr->sun_path))];
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DConstants.h52 MAXIMUM, enumerator
DVmaReplay.cpp1330 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice apiVersion", in Compare()
1332 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice driverVersion", in Compare()
1334 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice vendorID", in Compare()
1336 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice deviceID", in Compare()
1338 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice deviceType", in Compare()
1340 CompareOption(VERBOSITY::MAXIMUM, "PhysicalDevice deviceName", in Compare()
1474 if(memoryMatch && g_Verbosity == VERBOSITY::MAXIMUM) in CompareMemProps()
1723 if(g_Verbosity < VERBOSITY::MAXIMUM && m_WarningCount > MAX_WARNINGS_TO_SHOW) in ~Player()
1988 if(g_Verbosity < VERBOSITY::MAXIMUM) in IssueWarning()
2001 if(g_Verbosity == VERBOSITY::MAXIMUM) in InitVulkan()
[all …]
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dmaximum.ll393 ; CHECK-NEXT: [[MAXIMUM:%.*]] = call float @llvm.maximum.f32(float [[X:%.*]], float [[Y:%.*]])
394 ; CHECK-NEXT: ret float [[MAXIMUM]]
405 ; CHECK-NEXT: [[MAXIMUM:%.*]] = call nnan float @llvm.maximum.f32(float [[X:%.*]], float [[Y:%.*…
406 ; CHECK-NEXT: ret float [[MAXIMUM]]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise_test_util.cc571 op_def, OperationType::MAXIMUM, src_tensor_1.shape); in MaximumTest()
601 OperationType::MAXIMUM, attr); in MaximumWithScalarTest()
634 OperationType::MAXIMUM, attr); in MaximumWithConstantLinearTensorTest()
666 OperationType::MAXIMUM, attr); in MaximumWithConstantHWCTensorTest()
698 OperationType::MAXIMUM, attr); in MaximumWithConstantHWCTensorBroadcastChannelsTest()
Delementwise.cc117 case OperationType::MAXIMUM: in GetTwoInputCode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc306 node->operation.type = ToString(OperationType::MAXIMUM); in BuildCellStateUpdate()
416 node->operation.type = ToString(OperationType::MAXIMUM); in BuildOutputStateUpdate()
Doperations.h60 MAXIMUM, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/
DREADME.md38 * `MAXIMUM v1`
/external/mesa3d/src/intel/vulkan/
DgenX_state.c381 [VK_SAMPLER_REDUCTION_MODE_MAX_EXT] = MAXIMUM,
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration.proto269 MAXIMUM = 1; enumerator
281 optional Performance performance = 2 [default = MAXIMUM];

123