/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestRemquo.rs | 28 float out = remquo(inNumerator, inDenominator, &outQuotient); 36 float2 out = remquo(inNumerator, inDenominator, &outQuotient); 44 float3 out = remquo(inNumerator, inDenominator, &outQuotient); 52 float4 out = remquo(inNumerator, inDenominator, &outQuotient);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_remquo.c | 29 * remquo in reduction algorithms. 32 remquo(double x, double y, int *quo) function 158 __weak_reference(remquo, remquol);
|
/ndk/sources/android/support/src/ |
math_support.c | 86 __attribute__((weak)) long double remquol(long double x, long double y, int* i) { return remquo((double)x, (double)y, i); }
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 155 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 166 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 166 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 155 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
tgmath.h | 155 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
|
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 95 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 319 __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tgmath.h | 369 #define remquo(Val1, Val2, Val3) \ macro 370 __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY (Val1, Val2, Val3, remquo)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathcalls.h | 320 __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tgmath.h | 369 #define remquo(Val1, Val2, Val3) \ macro 370 __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY (Val1, Val2, Val3, remquo)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathcalls.h | 320 __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
|
/bionic/libm/include/ |
math.h | 202 double remquo(double, double, int *);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 79 using std::tr1::remquo;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 79 using std::tr1::remquo;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
math.h | 79 using std::tr1::remquo;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
math.h | 79 using std::tr1::remquo;
|
/frameworks/rs/driver/runtime/ |
rs_cl.c | 662 float __attribute__((overloadable)) remquo(float v1, float v2, int *v3) { function 665 FN_FUNC_FN_FN_PIN(remquo) 2119 extern half __attribute__((overloadable)) remquo(half n, half d, int *quo) { function 2122 extern half2 __attribute__((overloadable)) remquo(half2 n, half2 d, int2 *quo) { function 2125 extern half3 __attribute__((overloadable)) remquo(half3 n, half3 d, int3 *quo) { function 2128 extern half4 __attribute__((overloadable)) remquo(half4 n, half4 d, int4 *quo) { function [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 1100 // remquo 1110 {return remquo(__x, __y, __z);} 1117 #undef remquo macro 1118 #define remquo(__x, __y, __z) \ macro
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
tgmath.h | 1100 // remquo 1110 {return remquo(__x, __y, __z);} 1117 #undef remquo macro 1118 #define remquo(__x, __y, __z) \ macro
|
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
tgmath.h | 1100 // remquo 1110 {return remquo(__x, __y, __z);} 1117 #undef remquo macro 1118 #define remquo(__x, __y, __z) \ macro
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
tgmath.h | 1100 // remquo 1110 {return remquo(__x, __y, __z);} 1117 #undef remquo macro 1118 #define remquo(__x, __y, __z) \ macro
|