/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | remainder.d | 126 real remquo(real x, real y, out int n) @trusted nothrow @nogc /// ditto in remquo() function
|
/netbsd-src/lib/libm/src/ |
H A D | s_remquo.c | 37 remquo(double x, double y, int *quo) in remquo() function
|
H A D | namespace.h | 80 #define remquo _remquo macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 449 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.h | 106 __DEVICE__ float remquo(float __x, float __y, int *__quo) { in remquo() function
|
H A D | __clang_cuda_cmath.h | 182 __DEVICE__ float remquo(float __n, float __d, int *__q) { in remquo() function
|
H A D | __clang_cuda_math.h | 240 __DEVICE__ double remquo(double __a, double __b, int *__c) { in remquo() function
|
H A D | tgmath.h | 1111 #define remquo(__x, __y, __z) \ macro
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1565 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 D | tgmath.h | 111 #define remquo(x,y,z) __TGMATH_REAL_3(x, y, z, remquo) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 111 #define remquo(x,y,z) __TGMATH_REAL_3(x, y, z, remquo) macro
|
/netbsd-src/include/ |
H A D | tgmath.h | 180 #define remquo(a,b,c) __TG_FN2x(remquo, (a), (b), (c)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 450 remquo, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 450 remquo, 99 keyword
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 1923 TEST(MemorySanitizer, remquo) { in TEST() argument
|