HomeSort by: relevance | last modified time | path
    Searched defs:remquo (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libm/src/
s_remquo.c 23 __weak_alias(remquo, _remquo)
34 * remquo in reduction algorithms.
37 remquo(double x, double y, int *quo) function
namespace.h 80 #define remquo _remquo macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 182 __DEVICE__ float remquo(float __n, float __d, int *__q) { function
336 remquo(__T1 __x, __T2 __y, int *__quo) { function
337 return std::remquo((double)__x, (double)__y, __quo);
419 using ::remquo;
__clang_hip_cmath.h 106 __DEVICE__ float remquo(float __x, float __y, int *__quo) { function
541 remquo(__T1 __x, __T2 __y, int *__quo) { function
543 return ::remquo((__result_type)__x, (__result_type)__y, __quo);
550 remquo(__T1 __x, __T2 __y, int *__quo) { function
551 return ::remquo((double)__x, (double)__y, __quo);
647 using ::remquo;
tgmath.h 1093 // remquo
1103 {return remquo(__x, __y, __z);}
1110 #undef remquo macro
1111 #define remquo(__x, __y, __z) \ macro
__clang_cuda_math.h 240 __DEVICE__ double remquo(double __a, double __b, int *__c) { function
__clang_hip_math.h 963 double remquo(double __x, double __y, int *__quo) { function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 111 #define remquo(x,y,z) __TGMATH_REAL_3(x, y, z, remquo) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 111 #define remquo(x,y,z) __TGMATH_REAL_3(x, y, z, remquo) macro
  /src/include/
tgmath.h 180 #define remquo(a,b,c) __TG_FN2x(remquo, (a), (b), (c)) macro

Completed in 29 milliseconds