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

Function __Pyx_c_sum_float

eval/CIPO_evaluation/pycocotools/_mask.c:13785–13790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13783 return (a.real == b.real) && (a.imag == b.imag);
13784 }
13785 static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sum_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {
13786 __pyx_t_float_complex z;
13787 z.real = a.real + b.real;
13788 z.imag = a.imag + b.imag;
13789 return z;
13790 }
13791 static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_diff_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {
13792 __pyx_t_float_complex z;
13793 z.real = a.real - b.real;

Callers 1

_mask.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected