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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct.c37 #define SIN(s, n, x) (s->costab[(n) - (x)]) macro
51 float s = SIN(ctx, n, 2 * i);
81 float s = SIN(ctx, n, 2 * i);
114 float s = SIN(ctx, n, i);
144 float s = SIN(ctx, n, 2 * i + 1);
162 float s = SIN(ctx, n, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddct.c38 #define SIN(s, n, x) (s->costab[(n) - (x)]) macro
52 float s = SIN(ctx, n, 2 * i);
82 float s = SIN(ctx, n, 2 * i);
115 float s = SIN(ctx, n, i);
145 float s = SIN(ctx, n, 2 * i + 1);
163 float s = SIN(ctx, n, i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dpc.h311 #define SIN 0x01 /* service indicator */ macro
H A Dmessage.c5947 add_p(tplci,SIN,"\x02\x01\x00");
8920 add_p(plci,SIN,"\x02\x00\x00");
9427 add_p(plci,SIN,"\x02\x00\x00");
14904 add_p(plci,SIN,"\x02\x00\x00");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 160 milliseconds