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

Function __operatorDiv

NULLC/translation/std_math.cpp:722–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 return float2__((*(&(&a_0)->x)) * (*(&(&b_8)->x)), (*(&(&a_0)->y)) * (*(&(&b_8)->y)), (void*)0);
721}
722float2 __operatorDiv(float2 a_0, float2 b_8, void* unused)
723{
724 return float2__((*(&(&a_0)->x)) / (*(&(&b_8)->x)), (*(&(&a_0)->y)) / (*(&(&b_8)->y)), (void*)0);
725}
726float2 __operatorMul(float2 a_0, float b_8, void* unused)
727{
728 return float2__((*(&(&a_0)->x)) * (*(&b_8)), (*(&(&a_0)->y)) * (*(&b_8)), (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