Searched defs:remquo (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_remquo.c32 remquo(double x, double y, int *quo) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h294 remquo(__T1 __x, __T2 __y, int *__quo) { function
H A Dtgmath.h1110 #undef remquo macro
1111 #define remquo(__x, __y, __z) \ macro
H A D__clang_cuda_math.h240 __DEVICE__ double remquo(double __a, double __b, int *__c) { function
H A D__clang_hip_math.h768 inline double remquo(double __x, double __y, int *__quo) { function
/freebsd-13-stable/tools/regression/include/tgmath/
H A Dtgmath.c145 double (remquo)(double x, double y, int *q) { n_double++; } function
/freebsd-13-stable/include/
H A Dtgmath.h196 #define remquo(x, y, z) __tg_impl_simple(x, x, y, remquol, remquo, \ macro

Completed in 167 milliseconds