HomeSort by: relevance | last modified time | path
    Searched refs:__one (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/noieee_src/
n_tan.c 48 a = copysign(x,__one); /* ... = abs(x) */
64 c = (z >= thresh ? __half-((z-__half)-cc) : __one-(z-cc));
n_sincos.c 60 a=copysign(x,__one);
69 a = (z >= thresh ? __half-((z-__half)-c) : __one-(z-c));
97 a=copysign(x,__one);
115 a = (z >= thresh ? __half-((z-__half)-c) : __one-(z-c));
trig.h 64 __one = 1, variable in typeref:typename:const double
83 extern const double __zero, __one, __negone, __half, __small, __big;

Completed in 21 milliseconds