MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / FloatAbs

Method FloatAbs

lowlevelilinstruction.cpp:3642–3645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3640
3641
3642ExprId LowLevelILFunction::FloatAbs(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3643{
3644 return AddExprWithLocation(LLIL_FABS, loc, size, flags, a);
3645}
3646
3647
3648ExprId LowLevelILFunction::FloatToInt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 4

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected