HomeSort by relevance Sort by last modified time
    Searched defs:fmod (Results 26 - 50 of 66) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 352 #define fmod(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmod) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 137 #define fmod(x,y) __TGMATH_REAL_2(x, y, fmod) macro
  /external/eigen/Eigen/src/Core/
MathFunctions.h 1258 T fmod(const T& a, const T& b) { function in namespace:Eigen::numext
1266 float fmod(const float& a, const float& b) { function in namespace:Eigen::numext
1272 double fmod(const double& a, const double& b) { function in namespace:Eigen::numext
    [all...]
  /external/clang/lib/Headers/
tgmath.h 790 // fmod
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
804 #undef fmod macro
805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 43 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } function
305 static_assert((std::is_same<decltype(fmod((float)0, (float)0)), float>::value), "");
306 static_assert((std::is_same<decltype(fmod((bool)0, (float)0)), double>::value), "");
307 static_assert((std::is_same<decltype(fmod((unsigned short)0, (double)0)), double>::value), "");
308 static_assert((std::is_same<decltype(fmod((int)0, (long double)0)), long double>::value), "");
309 static_assert((std::is_same<decltype(fmod((float)0, (unsigned int)0)), double>::value), "");
310 static_assert((std::is_same<decltype(fmod((double)0, (long)0)), double>::value), "");
311 static_assert((std::is_same<decltype(fmod((long double)0, (unsigned long)0)), long double>::value), "");
312 static_assert((std::is_same<decltype(fmod((int)0, (long long)0)), double>::value), "");
313 static_assert((std::is_same<decltype(fmod((int)0, (unsigned long long)0)), double>::value), "")
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 45 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } function
308 static_assert((std::is_same<decltype(std::fmod((float)0, (float)0)), float>::value), "");
309 static_assert((std::is_same<decltype(std::fmod((bool)0, (float)0)), double>::value), "");
310 static_assert((std::is_same<decltype(std::fmod((unsigned short)0, (double)0)), double>::value), "");
311 static_assert((std::is_same<decltype(std::fmod((int)0, (long double)0)), long double>::value), "");
312 static_assert((std::is_same<decltype(std::fmod((float)0, (unsigned int)0)), double>::value), "");
313 static_assert((std::is_same<decltype(std::fmod((double)0, (long)0)), double>::value), "");
314 static_assert((std::is_same<decltype(std::fmod((long double)0, (unsigned long)0)), long double>::value), "");
315 static_assert((std::is_same<decltype(std::fmod((int)0, (long long)0)), double>::value), "");
316 static_assert((std::is_same<decltype(std::fmod((int)0, (unsigned long long)0)), double>::value), "")
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 380 T trunc_mod = std::fmod(x, y);
381 return (x < T(0)) == (y < T(0)) ? trunc_mod : std::fmod(trunc_mod + y, y);
708 // fmod(x, y) = fmod(x, y) (float and double only)
739 struct fmod : base<T, Eigen::internal::scalar_fmod_op<T>> {}; struct in namespace:tensorflow::functor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 790 // fmod
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
804 #undef fmod macro
805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 790 // fmod
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
804 #undef fmod macro
805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 790 // fmod
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
804 #undef fmod macro
805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 790 // fmod
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
804 #undef fmod macro
805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 799 // fmod
807 __tg_fmod(double __x, double __y) {return fmod(__x, __y);}
813 #undef fmod macro
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro

Completed in 1886 milliseconds

12 3