Home
last modified time | relevance | path

Searched full:opposite (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/
Drequired_example.ets18 desc: Type Required<T> is opposite to Partial<T>, and constructs a type with all properties of T se…
Drequired_example_neg.ets19 …Type Required<T> is opposite to Partial<T>, and constructs a type with all properties of T set to …
Drequired_no_fields.ets20 …Type Required<T> is opposite to Partial<T>, and constructs a type with all properties of T set to …
/arkcompiler/runtime_core/docs/
Dglossary.md51 i.e. it treats anything inside object boundaries like a reference. Opposite term: **Precise GC**.
69 extract references to the objects. Opposite term: **Conservative GC**.
Don-stack-replacement.md7 Under the OSR, we mean the transition from interpreter code to optimized code. Opposite transition …
/arkcompiler/runtime_core/static_core/docs/
Dglossary.md51 i.e. it treats anything inside object boundaries like a reference. Opposite term: **Precise GC**.
69 extract references to the objects. Opposite term: **Conservative GC**.
Don-stack-replacement.md7 Under the OSR, we mean the transition from interpreter code to optimized code. Opposite transition …
Dimport-export.md456 …rting, new names can be given. This action is similar to importing but with the opposite direction.
563 …rting, new names can be given. This action is similar to importing but with the opposite direction.
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtype_system.md30 - `-` contrvariant, direction of suptyping of parameter is in opposite to such of type.
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md30 - `-` contrvariant, direction of suptyping of parameter is in opposite to such of type.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfadd2.yaml164 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
231 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
310 The sum of opposite infinities or the difference of the same sign infinities is NaN.
317 # Sum of opposite Inf-s
Dfadd2.64.yaml164 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
231 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
310 The sum of opposite infinities or the difference of the same sign infinities is NaN.
317 # Sum of opposite Inf-s
Dfsub2.yaml147 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
209 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
282 The sum of opposite infinities or the difference of the same sign infinities is NaN.
Dfsub2.64.yaml147 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
209 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
282 The sum of opposite infinities or the difference of the same sign infinities is NaN.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfadd2.yaml164 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
231 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
310 The sum of opposite infinities or the difference of the same sign infinities is NaN.
317 # Sum of opposite Inf-s
Dfadd2.64.yaml164 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
231 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
310 The sum of opposite infinities or the difference of the same sign infinities is NaN.
317 # Sum of opposite Inf-s
Dfsub2.yaml147 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
209 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
282 The sum of opposite infinities or the difference of the same sign infinities is NaN.
Dfsub2.64.yaml147 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
209 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.
282 The sum of opposite infinities or the difference of the same sign infinities is NaN.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dbridges.md17 We bypass the graph in the opposite direction from the `target` instruction to the `source` and we …
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.cpp156 // Don't reuse CONNECT_SPLIT_SIBLINGS SpillFills to avoid insertion of two opposite spill fill in CreateSpillFillForSplitMove()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.cpp159 // Don't reuse CONNECT_SPLIT_SIBLINGS SpillFills to avoid insertion of two opposite spill fill in CreateSpillFillForSplitMove()
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml1106 - The sum of opposite infinities or the difference of the same-sign infinities is NaN.
1113 …- The sum of two infinities of the same sign or the difference of two infinities of opposite signs…
1195 - The sum of opposite infinities or the difference of the same-sign infinities is NaN.
1202 …- The sum of two infinities of the same sign or the difference of two infinities of opposite sign …
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md341 …rting, new names can be given. This action is similar to importing but with the opposite direction.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst3830 - Operand infinity results in the infinity of the opposite sign.
3831 - Operand zero results in zero of the opposite sign.
4106 - Negative, where \|n| :math:`\geq{}` \|d|, and *n* and *d* have opposite signs.
4464 todo: The sum of two infinities of opposite sign should be NaN, but it is -NaN
4535 - The operands are two infinities of the opposite signs.
4539 - The sum of two zeros of opposite sign is positive zero.
4542 - The sum of two nonzero finite values of the same magnitude and opposite sign
D5_generics.rst796 Type ``Required<T>`` is opposite to ``Partial<T>``, and constructs a type with

12