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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFmod.rs 26 return fmod(inNumerator, inDenominator);
31 return fmod(inNumerator, inDenominator);
36 return fmod(inNumerator, inDenominator);
41 return fmod(inNumerator, inDenominator);
46 return fmod(inNumerator, inDenominator);
51 return fmod(inNumerator, inDenominator);
56 return fmod(inNumerator, inDenominator);
61 return fmod(inNumerator, inDenominator);
  /external/ltp/testcases/misc/math/float/
float_power.c 35 {FUNC_FMOD, 50, fmod, "fmod", "fmod_inp.ref", "fmod_out.ref",
  /art/runtime/interpreter/mterp/arm64/
op_rem_double.S 7 bl fmod
op_rem_double_2addr.S 6 bl fmod
  /art/runtime/interpreter/mterp/mips64/
op_rem_double.S 2 .extern fmod
7 jal fmod # f0 <- f12 op f13
op_rem_double_2addr.S 2 .extern fmod
7 jal fmod # f0 <- f12 op f13
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
w_fmod.c 19 * wrapper fmod(x,y)
27 fmod(double x, double y) /* wrapper fmod */ function
36 return __kernel_standard(x,y,27); /* fmod(x,0) */
  /device/google/contexthub/firmware/lib/libm/
wf_fmod.c 64 double fmod(double x, double y) function
66 double fmod(x,y)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
math.s 17 .float $fmod(10,4)
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 66 extern double fmod(double x, double y);
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cmath 70 using ::fmod;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
cmath 70 using ::fmod;
  /bionic/libm/
fake_long_double.c 29 long double fmodl(long double a1, long double a2) { return fmod(a1, a2); }
  /external/skia/gm/
SkAnimTimer.h 103 value = ::fmod(value, SkScalarToDouble(period));
119 double value = ::fmod(t + phase, period);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymath.h 32 extern double fmod (double, double);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymath.h 32 extern double fmod (double, double);
  /libcore/ojluni/src/main/native/
jfdlibm.h 54 #define fmod jmod macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymath.h 32 extern double fmod (double, double);
  /prebuilts/gdb/linux-x86/include/python2.7/
pymath.h 32 extern double fmod (double, double);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 32 extern double fmod (double, double);

Completed in 820 milliseconds

1 2 3 4 5 6 7 8 91011>>