MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / __Pyx_c_prod_float

Function __Pyx_c_prod_float

eval/CIPO_evaluation/pycocotools/_mask.c:13797–13802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13795 return z;
13796 }
13797 static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prod_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {
13798 __pyx_t_float_complex z;
13799 z.real = a.real * b.real - a.imag * b.imag;
13800 z.imag = a.real * b.imag + a.imag * b.real;
13801 return z;
13802 }
13803 #if 1
13804 static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quot_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {
13805 if (b.imag == 0) {

Callers 2

_mask.cFile · 0.85
__Pyx_c_pow_floatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected