Searched full:truncate (Results 1 – 25 of 38) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-helpers.cpp | 35 // The cast below is needed to truncate high 32bits from 64bit pointer in PreWrbFuncEntrypoint() 55 // The cast below is needed to truncate high 32bits from 64bit pointer in PostWrbUpdateCardFuncEntrypoint()
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | utils.py | 133 file.truncate() 258 file.truncate() 280 file.truncate()
|
| D | execution.py | 252 json_file.truncate() 1269 file.truncate() 1282 file.truncate() 2393 json_file.truncate() 2470 json_file.truncate() 2520 json_file.truncate() 2537 json_file.truncate() 2698 json_file.truncate() 2720 file.truncate()
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/ |
| D | run_javar8.py | 101 f.truncate() 104 f.truncate()
|
| D | run_java.py | 89 f.truncate()
|
| /arkcompiler/ets_runtime/script/ |
| D | build_resource_to_cpp.py | 51 cpp_file_object.truncate();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Double.cpp | 166 // truncate the arg val in StdCoreDoubleToExponential() 199 // truncate the arg val in StdCoreDoubleToPrecision() 232 // truncate the arg val in StdCoreDoubleToFixed()
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | prerun_proc.py | 108 script_file.truncate()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 267 /// or truncate the values if their original bit-width is greater than new one 290 /// or truncate the values if their original bit-width is greater than new one 420 /// @brief truncate value to the given bit-width in-place. 425 DEBUG_ASSERT(valBitSize >= bitWidth, "invalid bit-width for truncate");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/isa/ |
| D | isa.yaml | 138 vs.set(field, truncate(field, acc))
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 39 const size_t SUB_LEN = 6; // 6: Truncate the path length
|
| /arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/ |
| D | update.py | 132 json_file.truncate()
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | verify_sys_hap_abc.py | 146 f.truncate()
|
| /arkcompiler/ets_frontend/es2panda/test/size_statistics/ |
| D | size_statistics.py | 275 report.truncate()
|
| /arkcompiler/runtime_core/static_core/tests/test-lists/hermes/ |
| D | hermes-excluded.txt | 260 truncate-long-stack.js
|
| /arkcompiler/ets_frontend/arkguard/src/configs/preset/ |
| D | es_reserved_properties_optimized.json | 890 "truncate",
|
| /arkcompiler/ets_frontend/es2panda/test/parse_command/ |
| D | parse_command.py | 268 f.truncate()
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/ |
| D | size_compare.py | 185 report.truncate()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.h | 367 // If interval has range [begin, end) then SplitAt call will truncate it to [begin, ln) and
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 163 // truncate negative value to 0, leave positive value as is
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.h | 394 // If interval has range [begin, end) then SplitAt call will truncate it to [begin, ln) and
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 55 …/stored into records and arrays with corresponding bytecodes. In that case, VM will extend/truncate 2365 vs.set(field, truncate(field, acc)) 2441 v2.set(field, truncate(field, v1)) 2517 set_static(field, truncate(field, acc))
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | performance_build.py | 77 modified_file.truncate()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 353 // OverflowCheck can be removed if all its indirect users truncate input to int32
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_mop_split.h | 431 // If higher 32bits of immVal have 1, we will truncate and keep lower 32 bits. in MOP_wmovri32Split()
|
12