OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sinf
(Results
1 - 20
of
20
) sorted by relevancy
/src/lib/libm/src/
s_sinf.c
25
__weak_alias(
sinf
, _sinf)
28
sinf
(float x)
namespace.h
94
#define
sinf
_sinf
macro
e_j0f.c
55
s =
sinf
(x);
132
s =
sinf
(x);
e_j1f.c
56
s =
sinf
(y);
118
s =
sinf
(x);
/src/lib/libm/complex/
ccosf.c
44
w = cosf(crealf(z)) * ch - (
sinf
(crealf(z)) * sh) * I;
ccoshf.c
44
w = coshf(x) * cosf(y) + (sinhf(x) *
sinf
(y)) * I;
cexpf.c
45
w = r * cosf(y) + r *
sinf
(y) * I;
csinf.c
44
w =
sinf
(crealf(z)) * ch + (cosf(crealf(z)) * sh) * I;
csinhf.c
44
w = sinhf(x) * cosf(y) + (coshf(x) *
sinf
(y)) * I;
ctanhf.c
45
w = sinhf(2.0f * x) / d + (
sinf
(2.0f * y) / d) * I;
ctanf.c
57
w =
sinf
(2.0f * crealf(z)) / d + (sinhf(2.0f * cimagf(z)) / d) * I;
cpowf.c
55
w = r * cosf(theta) + (r *
sinf
(theta)) * I;
/src/lib/libm/arch/m68060/
s_sinf.S
4
* FPLSP wrapper for
sinf
12
WEAK_ALIAS(
sinf
, _sinf)
makeas.sh
217
mks _sinf
sinf
0198 s_sinf
/src/lib/libm/noieee_src/
n_sincos1.c
51
*s =
sinf
(x);
n_sincos.c
81
__weak_alias(
sinf
, _sinf)
83
sinf
(float x)
/src/tests/lib/libm/
t_sin.c
168
*
sinf
(3)
192
ok = (
sinf
(theta) == 0);
194
ok = (fabsf((
sinf
(theta) - sin_theta)/sin_theta)
199
atf_tc_fail_nonfatal("
sinf
(%d deg) = %.8g != %.8g",
200
deg,
sinf
(theta), sin_theta);
208
atf_tc_set_md_var(tc, "descr", "Test
sinf
(NaN) == NaN");
216
ATF_CHECK(isnan(
sinf
(x)) != 0);
222
atf_tc_set_md_var(tc, "descr", "Test
sinf
(-Inf) == NaN");
228
const float y =
sinf
(x);
236
atf_tc_set_md_var(tc, "descr", "Test
sinf
(+Inf) == NaN")
[
all
...]
/src/lib/libm/arch/vax/
n_sincos.S
49
WEAK_ALIAS(
sinf
, _sinf)
/src/include/
math.h
326
float
sinf
(float);
/src/lib/libm/
Makefile
173
.for f in cos cosf modf ilogb ilogbl ilogbf sin
sinf
tan tanf
548
MLINKS+=sin.3
sinf
.3 \
Completed in 21 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025