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

Function __Pyx_c_is_zero_float

eval/CIPO_evaluation/pycocotools/_mask.c:13841–13843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
13844 static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conj_float(__pyx_t_float_complex a) {
13845 __pyx_t_float_complex z;
13846 z.real = a.real;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected