Searched defs:one (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/test/aottest/pgo_ldobjbyvalue_array/ |
| D | pgo_ldobjbyvalue_array.ts | 30 static one: BigInteger = BigInteger.nbv(1); property in BigInteger
|
| /arkcompiler/ets_runtime/test/moduletest/multiargs/ |
| D | multiargs.js | 31 function one(x) function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | dtoa_helper.cpp | 157 const DiyFp one(uint64_t(1) << static_cast<uint32_t>(-mp.e_), mp.e_); in DigitGen() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | instruction_combine_test.cpp | 808 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/ |
| D | dtoa_helper.cpp | 100 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/ |
| D | aarch64_validbit_opt.cpp | 506 … ImmOperand &one = static_cast<AArch64CGFunc *>(cgFunc)->CreateImmOperand(1, k8BitSize, false); in Run() local
|
| D | aarch64_global.cpp | 914 ImmOperand &one = aarch64CGFunc.CreateImmOperand(eorImm, k8BitSize, false); in Optimize() local
|
| D | aarch64_cgfunc.cpp | 5010 Operand *one = nullptr; in SelectRecip() local 9431 ImmOperand &one = CreateImmOperand(1, k64BitSize, false); in SelectMPLProfCounterInc() local
|
| D | aarch64_peep.cpp | 6137 … ImmOperand &one = static_cast<AArch64CGFunc *>(&cgFunc)->CreateImmOperand(1, k8BitSize, false); in Run() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1738 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/ |
| D | llvm_ir_builder.cpp | 2132 constexpr double one = 1.0; in VisitExp() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_native_inline_lowering.cpp | 610 constexpr double one = 1.0; in LowerMathExp() local
|