Home
last modified time | relevance | path

Searched defs:T27 (Results 1 – 4 of 4) sorted by relevance

/external/musl/src/math/
D__tanl.c43 T27 = 0.0000024196006108814377, /* 0x144c0d80cc6896.0p-71 */ variable
74 T27 = 0x1.b0f72d33eff7bfa2fbc1059d90b6p-18L, variable
/external/libcups/cups/
Dmd5.c73 # define T27 0xf4d50d87 macro
/external/python/cpython2/Modules/
Dmd5.c92 #define T27 /* 0xf4d50d87 */ (T_MASK ^ 0x0b2af278) macro
/external/python/cpython3/Modules/
Dmathmodule.c2514 const double T27 = 134217729.0; /* ldexp(1.0, 27) + 1.0) */ in vector_norm() local