Searched refs:sin (Results 1 - 4 of 4) sorted by relevance

/arch/um/drivers/
H A Dumcast_user.c24 struct sockaddr_in *sin; local
26 sin = uml_kmalloc(sizeof(struct sockaddr_in), UM_GFP_KERNEL);
27 if (sin == NULL) {
32 sin->sin_family = AF_INET;
34 sin->sin_addr.s_addr = in_aton(addr);
36 sin->sin_addr.s_addr = INADDR_ANY;
37 sin->sin_port = htons(port);
38 return sin;
/arch/m68k/fpsp040/
H A Dssin.S12 | Output: The function value sin(X) or cos(X) returned in Fp0 if SIN or
13 | COS is requested. Otherwise, for SINCOS, sin(X) is returned
45 | 6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r)
46 | where sin(r) is approximated by an odd polynomial in r
67 | SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where
68 | sin(r) and cos(r) are computed as odd and even polynomials
72 | SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where
73 | sin(r) and cos(r) are computed as odd and even polynomials
H A Ddo_func.S19 | sin(x) in fp0 and cos(x) in fp1.
/arch/m68k/ifpsp060/src/
H A Dfplsp.S4906 # fp0 = sin(X) or cos(X) #
4909 # fp0 = sin(X) #
4937 # 6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r) #
4938 # where sin(r) is approximated by an odd polynomial in r #
4961 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
4962 # sin(r) and cos(r) are computed as odd and even #
4966 # SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where #
4967 # sin(r) and cos(r) are computed as odd and even #
10629 fmov.s &0x80000000,%fp0 # return sin result in fp0
10633 fmov.s &0x00000000,%fp0 # return sin resul
[all...]

Completed in 162 milliseconds