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

1 2 3 4 5

  /src/lib/libm/complex/
ccoshl.c 44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I;
csinhl.c 44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I;
ctanhl.c 45 w = sinhl(2.0L * x) / d + (sinl(2.0L * y) / d) * I;
ctanl.c 57 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * I;
cephes_subrl.c 46 *s = sinhl(x);
  /src/lib/libm/src/
e_sinhl.c 23 __weak_alias(sinhl, _sinhl)
91 sinhl(long double x) function
146 sinhl(long double x) function
namespace.h 97 #define sinhl _sinhl macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
math_stubs_long_double.cc 203 sinhl(long double x) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
math_stubs_long_double.cc 203 sinhl(long double x) function
  /src/include/
math.h 349 long double sinhl(long double);
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 389 /* Define to 1 if you have the `sinhl' function. */
1342 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
symver-config.h 365 /* Define to 1 if you have the `sinhl' function. */
1285 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/
symver-config.h 355 /* Define to 1 if you have the `sinhl' function. */
1363 # define sinhl _sinhl macro

Completed in 68 milliseconds

1 2 3 4 5