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

Function __Pyx_c_neg_float

eval/CIPO_evaluation/pycocotools/_mask.c:13835–13840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13833 }
13834 #endif
13835 static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_neg_float(__pyx_t_float_complex a) {
13836 __pyx_t_float_complex z;
13837 z.real = -a.real;
13838 z.imag = -a.imag;
13839 return z;
13840 }
13841 static CYTHON_INLINE int __Pyx_c_is_zero_float(__pyx_t_float_complex a) {
13842 return (a.real == 0) && (a.imag == 0);
13843 }

Callers 1

_mask.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected