Home
last modified time | relevance | path

Searched defs:remquo (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dremainder.d126 real remquo(real x, real y, out int n) @trusted nothrow @nogc /// ditto in remquo() function
/netbsd-src/lib/libm/src/
H A Ds_remquo.c37 remquo(double x, double y, int *quo) in remquo() function
H A Dnamespace.h80 #define remquo _remquo macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d449 alias core.stdc.math.remquo remquo; in version() local
451 alias core.stdc.math.remquof remquo; in version() local
453 alias core.stdc.math.remquol remquo; in version() local
943 alias core.stdc.math.remquo remquo; in version() local
945 alias core.stdc.math.remquof remquo; in version() local
947 alias core.stdc.math.remquol remquo; in version() local
1453 alias core.stdc.math.remquo remquo; variable
1455 alias core.stdc.math.remquof remquo; variable
1457 alias core.stdc.math.remquol remquo; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h106 __DEVICE__ float remquo(float __x, float __y, int *__quo) { in remquo() function
H A D__clang_cuda_cmath.h182 __DEVICE__ float remquo(float __n, float __d, int *__q) { in remquo() function
H A D__clang_cuda_math.h240 __DEVICE__ double remquo(double __a, double __b, int *__c) { in remquo() function
H A Dtgmath.h1111 #define remquo(__x, __y, __z) \ macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1565 inline _LIBCPP_INLINE_VISIBILITY float remquo(float __lcpp_x, float __lcpp_y, int* __lcpp_z) … in remquo() function
1566 inline _LIBCPP_INLINE_VISIBILITY long double remquo(long double __lcpp_x, long double __lcpp_y, int… in remquo() function
1576 remquo(_A1 __lcpp_x, _A2 __lcpp_y, int* __lcpp_z) _NOEXCEPT in remquo() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h111 #define remquo(x,y,z) __TGMATH_REAL_3(x, y, z, remquo) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h111 #define remquo(x,y,z) __TGMATH_REAL_3(x, y, z, remquo) macro
/netbsd-src/include/
H A Dtgmath.h180 #define remquo(a,b,c) __TG_FN2x(remquo, (a), (b), (c)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf450 remquo, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf450 remquo, 99 keyword
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1923 TEST(MemorySanitizer, remquo) { in TEST() argument