Home
last modified time | relevance | path

Searched refs:SPECIAL_VALUE (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dcmathmodule.c100 #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()