/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestFdim.rs | 26 return fdim(inA, inB); 31 return fdim(inA, inB); 36 return fdim(inA, inB); 41 return fdim(inA, inB);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fdim.c | 44 DECL(double, fdim)
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 85 double fdim(double, double); 279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf), 384 // CHECK-NOERRNO: declare double @fdim(double, double) [[NUW]]
|
/external/libcxx/test/numerics/c.math/ |
cmath.disabled.cpp | [all...] |
/bionic/libm/include/ |
math.h | 270 double fdim(double, double);
|
/bionic/tests/ |
math_test.cpp | 936 TEST(math, fdim) { 937 ASSERT_DOUBLE_EQ(0.0, fdim(1.0, 1.0)); 938 ASSERT_DOUBLE_EQ(1.0, fdim(2.0, 1.0)); 939 ASSERT_DOUBLE_EQ(0.0, fdim(1.0, 2.0)); [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 696 // fdim 704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);} 710 #undef fdim macro 711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/libcxx/test/depr/depr.c.headers/ |
math_h.disabled.cpp | 403 static_assert((std::is_same<decltype(fdim((double)0, (double)0)), double>::value), ""); 406 assert(fdim(1,0) == 1);
|
/external/ltrace/etc/ |
libm.so.conf | 244 double fdim(double, double);
|
/development/ndk/platforms/android-13/include/ |
math.h | 277 double fdim(double, double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-18/include/ |
math.h | 278 double fdim(double, double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-3/include/ |
math.h | 276 double fdim(double, double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-9/include/ |
math.h | 276 double fdim(double, double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-L/include/ |
math.h | 270 double fdim(double, double) __NDK_FPABI_MATH__;
|