Home
last modified time | relevance | path

Searched full:sine (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/arm-optimized-routines/math/
H A Dsincosf.h17 /* The constants and polynomials for sine and cosine. */
20 double sign[4]; /* Sign of sine in quadrants 0..3. */
24 double s1, s2, s3; /* Sine polynomial. */
40 /* Compute the sine and cosine of inputs X and X2 (X squared), using the
42 if odd the cosine and sine polynomials are swapped. */
70 /* Return the sine of inputs X and X2 (X squared) using the polynomial P.
H A Dsincosf_data.c13 /* The constants and polynomials for sine and cosine. The 2nd entry
/freebsd/lib/msun/man/
H A Dcomplex.396 casin arc sine
97 casinh arc hyperbolic sine
103 csin sine
104 csinh hyperbolic sine
H A Dasinh.335 .Nd inverse hyperbolic sine functions
52 functions compute the inverse hyperbolic sine
60 return the inverse hyperbolic sine of
H A Dsin.334 .Nd sine functions
51 functions compute the sine of
62 functions return the sine value.
H A Dsincos.331 .Nd sine and cosine functions
48 functions compute the sine and cosine of
71 are assigned the values of sine and cosine, respectively.
H A Dasin.335 .Nd arc sine functions
52 functions compute the principal value of the arc sine of
55 These functions return the arc sine in the range
H A Dsinh.335 .Nd hyperbolic sine function
52 functions compute the hyperbolic sine of
H A Dsinpi.332 .Nd half\(encycle sine functions
49 functions compute the sine of
H A Dcacos.394 functions compute the principal value of the inverse cosine, sine,
104 cosine, sine, and tangent.
H A Dmath.3177 asin inverse sine
178 asinh inverse hyperbolic sine
H A Dccos.358 functions compute the cosine, sine, and tangent of the complex number
H A Dccosh.358 functions compute the hyperbolic cosine, sine, and tangent of the complex number
/freebsd/lib/msun/src/
H A Ds_sin.c13 * Return sine function of x.
16 * __kernel_sin ... sine function on [-pi/4,pi/4]
H A Ds_cos.c16 * __kernel_sin ... sine function on [-pi/4,pi/4]
H A Ds_csinh.c30 * Hyperbolic sine of a complex argument z = x + i y.
/freebsd/contrib/bc/tests/bc/
H A Dall.txt34 sine
/freebsd/contrib/bc/vs/tests/
H A Dtests_bc.bat51 sine
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/
H A Dsinf.tst1 ; sinf.tst - Directed test cases for SP sine
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md70 ### Sine and Cosine (`bc` Math Library Only)
88 any way around it; [this article][7] explains why calculating sine and cosine,
377 It has a complexity of `O(n^3)` because of sine, cosine, and division.
/freebsd/sys/dev/syscons/plasma/
H A Dfp16.h79 /* sine and cosine */
H A Dfp16.c108 * Compute the sine of theta.
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td267 "Returns sine(theta) for theta in radians.",
285 "Returns the hyperbolic sine of the specified value.",
/freebsd/contrib/bc/gen/
H A Dbc_help.txt134 s(expr) = sine of expr in radians
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h888 l_fp crs; ///< +- Sine Corr. Term to Orbit Radius [m]
890 l_fp cus; ///< +- Sine Corr. Term to Arg. of Latitude [rad]
892 l_fp cis; ///< +- Sine Corr. Term to Inclination Angle [rad]

123