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

  /src/lib/libm/src/
s_llroundl.c 13 #define fn llroundl
  /src/include/
math.h 441 long long int llroundl(long double);
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 253 long long int llroundl (long double);
configure 22258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for llroundl" >&5
22259 $as_echo_n "checking for llroundl... " >&6; }
22276 int (*ptr)() = (int (*)())llroundl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 253 long long int llroundl (long double);
configure 22093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for llroundl" >&5
22094 $as_echo_n "checking for llroundl... " >&6; }
22111 int (*ptr)() = (int (*)())llroundl;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
tgmath.d 421 alias core.stdc.math.llround llroundl;
423 alias core.stdc.math.llroundf llroundl;
425 alias core.stdc.math.llroundl llroundl;
926 alias core.stdc.math.llroundl llround;
1429 alias core.stdc.math.llroundl llround;
math.d 1981 extern(D) long llroundl()(real x) { return llround(cast(double) x); }
2382 long llroundl(real x); // since 6.0
2522 extern(D) long llroundl(real x) { return cast(long)roundl(x);}
3291 long llroundl(real x);
3543 long llroundl(real x);
3876 long llroundl(real x);
4279 extern(D) long llroundl(real x) { return llround(cast(double) x); }
4686 long llroundl(real x);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 760 long long int llroundl (long double x);
763 llroundl (long double x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 760 long long int llroundl (long double x);
763 llroundl (long double x) function
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
rounding.d 787 return core.stdc.math.llroundl(x);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 916 __tg_llround(long double __x) {return llroundl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 361 {"llroundl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 361 {"llroundl", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 177 extern long long int llroundl( long double ) __LIBMLDBL_COMPAT(llroundl);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 177 extern long long int llroundl( long double ) __LIBMLDBL_COMPAT(llroundl);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 222 long long llroundl(long double x);
1391 return ::llroundl(__lcpp_x);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18574 llroundl(0.0l);
18652 llroundl(0.0l);
20903 llroundl(0.0l);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20075 llroundl(0.0l);
20167 llroundl(0.0l);
    [all...]

Completed in 112 milliseconds