Home
last modified time | relevance | path

Searched full:losing (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp67 * MAX_SAFE_INTEGER is a max integer value that can be used as a float without losing precision.
Dstd_core_Double.cpp294 * MAX_SAFE_INTEGER is a max integer value that can be used as a double without losing precision.
/arkcompiler/ets_runtime/common_components/mutator/
Dmutator.cpp136 // Avoid losing wake-ups in SuspendForStw()
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md173 needed forms. Thus we save on opcode space without losing in encoding size (on average).
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md173 needed forms. Thus we save on opcode space without losing in encoding size (on average).
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h457 // Max integer that can be represented in float/double without losing precision
/arkcompiler/runtime_core/isa/
Disa.yaml34 …The main goal of using accumulator is to improve encoding density without losing much in performan…
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml34 …The main goal of using accumulator is to improve encoding density without losing much in performan…
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1194 // Check if it is safe, i.e. src can be represented in float/double without losing precision in EncodeIsSafeInteger()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2862 // Check if it is safe, i.e. src can be represented in float/double without losing precision in EncodeIsSafeInteger()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp700 // Check if it is safe, i.e. src can be represented in float/double without losing precision in EncodeIsSafeInteger()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp69 // Max integer that can be represented in float/double without losing precision