Home
last modified time | relevance | path

Searched defs:c_abs (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dcomplexobject.h22 #define c_abs _Py_c_abs macro
/external/python/cpython2/Objects/
Dcomplexobject.c191 c_abs(Py_complex z) in c_abs() function
/external/pffft/
Dfftpack.c65 static real c_abs(f77complex *c) { return sqrt(c->r*c->r + c->i*c->i); } in c_abs() function