Home
last modified time | relevance | path

Searched defs:one (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/pgo_ldobjbyvalue_array/
Dpgo_ldobjbyvalue_array.ts30 static one: BigInteger = BigInteger.nbv(1); property in BigInteger
/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js31 function one(x) function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.cpp157 const DiyFp one(uint64_t(1) << static_cast<uint32_t>(-mp.e_), mp.e_); in DigitGen() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp808 auto one = b.Int32(1); in HWTEST_F_L0() local
990 auto one = b.Int64(1); in HWTEST_F_L0() local
1011 auto one = b.Int32(1); in HWTEST_F_L0() local
1044 auto one = b.Int64(1); in HWTEST_F_L0() local
1065 auto one = b.Int32(1); in HWTEST_F_L0() local
1098 auto one = b.Int64(1); in HWTEST_F_L0() local
1112 auto one = b.Int32(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp100 const DiyFp one(uint64_t(1) << -Mp.e, Mp.e); in DigitGen() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp506 … ImmOperand &one = static_cast<AArch64CGFunc *>(cgFunc)->CreateImmOperand(1, k8BitSize, false); in Run() local
Daarch64_global.cpp914 ImmOperand &one = aarch64CGFunc.CreateImmOperand(eorImm, k8BitSize, false); in Optimize() local
Daarch64_cgfunc.cpp5010 Operand *one = nullptr; in SelectRecip() local
9431 ImmOperand &one = CreateImmOperand(1, k64BitSize, false); in SelectMPLProfCounterInc() local
Daarch64_peep.cpp6137 … ImmOperand &one = static_cast<AArch64CGFunc *>(&cgFunc)->CreateImmOperand(1, k8BitSize, false); in Run() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1738 auto one = llvm::ConstantInt::get(type, 1); in CreateIsInf() local
1858 auto one = is64 ? builder_.getInt64(1) : builder_.getInt32(1); in CreateRoundArm64() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2132 constexpr double one = 1.0; in VisitExp() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp610 constexpr double one = 1.0; in LowerMathExp() local