Searched refs:SPECIAL_VALUE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 100 #define SPECIAL_VALUE(z, table) \ macro 131 SPECIAL_VALUE(z, acos_special_values); in c_acos() 172 SPECIAL_VALUE(z, acosh_special_values); in c_acosh() 224 SPECIAL_VALUE(z, asinh_special_values); in c_asinh() 312 SPECIAL_VALUE(z, atanh_special_values); in c_atanh() 531 SPECIAL_VALUE(z, log_special_values); in c_log() 700 SPECIAL_VALUE(z, sqrt_special_values); in c_sqrt()
|
/external/python/cpython3/Modules/ |
D | cmathmodule.c | 182 #define SPECIAL_VALUE(z, table) \ macro 223 SPECIAL_VALUE(z, acos_special_values); in cmath_acos_impl() 266 SPECIAL_VALUE(z, acosh_special_values); in cmath_acosh_impl() 321 SPECIAL_VALUE(z, asinh_special_values); in cmath_asinh_impl() 413 SPECIAL_VALUE(z, atanh_special_values); in cmath_atanh_impl() 632 SPECIAL_VALUE(z, log_special_values); in c_log() 814 SPECIAL_VALUE(z, sqrt_special_values); in cmath_sqrt_impl()
|