HomeSort by: relevance | last modified time | path
    Searched refs:sincos (Results 1 - 25 of 97) sorted by relevancy

1 2 3 4

  /src/lib/libm/noieee_src/
n_sincos1.c 38 __strong_alias(_sincosl, sincos)
42 sincos(double x, double *s, double *c)
  /src/lib/libm/src/
s_sincos.c 33 __weak_alias(sincos,_sincos)
37 sincos(double x, double *sn, double *cs)
89 __weak_alias(sincosl, sincos);
s_sincosl.c 122 sincos(x, &snn, &css);
namespace.h 91 #define sincos _sincos macro
  /src/tests/lib/libm/
t_sincos.c 211 * sincos(3)
235 sincos(theta, &s, &c);
253 atf_tc_set_md_var(tc, "descr", "Test sincos(NaN) == (NaN, NaN)");
261 sincos(x, &s, &c);
268 atf_tc_set_md_var(tc, "descr", "Test sincos(-Inf) == (NaN, NaN)");
276 sincos(x, &s, &c);
283 atf_tc_set_md_var(tc, "descr", "Test sincos(+Inf) == (NaN, NaN)");
291 sincos(x, &s, &c);
299 atf_tc_set_md_var(tc, "descr", "Test sincos(-0.0) == (0.0, 1.0)");
307 sincos(x, &s, &c)
    [all...]
  /src/include/
math.h 532 void sincos(double, double *, double *);
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 374 /* Define to 1 if you have the `sincos' function. */
1317 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
symver-config.h 350 /* Define to 1 if you have the `sincos' function. */
1260 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/
symver-config.h 340 /* Define to 1 if you have the `sincos' function. */
1338 # define sincos _sincos macro

Completed in 61 milliseconds

1 2 3 4