HomeSort by relevance Sort by last modified time
    Searched refs:fmod (Results 126 - 150 of 225) sorted by null

1 2 3 4 56 7 8 9

  /external/libxml2/
trio.c 263 # define fmodl(x,y) fmod((double)(x),(double)(y))
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 277 /// double fmod(double x, double y);
278 fmod, enumerator in enum:llvm::LibFunc::Func
  /external/pdfium/core/include/fxcrt/
fx_system.h 251 #define FXSYS_fmod(a, b) (FX_FLOAT)fmod(a, b)
  /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
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/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/darwin-x86/host/3.5/lib/clang/3.5/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/linux-x86/host/3.4/lib/clang/3.4/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/linux-x86/host/3.5/lib/clang/3.5/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/misc/darwin-x86/analyzer/lib/clang/3.3/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/misc/linux-x86/analyzer/lib/clang/3.3/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/sdk/renderscript/clang-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
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 681 #define __ieee754_fmod fmod
  /external/chromium_org/v8/src/
conversions.cc 443 double remainder = std::fmod(integer_part, radix);
  /ndk/sources/android/support/src/msun/
math_private.h 681 #define __ieee754_fmod fmod
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 468 extern float __attribute__((const, overloadable)) fmod(float x, float y);
469 FN_FUNC_FN_FN(fmod)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 468 extern float __attribute__((const, overloadable)) fmod(float x, float y);
469 FN_FUNC_FN_FN(fmod)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 468 extern float __attribute__((const, overloadable)) fmod(float x, float y);
469 FN_FUNC_FN_FN(fmod)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 230 numberValue = fmod(numberValue, LimitsTrait::numberOfValues);
279 return static_cast<T>(fmod(numberValue, LimitsTrait::numberOfValues));
    [all...]
  /external/chromium_org/v8/test/mjsunit/
div-mod.js 130 // Due to a bug in fmod(), modulos involving denormals
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 100 static_assert((std::is_same<decltype(fmod((double)0, (double)0)), double>::value), "");
103 assert(fmod(1.5,1) == .5);
  /external/ltrace/etc/
libm.so.conf 332 double fmod(double, double);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 100 static_assert((std::is_same<decltype(fmod((double)0, (double)0)), double>::value), "");
103 assert(fmod(1.5,1) == .5);
  /development/ndk/platforms/android-13/include/
math.h 228 double fmod(double, double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 228 double fmod(double, double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 228 double fmod(double, double) __NDK_FPABI_MATH__;

Completed in 2515 milliseconds

1 2 3 4 56 7 8 9