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

  /src/lib/libm/src/
e_remainderl.c 40 return remquol(x, y, &quo);
s_remquol.c 24 __weak_alias(remquol, _remquol)
78 remquol(long double x, long double y, int *quo) function
187 remquol(long double x, long double y, int *quo)
namespace.h 82 #define remquol _remquol macro
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
remainder.d 128 return core.stdc.math.remquol(x, y, &n);
  /src/include/
math.h 457 long double remquol(long double, long double, int *);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 2009 extern(D) real remquol()(real x, real y, int* quo) { return remquo(cast(double) x, cast(double) y, quo); }
2410 real remquol(real x, real y, int* quo); // since 8.0
2530 real remquol(real x, real y, int* quo){ return remquo(x,y,quo); }
3299 pure real remquol(real x, real y, int *iptr);
3548 pure real remquol(real x, real y, int *iptr);
3904 real remquol(real x, real y, int* quo);
4307 extern(D) real remquol(real x, real y, int* quo) { return remquo(cast(double) x, cast(double) y, quo); }
4714 real remquol(real x, real y, int* quo);
tgmath.d 453 alias core.stdc.math.remquol remquo;
947 alias core.stdc.math.remquol remquo;
1457 alias core.stdc.math.remquol remquo;
  /src/lib/libm/
Makefile 540 remainder.3 remquol.3
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1108 {return remquol(__x, __y, __z);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 851 {"remquol", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 851 {"remquol", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 181 extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 181 extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 266 long double remquol(long double x, long double y, int* pquo);
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);}
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 4861 INTERCEPTOR(long double, remquol, long double x, long double y, int *quo) {
4863 COMMON_INTERCEPTOR_ENTER(ctx, remquol, x, y, quo);
4867 long double res = REAL(remquol)(x, y, quo);
4872 COMMON_INTERCEPT_FUNCTION_LDBL(remquol);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 5173 INTERCEPTOR(long double, remquol, long double x, long double y, int *quo) {
5175 COMMON_INTERCEPTOR_ENTER(ctx, remquol, x, y, quo);
5179 long double res = REAL(remquol)(x, y, quo);
5184 COMMON_INTERCEPT_FUNCTION_LDBL(remquol);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 5146 INTERCEPTOR(long double, remquol, long double x, long double y, int *quo) {
5148 COMMON_INTERCEPTOR_ENTER(ctx, remquol, x, y, quo);
5152 long double res = REAL(remquol)(x, y, quo);
5157 COMMON_INTERCEPT_FUNCTION_LDBL(remquol);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1938 TEST(MemorySanitizer, remquol) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18585 remquol(0.0l, 0.0l, 0);
20937 remquol(0.0l, 0.0l, 0);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20109 remquol(0.0l, 0.0l, 0);
    [all...]

Completed in 136 milliseconds