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

Method FloatSqrt

lowlevelilinstruction.cpp:3630–3633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3628
3629
3630ExprId LowLevelILFunction::FloatSqrt(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3631{
3632 return AddExprWithLocation(LLIL_FSQRT, loc, size, flags, a);
3633}
3634
3635
3636ExprId LowLevelILFunction::FloatNeg(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