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

Function test

tests/TestMisc.cpp:124–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122float2 f2;\r\n\
123float3 f3;\r\n\
124float4 f4;\r\n\
125float4x4 test(float4x4 p){ p.row1.y *= 2.0f; return p; }\r\n\
126Float test(Float p){ p.x *= 2.0f; return p; }\r\n\
127float2 test(float2 p){ p.y *= 2.0f; return p; }\r\n\
128float3 test(float3 p){ p.y *= 2.0f; return p; }\r\n\

Callers 12

TestFunctions.cppFile · 0.70
TestMisc.cppFile · 0.70
TestNamespace.cppFile · 0.70
TestInference.cppFile · 0.70
TestGeneric.cppFile · 0.70
TestPostExpr.cppFile · 0.70
TestClasses.cppFile · 0.70
TestGC.cppFile · 0.70
TestDefault.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected