| 2869 | return __nullcCheckedRet(__nullcTR[121], (*(&a_0)), (void*)&a_0, (void*)&xyzw_4, (void*)&unused, 0); |
| 2870 | } |
| 2871 | float3 reflect(float3 normal_0, float3 dir_12, void* unused) |
| 2872 | { |
| 2873 | return __operatorSub(*(&dir_12), __operatorMul((float )((2.000000) * (double )(dot(&normal_0, &dir_12, (void*)0))), *(&normal_0), (void*)0), (void*)0); |
| 2874 | } |
| 2875 | int __init_std_math_nc() |
| 2876 | { |
| 2877 | static int moduleInitialized = 0; |
nothing calls this directly
no test coverage detected