Searched full:sine (Results 1 – 25 of 64) sorted by relevance
123
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | sincosf.h | 17 /* 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 D | sincosf_data.c | 13 /* The constants and polynomials for sine and cosine. The 2nd entry
|
/freebsd/lib/msun/man/ |
H A D | complex.3 | 96 casin arc sine 97 casinh arc hyperbolic sine 103 csin sine 104 csinh hyperbolic sine
|
H A D | asinh.3 | 35 .Nd inverse hyperbolic sine functions 52 functions compute the inverse hyperbolic sine 60 return the inverse hyperbolic sine of
|
H A D | sin.3 | 34 .Nd sine functions 51 functions compute the sine of 62 functions return the sine value.
|
H A D | sincos.3 | 31 .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 D | asin.3 | 35 .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 D | sinh.3 | 35 .Nd hyperbolic sine function 52 functions compute the hyperbolic sine of
|
H A D | sinpi.3 | 32 .Nd half\(encycle sine functions 49 functions compute the sine of
|
H A D | cacos.3 | 94 functions compute the principal value of the inverse cosine, sine, 104 cosine, sine, and tangent.
|
H A D | math.3 | 177 asin inverse sine 178 asinh inverse hyperbolic sine
|
H A D | ccos.3 | 58 functions compute the cosine, sine, and tangent of the complex number
|
H A D | ccosh.3 | 58 functions compute the hyperbolic cosine, sine, and tangent of the complex number
|
/freebsd/lib/msun/src/ |
H A D | s_sin.c | 13 * Return sine function of x. 16 * __kernel_sin ... sine function on [-pi/4,pi/4]
|
H A D | s_cos.c | 16 * __kernel_sin ... sine function on [-pi/4,pi/4]
|
H A D | s_csinh.c | 30 * Hyperbolic sine of a complex argument z = x + i y.
|
/freebsd/contrib/bc/tests/bc/ |
H A D | all.txt | 34 sine
|
/freebsd/contrib/bc/vs/tests/ |
H A D | tests_bc.bat | 51 sine
|
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
H A D | sinf.tst | 1 ; sinf.tst - Directed test cases for SP sine
|
/freebsd/contrib/bc/manuals/ |
H A D | algorithms.md | 70 ### 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 D | fp16.h | 79 /* sine and cosine */
|
H A D | fp16.c | 108 * Compute the sine of theta.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXIL.td | 267 "Returns sine(theta) for theta in radians.", 285 "Returns the hyperbolic sine of the specified value.",
|
/freebsd/contrib/bc/gen/ |
H A D | bc_help.txt | 134 s(expr) = sine of expr in radians
|
/freebsd/contrib/ntp/include/ |
H A D | mbg_gps166.h | 888 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