MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / das_result_float

Function das_result_float

src/misc/daScriptC.cpp:545–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543vec4f das_result_uint64 ( unsigned long long r ) { return cast<unsigned long long>::from(r); }
544vec4f das_result_bool ( int r ) { return cast<bool>::from(r != 0); }
545vec4f das_result_float ( float r ) { return cast<float>::from(r); }
546vec4f das_result_double ( double r ) { return cast<double>::from(r); }
547vec4f das_result_string ( char * r ) { return cast<char *>::from(r); }
548vec4f das_result_ptr ( void * r ) { return cast<void *>::from(r); }

Callers 7

c_fast_inv_sqrtFunction · 0.85
c_fast_lerpFunction · 0.85
c_call_function_implFunction · 0.85
c_call_lambda_implFunction · 0.85
c_call_block_implFunction · 0.85
c_point_distanceFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected