Home
last modified time | relevance | path

Searched full:fit (Results 1 – 25 of 110) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_abi.h51 * - INTEGER This class consists of integral types that fit into one of the general
53 - SSE The class consists of types that fit into a vector register.
54 - SSEUP The class consists of types that fit into a vector register and can be passed
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/06.widening_union_conversion/
Dspec8.sts22 let b: int = a // ok, literals fit type 'int'
23 let c: number = a // ok, literals fit type 'number'
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DIntl.sts26 export type ListFormatLocaleMatcher = "lookup" | "best fit"
33 export type RelativeTimeFormatLocaleMatcher = "lookup" | "best fit"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_var/
Ddecl-var-n.sts22 …let d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the variable t…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_arr/
Dcomp-arr-n.sts22 // constant expression doesn't fit in array type range
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_field/
Ddecl-field-n.sts22 …public d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the field t…
Ddecl-st-field-n.sts22 …public static d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/decl_const/
Ddecl-const-n.sts22 …const d: {{c.to_type}} = {{c.expr|safe}} // constant expression value doesn't fit in the constant…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/assn_var/
Dassn-var-n.sts24 d = {{c.expr|safe}} // constant expression value doesn't fit in the variable type range
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/comp_obj/
Dcomp-intf-n.sts24 // constant expression value doesn't fit in the field type range
Dcomp-clss-n.sts24 // constant expression doesn't fit in the field type range
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_cons/
Dcall-cons-n.sts27 // constant expression value doesn't fit in the parameter type range
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_lmbd/
Dcall-lmbd-n.sts23 // constant expression value doesn't fit in parameter type range
Dcall-lmbd-n2.sts25 // expression value may fit in parameter type range but it is not a constant expression
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_func/
Dcall-func-n.sts24 let x = foo({{c.expr|safe}}) // constant expression doesn't fit in the parameter type range
/arkcompiler/ets_runtime/ecmascript/
Djs_segmenter.cpp101 …Let matcher be ? GetOption(options, "localeMatcher", string, « "lookup", "best fit" », "best fit"). in InitializeSegmenter()
105 {"lookup", "best fit"}, LocaleMatcherOption::BEST_FIT); in InitializeSegmenter()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/03.constant_narrowing_integer_conversion/call_meth/
Dcall-meth-n.sts27 let x = a.meth({{c.expr|safe}}) // const expression value doesn't fit in parameter range
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dobject_repository.cpp191 auto fIt = frames_.find(id); in GetProperties() local
192 if (fIt != frames_.end()) { in GetProperties()
194 return fIt->second; in GetProperties()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_list_format_test.cpp122 { "localeMatcher", "best fit" }, in HWTEST_F_L0()
180 { "localeMatcher", "best fit" }, in HWTEST_F_L0()
196 { "localeMatcher", "best fit" }, in HWTEST_F_L0()
211 { "localeMatcher", "best fit" }, in HWTEST_F_L0()
235 { "localeMatcher", "best fit" }, in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/
Dindex.css66 height: fit-content !important;
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldstatic.yaml244 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
284 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
323 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
356 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
/arkcompiler/runtime_core/isa/
Dasserts.rb35 assert('Non-prefixed instruction opcodes and prefixes should fit one byte') do
47 assert('All instructions for a prefix should fit one byte') do
/arkcompiler/runtime_core/static_core/isa/
Dasserts.rb35 assert('Non-prefixed instruction opcodes and prefixes should fit one byte') do
47 assert('All instructions for a prefix should fit one byte') do
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.html.js64 grid-template-rows: repeat(auto-fit, 30px);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dmemlayout.cpp27 * they cannot be fit in a pair of registers.

12345