HomeSort by: relevance | last modified time | path
    Searched refs:lroundl (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libm/src/
s_lroundl.c 13 #define fn lroundl
  /src/external/bsd/pcc/dist/pcc/mip/
compat.c 681 lroundl(long double value) function
731 fracpart = lroundl((ldpow10 (max)) * (ufvalue - intpart));
  /src/include/
math.h 439 long int lroundl(long double);
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 238 long int lroundl (long double);
configure 22114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lroundl" >&5
22115 $as_echo_n "checking for lroundl... " >&6; }
22132 int (*ptr)() = (int (*)())lroundl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 238 long int lroundl (long double);
configure 21949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lroundl" >&5
21950 $as_echo_n "checking for lroundl... " >&6; }
21967 int (*ptr)() = (int (*)())lroundl;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1974 extern(D) c_long lroundl()(real x) { return lround(cast(double) x); }
2375 c_long lroundl(real x); // since 6.0
2520 extern(D) c_long lroundl(real x) { return cast(c_long)roundl(x);}
3289 c_long lroundl(real x);
3542 c_long lroundl(real x);
3869 c_long lroundl(real x);
4272 extern(D) c_long lroundl(real x) { return lround(cast(double) x); }
4679 c_long lroundl(real x);
tgmath.d 418 alias core.stdc.math.lroundl lround;
919 alias core.stdc.math.lroundl lround;
1422 alias core.stdc.math.lroundl lround;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 727 long int lroundl (long double x);
730 lroundl (long double x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 727 long int lroundl (long double x);
730 lroundl (long double x) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1018 __tg_lround(long double __x) {return lroundl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 347 {"lroundl", 99},
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7-wraps.h 632 LALIAS lroundl
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 347 {"lroundl", 99},
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
f7-wraps.h 632 LALIAS lroundl
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 176 extern long int lroundl( long double ) __LIBMLDBL_COMPAT(lroundl);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 176 extern long int lroundl( long double ) __LIBMLDBL_COMPAT(lroundl);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 242 long lroundl(long double x);
1483 return ::lroundl(__lcpp_x);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18567 lroundl(0.0l);
20919 lroundl(0.0l);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20091 lroundl(0.0l);
    [all...]

Completed in 139 milliseconds