Searched refs:SIN (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dssin.S12 | Output: The function value sin(X) or cos(X) returned in Fp0 if SIN or
16 | Modifies: Fp0 for SIN or COS; both Fp0 and Fp1 for SINCOS.
29 | SIN and COS:
30 | 1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1.
52 | 8. (|X|<2**(-40)) If SIN is invoked, return X; otherwise return 1.
67 | SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where
72 | SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where
78 | 7. (|X|<2**(-40)) SIN(X) = X and COS(X) = 1. Exit.
153 |--SIN(X) = X FOR DENORMALIZED X
223 |--GET N+ADJN AND SEE IF SIN(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dpc.h311 #define SIN 0x01 /* service indicator */ macro
H A Dmessage.c5924 add_p(tplci,SIN,"\x02\x01\x00");
8896 add_p(plci,SIN,"\x02\x00\x00");
9402 add_p(plci,SIN,"\x02\x00\x00");
14879 add_p(plci,SIN,"\x02\x00\x00");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S4920 # SIN and COS: #
4921 # 1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1. #
4944 # 8. (|X|<2**(-40)) If SIN is invoked, return X; #
4961 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
4966 # SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where #
4972 # 7. (|X|<2**(-40)) SIN(X) = X and COS(X) = 1. Exit. #
5067 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
5075 #--THEN WE RETURN SGN*SIN(R). SGN*SIN(R) IS COMPUTED BY
5119 fmul.x %fp1,%fp0 # SIN(
[all...]
H A Dfpsp.S5026 # SIN and COS: #
5027 # 1. If SIN is invoked, set AdjN := 0; otherwise, set AdjN := 1. #
5050 # 8. (|X|<2**(-40)) If SIN is invoked, return X; #
5067 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
5072 # SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where #
5078 # 7. (|X|<2**(-40)) SIN(X) = X and COS(X) = 1. Exit. #
5173 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
5181 #--THEN WE RETURN SGN*SIN(R). SGN*SIN(R) IS COMPUTED BY
5225 fmul.x %fp1,%fp0 # SIN(
[all...]

Completed in 150 milliseconds