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

Function __operatorSub

NULLC/translation/std_math.cpp:714–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
717}
718float2 __operatorMul(float2 a_0, float2 b_8, void* unused)
719{
720 return float2__((*(&(&a_0)->x)) * (*(&(&b_8)->x)), (*(&(&a_0)->y)) * (*(&(&b_8)->y)), (void*)0);

Callers 1

reflectFunction · 0.85

Calls 3

float2__Function · 0.85
float3__Function · 0.85
float4__Function · 0.85

Tested by

no test coverage detected