| /src/lib/libm/src/ |
| s_llround.c | 13 #define fn llround
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| mathbuiltins.def | 69 OTHER_BUILTIN (LLROUND, "llround", llround, true)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| mathbuiltins.def | 66 OTHER_BUILTIN (LLROUND, "llround", llround, true)
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math_forward_declares.h | 138 __DEVICE__ long long llround(float); // No llround(double). 251 using ::llround;
|
| __clang_cuda_cmath.h | 284 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long long, llround) 407 using ::llround;
|
| __clang_cuda_math.h | 167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } function 186 __DEVICE__ long lround(double __a) { return llround(__a); }
|
| __clang_hip_cmath.h | 183 __DEF_FUN1(long long, llround) 470 __HIP_OVERLOAD1(long long, llround) 630 using ::llround;
|
| tgmath.h | 904 // llround 912 __tg_llround(double __x) {return llround(__x);} 918 #undef llround macro 919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| cmath | 56 __DEVICE__ long long int llround(float __x) { return ::llroundf(__x); }
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 100 #define llround(x) __TGMATH_REAL(x, llround) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 100 #define llround(x) __TGMATH_REAL(x, llround) macro
|
| /src/include/ |
| tgmath.h | 169 #define llround(a) __TG_FN1(llround, (a)) macro
|
| math.h | 419 long long int llround(double);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| math.h | 95 using std::llround;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| math.h | 68 using std::tr1::llround;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| math.h | 95 using std::llround;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| math.h | 66 using std::tr1::llround;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| tgmath.d | 421 alias core.stdc.math.llround llroundl; 922 alias core.stdc.math.llround llround; 924 alias core.stdc.math.llroundf llround; 926 alias core.stdc.math.llroundl llround; 1425 alias core.stdc.math.llround llround; 1427 alias core.stdc.math.llroundf llround; 1429 alias core.stdc.math.llroundl llround;
|
| math.d | 1977 long llround(double x); 1981 extern(D) long llroundl()(real x) { return llround(cast(double) x); } 2378 long llround(double x); 2854 long llround(double x); 3006 long llround(double x); 3374 long llround(double x); 3872 long llround(double x); 4275 long llround(double x); 4279 extern(D) long llroundl(real x) { return llround(cast(double) x); } 4682 long llround(double x) [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/ |
| c99_protos.h | 248 long long int llround (double);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| c99_protos.h | 248 long long int llround (double);
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 220 long long llround (arithmetic x); 1376 // llround 1378 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT 1386 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT 1398 llround(_A1 __lcpp_x) _NOEXCEPT 1403 return ::llround((double)__lcpp_x);
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 701 /* lround{f,,l} and llround{f,,l} functions. */ 749 long long int llround (double x); 752 llround (double x) function
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 701 /* lround{f,,l} and llround{f,,l} functions. */ 749 long long int llround (double x); 752 llround (double x) function
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 573 {"llround", 99},
|