Home
last modified time | relevance | path

Searched defs:Trunc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h436 IntVal Trunc(PrimType newType) const in Trunc() function
467 IntVal Trunc(uint8 newWidth, bool isSigned) const in Trunc() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_const.h139 void Trunc(uint8 width) in Trunc() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp802 JSTaggedValue BuiltinsMath::Trunc(EcmaRuntimeCallInfo *argv) in Trunc() function in panda::ecmascript::builtins::BuiltinsMath
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp786 Expr LMIRBuilder::Trunc(Type *fromType, Type *toType, Expr opnd) in Trunc() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_math_test.cpp3883 HWTEST_F_L0(BuiltinsMathTest, Trunc) in HWTEST_F_L0() argument