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

1 2 3 4

  /src/lib/libm/ld128/
s_cexpl.c 56 sincosl(y, &s, &c);
88 sincosl(y, &s, &c);
  /src/lib/libm/noieee_src/
n_sincos1.c 37 __weak_alias(sincosl, _sincosl)
  /src/lib/libm/src/
s_sincosl.c 44 __weak_alias(sincosl,_sincosl)
60 sincosl(long double x, long double *sn, long double *cs)
119 sincosl(long double x, long double *sn, long double *cs)
s_sincos.c 89 __weak_alias(sincosl, sincos);
namespace.h 93 #define sincosl _sincosl macro
  /src/lib/libm/ld80/
s_cexpl.c 61 sincosl(y, &s, &c);
99 sincosl(y, &s, &c);
  /src/tests/lib/libm/
t_sincos.c 89 * sincosl(3)
119 sincosl(theta, &s, &c);
137 atf_tc_set_md_var(tc, "descr", "Test sincosl(NaN) == (NaN, NaN)");
145 sincosl(x, &s, &c);
152 atf_tc_set_md_var(tc, "descr", "Test sincosl(-Inf) == (NaN, NaN)");
160 sincosl(x, &s, &c);
167 atf_tc_set_md_var(tc, "descr", "Test sincosl(+Inf) == (NaN, NaN)");
175 sincosl(x, &s, &c);
183 atf_tc_set_md_var(tc, "descr", "Test sincosl(-0.0) == (0.0, 1.0)");
191 sincosl(x, &s, &c)
    [all...]
  /src/include/
math.h 534 void sincosl(long double, long double *, long double *);
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 380 /* Define to 1 if you have the `sincosl' function. */
1327 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
symver-config.h 356 /* Define to 1 if you have the `sincosl' function. */
1270 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/
symver-config.h 346 /* Define to 1 if you have the `sincosl' function. */
1348 # define sincosl _sincosl macro

Completed in 44 milliseconds

1 2 3 4