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

Function __Pyx_c_eq_float

eval/CIPO_evaluation/pycocotools/_mask.c:13782–13784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13780 #if CYTHON_CCOMPLEX
13781#else
13782 static CYTHON_INLINE int __Pyx_c_eq_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected