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

1 2

  /src/lib/libm/src/
e_remainderl.c 42 return remquo(x, y, &quo);
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
s_remquol.c 70 * remquo in reduction algorithms.
189 return remquo(x, y, quo);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
remainder.d 110 * remquo returns `n` in the parameter `n`.
126 real remquo(real x, real y, out int n) @trusted nothrow @nogc /// ditto
152 assert(remquo(5.1, 3.0, n).feqrel(-0.9) > 16 && n == 2);
153 assert(remquo(-5.1, 3.0, n).feqrel(0.9) > 16 && n == -2);
154 assert(remquo(0.0, 3.0, n) == 0.0 && n == 0);
  /src/tests/lib/libm/
t_remquo.c 38 * remquo(3)
59 atf_tc_fail("missing remquo on vax");
100 r = remquo(x, y, &quo);
119 atf_tc_fail_nonfatal("remquo(%g, %g) "
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 153 __DEVICE__ double remquo(double, double, int *);
154 __DEVICE__ float remquo(float, float, int *);
259 using ::remquo;
__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
opencl-c.h 8115 * The remquo function computes the value r such
8121 * remquo also calculates the lower seven bits of the
8127 float __ovld remquo(float x, float y, int *quo);
8128 float2 __ovld remquo(float2 x, float2 y, int2 *quo);
8129 float3 __ovld remquo(float3 x, float3 y, int3 *quo);
8130 float4 __ovld remquo(float4 x, float4 y, int4 *quo);
8131 float8 __ovld remquo(float8 x, float8 y, int8 *quo);
8132 float16 __ovld remquo(float16 x, float16 y, int16 *quo);
8134 double __ovld remquo(double x, double y, int *quo);
8135 double2 __ovld remquo(double2 x, double2 y, int2 *quo)
    [all...]
  /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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
tgmath.d 449 alias core.stdc.math.remquo remquo;
451 alias core.stdc.math.remquof remquo;
453 alias core.stdc.math.remquol remquo;
943 alias core.stdc.math.remquo remquo;
945 alias core.stdc.math.remquof remquo;
947 alias core.stdc.math.remquol remquo;
1453 alias core.stdc.math.remquo remquo;
    [all...]
math.d 2005 double remquo(double x, double y, int* quo);
2009 extern(D) real remquol()(real x, real y, int* quo) { return remquo(cast(double) x, cast(double) y, quo); }
2406 double remquo(double x, double y, int* quo);
2530 real remquol(real x, real y, int* quo){ return remquo(x,y,quo); }
2874 double remquo(double x, double y, int* quo);
3012 double remquo(double x, double y, int * quo);
3378 double remquo(double x, double y, int * quo);
3900 double remquo(double x, double y, int* quo);
4303 double remquo(double x, double y, int* quo);
4307 extern(D) real remquol(real x, real y, int* quo) { return remquo(cast(double) x, cast(double) y, quo);
    [all...]
  /src/include/
tgmath.h 180 #define remquo(a,b,c) __TG_FN2x(remquo, (a), (b), (c)) macro
math.h 454 /* 7.12.10.3 The remquo functions */
455 double remquo(double, double, int *);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
math.h 105 using std::remquo;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
math.h 81 using std::tr1::remquo;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
math.h 105 using std::remquo;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
math.h 79 using std::tr1::remquo;
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 264 floating_point remquo (arithmetic x, arithmetic y, int* pquo);
1563 // remquo
1565 inline _LIBCPP_INLINE_VISIBILITY float remquo(float __lcpp_x, float __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquof(__lcpp_x, __lcpp_y, __lcpp_z);}
1566 inline _LIBCPP_INLINE_VISIBILITY long double remquo(long double __lcpp_x, long double __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquol(__lcpp_x, __lcpp_y, __lcpp_z);}
1576 remquo(_A1 __lcpp_x, _A2 __lcpp_y, int* __lcpp_z) _NOEXCEPT
1581 return ::remquo((__result_type)__lcpp_x, (__result_type)__lcpp_y, __lcpp_z);
  /src/lib/libm/
Makefile 538 remainder.3 remquo.3 \
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 873 {"remquo", 99},

Completed in 48 milliseconds

1 2