cos
return(50.0 * (1 - cos(dtor(D)))); /* sec 67 #3 */
dx = -cos(angle);
anglefactor = cos((anglefactor * b->spread) + GAMMA);
dx = -cos(angle);
double cos(double);
#define cos(x) __tg_full(x, cos)
PROTO_NORMAL(cos);
z = cos(M_PI*(0.5-z));
c = cos(x);
z = -cos(x+x);
c = cos(x);
z = -cos(x+x);
c = cos(x);
z = cos(x+x);
c = cos(y);
z = cos(y+y);
case 0: temp = sin(x)-cos(x); break;
case 1: temp = -sin(x)-cos(x); break;
case 2: temp = -sin(x)+cos(x); break;
case 3: temp = sin(x)+cos(x); break;
case 0: temp = cos(x)+sin(x); break;
case 1: temp = -cos(x)+sin(x); break;
case 2: temp = -cos(x)-sin(x); break;
case 3: temp = cos(x)-sin(x); break;
w = cos(creal (z)) * ch - (sin (creal (z)) * sh) * I;
w = cosh (x) * cos (y) + (sinh (x) * sin (y)) * I;
w = r * cos (y) + r * sin (y) * I;
DEF_STD(cos);
LDBL_MAYBE_CLONE(cos);
w = r * cos (theta) + (r * sin (theta)) * I;
w = sin (creal(z)) * ch + (cos (creal(z)) * sh) * I;
w = sinh (x) * cos (y) + (cosh (x) * sin (y)) * I;
d = cos (2.0 * creal (z)) + cosh (2.0 * cimag (z));
d = cosh (2.0 * x) + cos (2.0 * y);
{"cos", cos, 3.92699081698724139500E-1, 9.23873901367187500000E-1,
{"cos", cos, 7.85398163397448278999E-1, 7.07092285156250000000E-1,
{"cos", cos, 1.17809724509617241850E0, 3.82675170898437500000E-1,
{"cos", cos, 1.96349540849362069750E0, -3.82690429687500000000E-1,
{"cos", cos, 2.35619449019234483700E0, -7.07107543945312500000E-1,
{"cos", cos, 2.74889357189106897650E0, -9.23889160156250000000E-1,
{"cos", cos, 3.14159265358979311600E0, -1.00000000000000000000E0,
double cos (double);
{"cos", cos, 8388607., -1.2349580912475928183718E-1, 0},
{"cos", cos, &PIO2, 6.1232339957367574e-17, 1},
{"cos", cos, &NAN, &NAN, 0},
{"cos", cos, &ZERO, &ONE, 0},
{"cos", cos, &MZERO, &ONE, 0},
{"cos", cos, &INF, &NAN, 0},
{"cos", cos, &MINF, &NAN, 0},
double cos (double);
{"cos", cos, &PIO4, &SQRTH, 0},
{"cos", cos, 32767., 9.8226335176928229845654E-1, 0},
#define F cos
CMPLXL(cos(finites[i]), sin(finites[i])),
CMPLXL(cos(finites[i]), sin(finites[i])),
copysign(0, cos(nums[i]))), DBL_ULP());
test_even_tol(ccos, z, CMPLXL(cos(nums[i]),
test_odd_tol(csinh, z, CMPLXL(copysign(0, cos(nums[i])),
test_even_tol(ccosh, z, CMPLXL(cos(nums[i]),
testall(cos, INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
testall(cos, -INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
testall(cos, NAN, NAN, ALL_STD_EXCEPT, 0);
ATF_CHECK(cos(d_pi_odd[i]) == -1.0);
ATF_CHECK(cos(-d_pi_odd[i]) == -1.0);
ATF_CHECK(cos(d_pi_odd[i] * 2) == 1.0);
ATF_CHECK(cos(-d_pi_odd[i] * 2) == 1.0);
testall(cos, 0xd.50ee515fe4aea16p-114L, 1.0,
testacc(cos, 0.70556358769838947292L, 0.76124620693117771850L,
testacc(cos, -0.34061437849088045332L, 0.94254960031831729956L,
testall(cos, 0.0, 1.0, ALL_STD_EXCEPT, 0);
testall(cos, -0.0, 1.0, ALL_STD_EXCEPT, 0);
d = cos (1 / d);
int32_t mag[2][2], phs[2][2], cos[2], sin[2];
cos[i] = ((phs[i][0] - phs[i][1]) * SHIFT) / DELPT;
min = MIN(abs(sin[i]), abs(cos[i]));
max = MAX(abs(sin[i]), abs(cos[i]));
cos[i] = (cos[i] * SCALE) / div;
f1 = cos[0] - cos[1];
rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
rxphs = phs[0][0] + (sin[0] * txmag - cos[0] * txphs) / SCALE;
u_int32_t cos;
u_int32_t cos;
u = cos(getfval(x)); break;
uint32_t hdr, ver, vlan, cos, en, sid, index;
cos = (hdr & ERSPAN2_COS_MASK) >> ERSPAN2_COS_SHIFT;
printf(" cos %u", cos);