Home
last modified time | relevance | path

Searched refs:SIN (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/m68k/fpsp040/
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(R) OR COS(R) IS NEEDED
[all …]
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-xway.c147 MFP_XWAY(GPIO36, GPIO, SIN, NONE, EBU),
155 MFP_XWAY(GPIO44, GPIO, NONE, GPHY, SIN),
156 MFP_XWAY(GPIO45, GPIO, NONE, GPHY, SIN),
158 MFP_XWAY(GPIO47, GPIO, NONE, GPHY, SIN),
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dpc.h311 #define SIN 0x01 /* service indicator */ macro
Dmessage.c5943 add_p(tplci, SIN, "\x02\x01\x00"); in sig_ind()
8916 add_p(plci, SIN, "\x02\x00\x00"); in listen_check()
9423 add_p(plci, SIN, "\x02\x00\x00"); in CapiRelease()
14885 add_p(plci, SIN, "\x02\x00\x00"); in CapiRegister()
/linux-4.4.14/Documentation/arm/nwfpe/
DTODO11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
DREADME.FPE128 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
/linux-4.4.14/arch/m68k/ifpsp060/src/
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
Dfpsp.S5225 fmul.x %fp1,%fp0 # SIN(R')-R'
5327 #--SIN(X) = X FOR DENORMALIZED X
5459 fadd.s POSNEG1(%a6),%fp0 # SIN(X)
5532 fadd.x RPRIME(%a6),%fp0 # SIN(X)
5558 #--SIN AND COS OF X FOR DENORMALIZED X