Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmath_helpers.h130 T Max(T a, T b) in Max() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h523 inline IntVal Max(const IntVal &a, const IntVal &b) in Max() function
530 inline IntVal Max(const IntVal &a, const IntVal &b, PrimType newType) in Max() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.cpp323 GateRef Max = Double(INT32_MAX); in DoubleCheckINFInRangeInt32() local
357 GateRef Max = Double(INT32_MAX); in DoubleInRangeInt32() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp505 JSTaggedValue BuiltinsMath::Max(EcmaRuntimeCallInfo *argv) in Max() function in panda::ecmascript::builtins::BuiltinsMath
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp680 Expr LMIRBuilder::Max(Type *type, Expr src1, Expr src2) in Max() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_math_test.cpp2676 HWTEST_F_L0(BuiltinsMathTest, Max) in HWTEST_F_L0() argument