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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct.c40 #define COS(s, n, x) (s->costab[x]) macro
82 float c = COS(ctx, n, 2 * i);
113 float c = COS(ctx, n, i);
161 float c = COS(ctx, n, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddct.c41 #define COS(s, n, x) (s->costab[x]) macro
83 float c = COS(ctx, n, 2 * i);
114 float c = COS(ctx, n, i);
162 float c = COS(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.S13 | COS is requested. Otherwise, for SINCOS, sin(X) is returned
16 | Modifies: Fp0 for SIN or COS; both Fp0 and Fp1 for SINCOS.
29 | SIN and COS:
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.
158 |--COS(X) = 1 FOR DENORMALIZED X
223 |--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
287 |--THEN WE RETURN SGN*COS(R). SGN*COS(
[all...]
/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: #
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
5128 #--THEN WE RETURN SGN*COS(R). SGN*COS(R) IS COMPUTED BY
5227 #--COS(X) = 1 FOR DENORMALIZED X
5351 fadd.x RPRIME(%a6),%fp1 # COS(X)
5424 fadd.s POSNEG1(%a6),%fp1 # COS(
[all...]
H A Dfpsp.S5026 # SIN and COS: #
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
5234 #--THEN WE RETURN SGN*COS(R). SGN*COS(R) IS COMPUTED BY
5333 #--COS(X) = 1 FOR DENORMALIZED X
5457 fadd.x RPRIME(%a6),%fp1 # COS(X)
5530 fadd.s POSNEG1(%a6),%fp1 # COS(
[all...]

Completed in 93 milliseconds