Home
last modified time | relevance | path

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

1234567891011

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DGlobal.sts62 * Parses floating point number from `String`
189 * Checks if `Double` value is a floating point value (not a `NaN` or `Infinity`)
193 * @returns `true` if the argument is a floating point value, `false` otherwise.
200 * Checks if `double` value is a floating point value (not a `NaN` or `Infinity`)
204 * @returns `true` if the argument is a floating point value, `false` otherwise.
211 * Checks if `Float` value is a floating point value (not a `NaN` or `Infinity`)
215 * @returns `true` if the argument is a floating point value, `false` otherwise.
222 * Checks if `float` value is a floating point value (not a `NaN` or `Infinity`)
226 * @returns `true` if the argument is a floating point value, `false` otherwise.
233 * Checks if `byte` value is a floating point value (not a `NaN` or `Infinity`)
[all …]
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DOverride-4.sts27 foo(x: Floating): String { return "B.foo(Floating)" }
37 assert(new B().foo(new Double()) == "B.foo(Floating)");
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DFloat.sts21 export final class Float extends Floating implements Comparable<Float>, JSONable<Float> {
122 * Number of significant precision bits in this floating type
299 * Checks if float is a floating point value (not a NaN or infinity)
303 * @returns true if the argument is a floating point value
310 * Checks if the underlying float is a floating point value (not a NaN or infinity)
312 * @returns true if the underlying float is a floating point value
360 …* Performs floating point addition of this instance with provided one, returns the result as new i…
371 …* Performs floating point subtraction of this instance with provided one, returns the result as ne…
382 …* Performs floating point multiplication of this instance with provided one, returns the result as…
393 …* Performs floating point division of this instance with provided one, returns the result as new i…
[all …]
DDouble.sts21 export final class Double extends Floating implements Comparable<Double>, JSONable<Double> {
182 * Number of significant precision bits in this floating type
395 * isFinite(double) checks if double is a floating point value (not a NaN or infinity)
399 * @returns true if the argument is a floating point value
407 * isFinite() checks if the underlying double is a floating point value (not a NaN or infinity)
409 * @returns true if the underlying double is a floating point value
463 …* Performs floating point addition of this instance with provided one, returns the result as new i…
475 …* Performs floating point subtraction of this instance with provided one, returns the result as ne…
487 …* Performs floating point multiplication of this instance with provided one, returns the result as…
499 …* Performs floating point division of this instance with provided one, returns the result as new i…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.narrowing_reference_casting_conversions/
Dpredef_ref_prim.params.yaml35 - { dtype: Float, stype: Floating, pval: 0.00001f }
38 - { dtype: Double, stype: Floating, pval: '0.00000000001' }
Dpredef_ref.params.yaml47 - { dtype: Float, stype: Floating, pval: 0.00001f }
52 - { dtype: Double, stype: Floating, pval: '0.00000000001' }
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D3_types.rst464 floating-point types (see :ref:`Floating-Point Types and Operations`), the
475 floating-point type
657 Floating-Point Types and Operations
667 | | floating-point numbers | |
668 | | floating-point numbers | |
671 | ``double`` | floating-point numbers | ``Double`` |
676 floating-point number
678 |LANG| provides a number of operators to act on floating-point type values as
710 - Cast operator (see :ref:`Cast Expressions`) that converts a floating-point
714 floating-point type, converts the floating-point type operand to type
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/
Dboxing2_call.params.yaml61 - type: Floating
69 - type: Floating
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/
Dwidening_refs.params.yaml28 - { stype: Float, expr: new Float(0.00001 as float), dtype: Floating }
30 - { stype: Double, expr: new Double(0.00000000001 as double), dtype: Floating }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/comp_obj/
Dcomp-clss.params.yaml398 - type: '(p: Floating) => float'
399 init_value: '(p: Floating) => 0.0f'
405 - type: '(p: Numeric) => Floating'
408 - type: '(p: Floating) => Floating'
409 init_value: '(p: Floating) => 0.0f'
411 - type: '(p: float) => Floating'
418 - type: '(p: Floating) => Numeric'
419 init_value: '(p: Floating) => 0.0f'
428 - type: '(p: Floating) => Object'
429 init_value: '(p: Floating) => 0.0f'
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_abstract_mapping.def42 /* str/load floating point */
115 /* Floating CvtOp int2float */
125 /* Floating CvtOp float2int */
135 /* Floating CvtOp float2float */
Dx64_fp_simd_regs.def17 * - %xmm0–%xmm1 used to pass and return floating point arguments
18 - %xmm2–%xmm7 used to pass floating point arguments
/arkcompiler/runtime_core/static_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/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…
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…
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…
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
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…
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…
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…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/comp_arr/
Dcomp-arr.params.yaml327 - type: '(p: Floating) => float'
332 - type: '(p: Numeric) => Floating'
334 - type: '(p: Floating) => Floating'
336 - type: '(p: float) => Floating'
341 - type: '(p: Floating) => Numeric'
348 - type: '(p: Floating) => Object'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/assn_var/
Dassn-var.params.yaml327 - type: '(p: Floating) => float'
332 - type: '(p: Numeric) => Floating'
334 - type: '(p: Floating) => Floating'
336 - type: '(p: float) => Floating'
341 - type: '(p: Floating) => Numeric'
348 - type: '(p: Floating) => Object'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/decl_var/
Ddecl-var.params.yaml327 - type: '(p: Floating) => float'
332 - type: '(p: Numeric) => Floating'
334 - type: '(p: Floating) => Floating'
336 - type: '(p: float) => Floating'
341 - type: '(p: Floating) => Numeric'
348 - type: '(p: Floating) => Object'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/call_cons/
Dcall-cons.params.yaml327 - type: '(p: Floating) => float'
332 - type: '(p: Numeric) => Floating'
334 - type: '(p: Floating) => Floating'
336 - type: '(p: float) => Floating'
341 - type: '(p: Floating) => Numeric'
348 - type: '(p: Floating) => Object'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/call_lmbd/
Dcall-lmbd.params.yaml327 - type: '(p: Floating) => float'
332 - type: '(p: Numeric) => Floating'
334 - type: '(p: Floating) => Floating'
336 - type: '(p: float) => Floating'
341 - type: '(p: Floating) => Numeric'
348 - type: '(p: Floating) => Object'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/call_meth/
Dcall-meth.params.yaml327 - type: '(p: Floating) => float'
332 - type: '(p: Numeric) => Floating'
334 - type: '(p: Floating) => Floating'
336 - type: '(p: float) => Floating'
341 - type: '(p: Floating) => Numeric'
348 - type: '(p: Floating) => Object'

1234567891011