Home
last modified time | relevance | path

Searched full:floating (Results 1 – 25 of 81) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md319 #### 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/
Du32tof32.yaml18 title: Conversions between integer and floating point types
84 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
Du32tof64.yaml18 title: Conversions between integer and floating point types
84 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
Di32tof32.yaml18 title: Conversions between integer and floating point types
84 …Load different values (objects, strings, types, 32-bit floating point values, 32-bit integer value…
Di64tof64.yaml18 title: Conversions between integer and floating point types
99 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
Di32tof64.yaml18 title: Conversions between integer and floating point types
84 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
Df32tof64.yaml18 title: Conversions between integer and floating point types
94 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
Di64tof32.yaml18 title: Conversions between integer and floating point types
86 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
Du64tof32.yaml18 title: Conversions between integer and floating point types
105 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
Du64tof64.yaml18 title: Conversions between integer and floating point types
105 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
Df64tof32.yaml18 title: Conversions between integer and floating point types
102 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
Dfneg.64.yaml18 title: Floating-point unary
20 Perform specified floating-point operation on accumulator
Dfneg.yaml18 title: Floating-point unary
20 Perform specified floating-point operation on accumulator
Du32tou1.yaml67 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
Di64toi32.yaml74 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
Du32tou16.yaml66 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
Du32toi8.yaml71 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
Di64tou1.yaml75 …Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer value…
Du64toi32.yaml71 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
Du32toi16.yaml71 …Load different values (objects, strings, types, 64-bit floating point values, 64-bit integer value…
/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml16 - 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/
Dmath_helpers.h64 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/
Dbug_2107_1.pa37 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
Dbug_2107_2.pa39 # Load different values (objects, strings, types, 64-bit floating point values, 32-bit integer va…
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.cpp36 …// This conflict is solved by keeping alive weak reference. A small amount of floating garbage may… in Update()

1234