MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_memory_set_double

Function __hxcpp_memory_set_double

include/hx/StdLibs.h:698–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696
697inline void __hxcpp_memory_set_byte(Array<unsigned char> inBuffer ,int addr,int v) { inBuffer->GetBase()[addr] = v; }
698inline void __hxcpp_memory_set_double(Array<unsigned char> inBuffer ,int addr,double v) {
699 return __hxcpp_align_set_float64((unsigned char *)inBuffer->GetBase(), addr,v);
700}
701inline void __hxcpp_memory_set_float(Array<unsigned char> inBuffer ,int addr,float v) {
702 return __hxcpp_align_set_float32((unsigned char *)inBuffer->GetBase(), addr,v);
703}

Callers 1

setFloatMethod · 0.85

Calls 1

Tested by

no test coverage detected