Searched refs:sinh (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/include/private/
H A Dfast_float_math_hack.h36 #define sinh sinhf macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dssinh.S11 | Output: The value sinh(X) returned in floating-point register Fp0.
27 | sinh(X) = sgn*(1/2)*( z + z/(1+z) ).
33 | sinh(X) = sign(X) * exp(|X|)/2.
35 | Thus, we calculate sinh(X) as follows:
40 | sinh(X) := sgnFact * exp(Y').
43 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
H A Dscosh.S35 | Thus, we calculate sinh(X) as follows:
42 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlmathlib.c37 lua_pushnumber(L, l_mathop(sinh)(luaL_checknumber(L, 1)));
259 {"sinh", math_sinh},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Deval.c260 if (strmatch(next, "sinh" )) d->a.func0 = sinh;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_biquads.c257 alpha = sin(w0) * sinh(log(2.) / 2 * p->width * w0 / sin(w0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Deval.c394 if (strmatch(next, "sinh" )) d->a.func0 = sinh;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S7596 # overflow. Thus, we calculate sinh(X) as follows: #
7603 # 5. (|X| > 16480 log2) sinh(X) must overflow. Return #
7687 # fp0 = sinh(X) #
7702 # sinh(X) = sgn*(1/2)*( z + z/(1+z) ). #
7708 # sinh(X) = sign(X) * exp(|X|)/2. #
7710 # Thus, we calculate sinh(X) as follows: #
7715 # sinh(X) := sgnFact * exp(Y'). #
7718 # 5. (|X| > 16480 log2) sinh(X) must overflow. Return #
H A Dfpsp.S7702 # overflow. Thus, we calculate sinh(X) as follows: #
7709 # 5. (|X| > 16480 log2) sinh(X) must overflow. Return #
7793 # fp0 = sinh(X) #
7808 # sinh(X) = sgn*(1/2)*( z + z/(1+z) ). #
7814 # sinh(X) = sign(X) * exp(|X|)/2. #
7816 # Thus, we calculate sinh(X) as follows: #
7821 # sinh(X) := sgnFact * exp(Y'). #
7824 # 5. (|X| > 16480 log2) sinh(X) must overflow. Return #

Completed in 300 milliseconds