HomeSort by relevance Sort by last modified time
    Searched refs:fmod (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 148 #define fmod(x,y) __TGMATH_REAL_2(x, y, fmod) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 137 #define fmod(x,y) __TGMATH_REAL_2(x, y, fmod) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 137 #define fmod(x,y) __TGMATH_REAL_2(x, y, fmod) macro
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 192 double result = fmod(ms, msPerDay);
200 double result = fmod(floor(ms / msPerMinute), minutesPerHour);
208 double result = fmod(floor(ms/msPerHour), hoursPerDay);
  /external/bison/darwin-lib/
math.h 1212 # undef fmod macro
    [all...]
  /external/bison/lib/
math.in.h 890 # undef fmod macro
891 # define fmod rpl_fmod macro
893 _GL_FUNCDECL_RPL (fmod, double, (double x, double y));
894 _GL_CXXALIAS_RPL (fmod, double, (double x, double y));
896 _GL_CXXALIAS_SYS (fmod, double, (double x, double y));
898 _GL_CXXALIASWARN (fmod); variable
900 # undef fmod macro
902 _GL_WARN_ON_USE (fmod, "fmod has portability problems - "
903 "use gnulib module fmod for portability")
    [all...]
  /external/bison/linux-lib/
math.h 1212 # undef fmod macro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 321 srA.angle = fmod(srA.angle, 2 * piDouble);
322 srB.angle = fmod(srB.angle, 2 * piDouble);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 188 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 345 #define fmod(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmod) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 354 #define fmod(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmod) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 188 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 345 #define fmod(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmod) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 354 #define fmod(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmod) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 188 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 345 #define fmod(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmod) macro
  /development/ndk/platforms/android-3/include/
math.h 228 double fmod(double, double);
  /development/ndk/platforms/android-9/include/
math.h 228 double fmod(double, double);
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 367 float time_in_two_intervals = fmod(seconds, 2.f * interval) / interval;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.cpp 90 return fmod(leftVal, rightVal);
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 39 printf("a=%f b=%f fmod(a, b)=%f\n", a, b, fmod(a, b));
more_x86_fp.stdout.exp 5 a=2.000000 b=3.000000 fmod(a, b)=2.000000
20 a=1.400000 b=-5.000000 fmod(a, b)=1.400000
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 212 static_assert((std::is_same<decltype(std::fmod((float)0, (float)0)), float>::value), "");
213 static_assert((std::is_same<decltype(std::fmod((bool)0, (float)0)), double>::value), "");
214 static_assert((std::is_same<decltype(std::fmod((unsigned short)0, (double)0)), double>::value), "");
215 static_assert((std::is_same<decltype(std::fmod((int)0, (long double)0)), long double>::value), "");
216 static_assert((std::is_same<decltype(std::fmod((float)0, (unsigned int)0)), double>::value), "");
217 static_assert((std::is_same<decltype(std::fmod((double)0, (long)0)), double>::value), "");
218 static_assert((std::is_same<decltype(std::fmod((long double)0, (unsigned long)0)), long double>::value), "");
219 static_assert((std::is_same<decltype(std::fmod((int)0, (long long)0)), double>::value), "");
220 static_assert((std::is_same<decltype(std::fmod((int)0, (unsigned long long)0)), double>::value), "");
221 static_assert((std::is_same<decltype(std::fmod((double)0, (double)0)), double>::value), "")
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 220 using std::fmod;\
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 59 using std::tr1::fmod;

Completed in 470 milliseconds

1 23 4 5 6 7 8