/external/cronet/stable/third_party/libc++/src/include/__math/ |
D | remainder.h | 48 inline _LIBCPP_HIDE_FROM_ABI float remquo(float __x, float __y, int* __z) _NOEXCEPT { in remquo() function 53 _LIBCPP_HIDE_FROM_ABI double remquo(double __x, double __y, int* __z) _NOEXCEPT { in remquo() function 57 inline _LIBCPP_HIDE_FROM_ABI long double remquo(long double __x, long double __y, int* __z) _NOEXCE… in remquo() function 62 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type remquo(_A1 __x, _A2 __y, int* __z) … in remquo() function
|
/external/cronet/tot/third_party/libc++/src/include/__math/ |
D | remainder.h | 48 inline _LIBCPP_HIDE_FROM_ABI float remquo(float __x, float __y, int* __z) _NOEXCEPT { in remquo() function 53 _LIBCPP_HIDE_FROM_ABI double remquo(double __x, double __y, int* __z) _NOEXCEPT { in remquo() function 57 inline _LIBCPP_HIDE_FROM_ABI long double remquo(long double __x, long double __y, int* __z) _NOEXCE… in remquo() function 62 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type remquo(_A1 __x, _A2 __y, int* __z) … in remquo() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
D | remainder.h | 49 inline _LIBCPP_HIDE_FROM_ABI float remquo(float __x, float __y, int* __z) _NOEXCEPT { in remquo() function 54 _LIBCPP_HIDE_FROM_ABI double remquo(double __x, double __y, int* __z) _NOEXCEPT { in remquo() function 58 inline _LIBCPP_HIDE_FROM_ABI long double remquo(long double __x, long double __y, int* __z) _NOEXCE… in remquo() function 63 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type remquo(_A1 __x, _A2 __y, int* __z) … in remquo() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/ |
D | remainder.h | 49 inline _LIBCPP_HIDE_FROM_ABI float remquo(float __x, float __y, int* __z) _NOEXCEPT { in remquo() function 54 _LIBCPP_HIDE_FROM_ABI double remquo(double __x, double __y, int* __z) _NOEXCEPT { in remquo() function 58 inline _LIBCPP_HIDE_FROM_ABI long double remquo(long double __x, long double __y, int* __z) _NOEXCE… in remquo() function 63 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type remquo(_A1 __x, _A2 __y, int* __z) … in remquo() function
|
/external/musl/src/math/i386/ |
D | remquo.s | 21 .global remquo symbol 23 remquo: label
|
/external/trusty/musl/src/math/i386/ |
D | remquo.s | 21 .global remquo symbol 23 remquo: label
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | DivisionAndRemainderOperations.h | 28 LIBC_INLINE T remquo(T x, T y, int &q) { in remquo() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | DivisionAndRemainderOperations.h | 28 LIBC_INLINE T remquo(T x, T y, int &q) { in remquo() function
|
/external/llvm-libc/src/__support/FPUtil/ |
D | DivisionAndRemainderOperations.h | 28 LIBC_INLINE T remquo(T x, T y, int &q) { in remquo() function
|
/external/trusty/musl/src/math/ |
D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
/external/musl/src/math/ |
D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | remquo.rs | 2 pub fn remquo(mut x: f64, mut y: f64) -> (f64, i32) { in remquo() function
|
D | mod.rs | 171 mod remquo; module
|
/external/libcxx/include/ |
D | math.h | 1434 inline _LIBCPP_INLINE_VISIBILITY float remquo(float __lcpp_x, float __lcpp_y, int* __lcpp_z) … in remquo() function 1435 inline _LIBCPP_INLINE_VISIBILITY long double remquo(long double __lcpp_x, long double __lcpp_y, int… in remquo() function 1445 remquo(_A1 __lcpp_x, _A2 __lcpp_y, int* __lcpp_z) _NOEXCEPT in remquo() function
|
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 91 LIBC_INLINE double remquo(double x, double y, int *i) { in remquo() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 91 LIBC_INLINE double remquo(double x, double y, int *i) { in remquo() function
|
/external/llvm-libc/src/math/nvptx/ |
D | nvptx.h | 91 LIBC_INLINE double remquo(double x, double y, int *i) { in remquo() function
|
/external/ComputeLibrary/include/half/ |
D | half.hpp | 1291 static expr remquo(float x, float y, int *quo) in remquo() function 2255 inline expr remquo(half x, half y, int *quo) { return functions::remquo(x, y, quo); } in remquo() function 2256 inline expr remquo(half x, expr y, int *quo) { return functions::remquo(x, y, quo); } in remquo() function 2257 inline expr remquo(expr x, half y, int *quo) { return functions::remquo(x, y, quo); } in remquo() function 2258 inline expr remquo(expr x, expr y, int *quo) { return functions::remquo(x, y, quo); } in remquo() function
|
/external/armnn/third-party/half/ |
D | half.hpp | 1293 static expr remquo(float x, float y, int *quo) in remquo() function 2257 inline expr remquo(half x, half y, int *quo) { return functions::remquo(x, y, quo); } in remquo() function 2258 inline expr remquo(half x, expr y, int *quo) { return functions::remquo(x, y, quo); } in remquo() function 2259 inline expr remquo(expr x, half y, int *quo) { return functions::remquo(x, y, quo); } in remquo() function 2260 inline expr remquo(expr x, expr y, int *quo) { return functions::remquo(x, y, quo); } in remquo() function
|
/external/trusty/musl/include/ |
D | tgmath.h | 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/external/musl/include/ |
D | tgmath.h | 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 93 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } in remquo() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 96 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } in remquo() function
|
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 104 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } in remquo() function
|
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 98 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } in remquo() function
|