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

Function __Pyx_c_is_zero_double

eval/CIPO_evaluation/pycocotools/_mask.c:13995–13997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13993 return z;
13994 }
13995 static CYTHON_INLINE int __Pyx_c_is_zero_double(__pyx_t_double_complex a) {
13996 return (a.real == 0) && (a.imag == 0);
13997 }
13998 static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj_double(__pyx_t_double_complex a) {
13999 __pyx_t_double_complex z;
14000 z.real = a.real;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected