Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp68 * MAX_SAFE_INTEGER is a max integer value that can be used as a float without losing precision.
Dstd_core_Double.cpp281 * MAX_SAFE_INTEGER is a max integer value that can be used as a double without losing precision.
/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.h453 // 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/amd64/
Dencode.cpp2801 // 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/aarch32/
Dencode.cpp1193 // 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.cpp68 // Max integer that can be represented in float/double without losing precision