MCPcopy Create free account
hub / github.com/WheretIB/nullc / __operatorAdd

Function __operatorAdd

NULLC/translation/std_math.cpp:710–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708 return *(&ret_12);
709}
710float2 __operatorAdd(float2 a_0, float2 b_8, void* unused)
711{
712 return float2__((*(&(&a_0)->x)) + (*(&(&b_8)->x)), (*(&(&a_0)->y)) + (*(&(&b_8)->y)), (void*)0);
713}
714float2 __operatorSub(float2 a_0, float2 b_8, void* unused)
715{
716 return float2__((*(&(&a_0)->x)) - (*(&(&b_8)->x)), (*(&(&a_0)->y)) - (*(&(&b_8)->y)), (void*)0);

Callers

nothing calls this directly

Calls 3

float2__Function · 0.85
float3__Function · 0.85
float4__Function · 0.85

Tested by

no test coverage detected