Home
last modified time | relevance | path

Searched refs:sincos (Results 1 – 12 of 12) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_sincos.c27 sincos(double x, double *sn, double *cs) in sincos() function
79 __weak_reference(sincos, sincosl);
Ds_cexp.c60 sincos(y, &s, &c); in cexp()
92 sincos(y, &s, &c); in cexp()
Dk_exp.c108 sincos(y, &s, &c); in __ldexp_cexp()
De_jn.c94 sincos(x, &s, &c); in jn()
252 sincos(x, &s, &c); in yn()
De_j1.c97 sincos(y, &s, &c); in j1()
161 sincos(x, &s, &c); in y1()
De_j0.c96 sincos(x, &s, &c); in j0()
175 sincos(x, &s, &c); in y0()
/bionic/libm/
Dfake_long_double.c40 void sincosl(long double x, long double* s, long double* c) { sincos(x, (double*) s, (double*) c); } in sincosl()
Dlibm.map.txt241 sincos;
/bionic/libc/include/
Dmath.h384 void sincos(double __x, double* _Nonnull __sin, double* _Nonnull __cos);
/bionic/benchmarks/
Dmath_benchmark.cpp231 sincos(d, &s, &c); in BM_math_sincos()
/bionic/tests/
Dmath_test.cpp561 TEST(math_h, sincos) { in TEST() argument
563 sincos(0.0, &s, &c); in TEST()
2196 DoMathDataTest<1>(g_sincos_intel_data, sincos); in TEST()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_002.S5493 CALL(sincos)