HomeSort by relevance Sort by last modified time
    Searched refs:fdim (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFdim.rs 26 return fdim(inA, inB);
31 return fdim(inA, inB);
36 return fdim(inA, inB);
41 return fdim(inA, inB);
46 return fdim(inA, inB);
51 return fdim(inA, inB);
56 return fdim(inA, inB);
61 return fdim(inA, inB);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fdim.c 44 DECL(double, fdim)
  /frameworks/native/opengl/tests/filter/
filter.cpp 143 const GLfloat fdim = dim;
146 { 0, fdim },
147 { fdim, fdim },
148 { fdim, 0 }
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 143 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 143 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 132 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) macro
  /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/std/numerics/c.math/
cmath.pass.cpp 77 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 336 __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 422 #define fdim(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fdim) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 337 __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 422 #define fdim(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fdim) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 337 __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
  /bionic/libm/include/
math.h 225 double fdim(double, double);
  /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 54 using std::tr1::fdim;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 54 using std::tr1::fdim;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 54 using std::tr1::fdim;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 54 using std::tr1::fdim;
  /bionic/tests/
math_test.cpp 928 TEST(math, fdim) {
929 ASSERT_DOUBLE_EQ(0.0, fdim(1.0, 1.0));
930 ASSERT_DOUBLE_EQ(1.0, fdim(2.0, 1.0));
931 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
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
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
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
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
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
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
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
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

Completed in 672 milliseconds

1 2 3 4