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

12 3 4

  /prebuilts/clang/host/darwin-x86/clang-2690385/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/linux-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/linux-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/linux-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
  /prebuilts/clang/host/linux-x86/clang-2690385/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/linux-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/misc/darwin-x86/analyzer/lib/clang/3.3/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/misc/linux-x86/analyzer/lib/clang/3.3/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/sdk/renderscript/clang-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
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 405 static_assert((std::is_same<decltype(fdim((double)0, (double)0)), double>::value), "");
408 assert(fdim(1,0) == 1);
  /external/ltrace/etc/
libm.so.conf 244 double fdim(double, double);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 410 static_assert((std::is_same<decltype(fdim((double)0, (double)0)), double>::value), "");
413 assert(fdim(1,0) == 1);
  /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-21/include/
math.h 270 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__;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h 277 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h 277 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h 277 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
math.h 277 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
math.h 277 double fdim(double, double) __NDK_FPABI_MATH__;

Completed in 1508 milliseconds

12 3 4