Searched full:floating (Results 1 – 25 of 81) sorted by relevance
1234
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 319 #### Floating point unary arithmetic operations 321 * **FNEG**: returns the negation of its floating-point operand. 358 #### Floating-point binary arithmetic operations 360 * **FADD**: returns the sum of its two floating-point operands. 361 * **FSUB**: returns the difference of its two floating-point operands. 362 * **FMUL**: returns the product of its two floating-point operands. 363 * **FEXP**: returns the first floating-point operand raised to the power of the second floating-poi… 364 * **FDIV**: returns the quotient of its two floating-point operands. 365 * **FMOD**: returns the remainder from the division of its two floating-point operands. 399 #### Floating-point binary compare operations [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | u32tof32.yaml | 18 title: Conversions between integer and floating point types 84 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| D | u32tof64.yaml | 18 title: Conversions between integer and floating point types 84 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| D | i32tof32.yaml | 18 title: Conversions between integer and floating point types 84 …Load different values (objects, strings, types, 32-bit floating point values, 32-bit integer value…
|
| D | i64tof64.yaml | 18 title: Conversions between integer and floating point types 99 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
|
| D | i32tof64.yaml | 18 title: Conversions between integer and floating point types 84 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| D | f32tof64.yaml | 18 title: Conversions between integer and floating point types 94 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| D | i64tof32.yaml | 18 title: Conversions between integer and floating point types 86 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
|
| D | u64tof32.yaml | 18 title: Conversions between integer and floating point types 105 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
|
| D | u64tof64.yaml | 18 title: Conversions between integer and floating point types 105 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
|
| D | f64tof32.yaml | 18 title: Conversions between integer and floating point types 102 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
|
| D | fneg.64.yaml | 18 title: Floating-point unary 20 Perform specified floating-point operation on accumulator
|
| D | fneg.yaml | 18 title: Floating-point unary 20 Perform specified floating-point operation on accumulator
|
| D | u32tou1.yaml | 67 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| D | i64toi32.yaml | 74 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
|
| D | u32tou16.yaml | 66 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| D | u32toi8.yaml | 71 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| D | i64tou1.yaml | 75 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
|
| D | u64toi32.yaml | 71 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| D | u32toi16.yaml | 71 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 16 - title: Conversions between integer and floating point types 17 description: Conversion from floating-point types to integer one obeys the following
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | math_helpers.h | 64 static_assert(std::is_floating_point_v<T>, "T should be floating point type"); in operator() 91 static_assert(std::is_floating_point_v<T>, "T should be floating point type"); in operator() 109 static_assert(std::is_floating_point_v<T>, "T should be floating point type"); in operator()
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 37 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
|
| D | bug_2107_2.pa | 39 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers.cpp | 36 …// This conflict is solved by keeping alive weak reference. A small amount of floating garbage may… in Update()
|
1234