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

1 2 3 4 5

  /src/tests/lib/libm/
t_fmod.c 51 ATF_CHECK(fmodl(2.0, 1.0) == 0);
55 ATF_CHECK(fmodl(2.0, 0.5) == 0);
59 ATF_CHECK(fabsl(fmodl(1.0, 0.1L) - 0.1L) <= 55 * LDBL_EPSILON);
  /src/lib/libm/src/
w_fmodl.c 17 * wrapper fmodl(x,y)
27 __weak_alias(fmodl, _fmodl)
31 fmodl(long double x, long double y) /* wrapper fmod */
w_fmod.c 27 __weak_alias(fmodl, fmod)
namespace.h 60 #define fmodl _fmodl macro
  /src/lib/libm/ld128/
s_cospil.c 90 return (fmodl(ai, 2.L) == 0 ? c : -c);
106 return (fmodl(ax, 2.L) == 0 ? 1 : -1);
s_tanpil.c 100 odd = fmodl(ai, 2.L) == 0 ? 1 : -1;
119 t = fmodl(ax,2.L) == 0 ? 0 : copysign(0., -1.);
s_sinpil.c 98 s = fmodl(ai, 2.L) == 0 ? s : -s;
  /src/lib/libm/noieee_src/
n_fmod.c 72 __weak_alias(fmodl, fmod);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
math_stubs_long_double.cc 115 fmodl(long double x, long double y) function
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
remainder.d 48 return core.stdc.math.fmodl(x, y);
  /src/include/
math.h 451 long double fmodl(long double, long double);
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 131 extern long double fmodl (long double x, long double y);
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 182 /* Define to 1 if you have the `fmodl' function. */
1192 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
symver-config.h 176 /* Define to 1 if you have the `fmodl' function. */
1135 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/
symver-config.h 138 /* Define to 1 if you have the `fmodl' function. */
1213 # define fmodl _fmodl macro

Completed in 98 milliseconds

1 2 3 4 5