Searched full:floating (Results 1 – 25 of 270) sorted by relevance
1234567891011
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Global.sts | 62 * 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/ |
| D | Override-4.sts | 27 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/ |
| D | Float.sts | 21 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 …]
|
| D | Double.sts | 21 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/ |
| D | predef_ref_prim.params.yaml | 35 - { dtype: Float, stype: Floating, pval: 0.00001f } 38 - { dtype: Double, stype: Floating, pval: '0.00000000001' }
|
| D | predef_ref.params.yaml | 47 - { dtype: Float, stype: Floating, pval: 0.00001f } 52 - { dtype: Double, stype: Floating, pval: '0.00000000001' }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 3_types.rst | 464 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/ |
| D | boxing2_call.params.yaml | 61 - type: Floating 69 - type: Floating
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/ |
| D | widening_refs.params.yaml | 28 - { 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/ |
| D | comp-clss.params.yaml | 398 - 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/ |
| D | x64_abstract_mapping.def | 42 /* str/load floating point */ 115 /* Floating CvtOp int2float */ 125 /* Floating CvtOp float2int */ 135 /* Floating CvtOp float2float */
|
| D | x64_fp_simd_regs.def | 17 * - %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/ |
| 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/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 | 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 | 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…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| 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 | 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 | 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…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/comp_arr/ |
| D | comp-arr.params.yaml | 327 - 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/ |
| D | assn-var.params.yaml | 327 - 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/ |
| D | decl-var.params.yaml | 327 - 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/ |
| D | call-cons.params.yaml | 327 - 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/ |
| D | call-lmbd.params.yaml | 327 - 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/ |
| D | call-meth.params.yaml | 327 - 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