Searched full:converted (Results 1 – 25 of 25) sorted by relevance
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | f64tou32.yaml | 112 …description: If converted integer is less than minimal value for destination type, the result is m… 135 …description: If converted integer is greater than maximum value for destination type, the result i…
|
| D | f64tou64.yaml | 115 …description: If converted integer is less than minimal value for destination type, the result is m… 141 …description: If converted integer is greater than maximum value for destination type, the result i…
|
| D | f64toi32.yaml | 128 …description: If converted integer is less than minimal value for destination type, the result is m… 156 …description: If converted integer is greater than maximum value for destination type, the result i…
|
| D | f64toi64.yaml | 125 …description: If converted integer is less than minimal value for destination type, the result is m… 151 …description: If converted integer is greater than maximum value for destination type, the result i…
|
| D | u64tou1.yaml | 21 If converted integer is not equal to zero, the result is 1.
|
| D | u32tou1.yaml | 21 If converted integer is not equal to zero, the result is 1.
|
| D | i64tou1.yaml | 21 If converted integer is not equal to zero, the result is 1.
|
| D | i32tou1.yaml | 21 If converted integer is not equal to zero, the result is 1.
|
| D | jeqz.obj.yaml | 419 …- description: Beyond max forward jump for imm16, 3 + 40000 + 3 = 40006 bytes. Converted to jnez.o… 438 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jnez.obj …
|
| D | jnez.obj.yaml | 418 …- description: Beyond max forward jump for imm16, 3 + 40000 + 3 = 40006 bytes. Converted to jeqz.o… 436 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jeqz.obj …
|
| D | jeq.obj.yaml | 907 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jne.ob… 924 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jne.obj +…
|
| D | jlt.yaml | 864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + … 882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp…
|
| D | jne.yaml | 864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jne + … 882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jne + jmp…
|
| D | jeq.yaml | 868 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jeq + … 886 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jeq + jmp…
|
| D | jne.obj.yaml | 910 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jeq.ob… 927 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jeq.obj +…
|
| D | jle.yaml | 864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + … 882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp…
|
| D | jge.yaml | 864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + … 882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp…
|
| D | jgt.yaml | 864 …- description: Beyond max forward jump for imm16, 40000 + 4 + 3 = 40007 bytes. Converted to jgt + … 882 …- description: Beyond max backward jump for imm16, 5 + 40000 = 40005 bytes. Converted to jgt + jmp…
|
| D | stobj.64.yaml | 414 …description: If field type is f32, accumulator content will be implicitly converted from f64 to f3…
|
| /ark/ts2abc/ts2panda/scripts/ |
| D | generate_js_bytecode.py | 32 help='the converted target file')
|
| /ark/runtime_core/assembler/ |
| D | meta.cpp | 140 auto converted = res.Value(); in CreatePrimitiveValue() local 141 if (converted > max_value) { in CreatePrimitiveValue() 145 return ScalarValue::Create<type>(converted); in CreatePrimitiveValue()
|
| /ark/runtime_core/docs/ |
| D | assembly_format.md | 28 …e prefixed with `0x`. They are first converted to a bit representation that corresponds to a hex, …
|
| /ark/runtime_core/isa/ |
| D | isa.yaml | 1827 …- If converted integer is less than minimal value for destination type, the result is minimal valu… 1829 …- If converted integer is greater than maximum value for destination type, the result is maximum v… 2012 - If converted integer is not equal to zero, the result is 1.
|
| /ark/js_runtime/ecmascript/ |
| D | js_object.cpp | 928 …// accessor property. Preserve the existing values of the converted property’s [[Configurable]] and in ValidateAndApplyPropertyDescriptor() 932 … // data property. Preserve the existing values of the converted property’s [[Configurable]] and in ValidateAndApplyPropertyDescriptor()
|
| D | js_bigint.cpp | 507 …THROW_RANGE_ERROR_AND_RETURN(thread, "The number cannot be converted to a BigInt because it is not… in NumberToBigInt()
|