/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
c++config.h | 616 /* Define to 1 if you have the `fmodf' function. */ 1454 # define fmodf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ |
c++config.h | 616 /* Define to 1 if you have the `fmodf' function. */ 1454 # define fmodf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
c++config.h | 616 /* Define to 1 if you have the `fmodf' function. */ 1454 # define fmodf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
c++config.h | 616 /* Define to 1 if you have the `fmodf' function. */ 1454 # define fmodf macro [all...] |
/bionic/tests/ |
math_test.cpp | 551 TEST(math, fmodf) { 552 ASSERT_FLOAT_EQ(2.0f, fmodf(12.0f, 10.0f));
|
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 446 call SYMBOL(fmodf) // (jfloat a, jfloat b) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 101 static_assert((std::is_same<decltype(fmodf(0,0)), float>::value), "");
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGradientValue.cpp | 577 angleDeg = fmodf(angleDeg, 360); [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);}
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);}
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBlock.cpp | [all...] |
/art/runtime/interpreter/ |
interpreter.cc | [all...] |
/dalvik/vm/mterp/out/ |
InterpC-allstubs.cpp | 28 #include <math.h> // needed for fmod, fmodf [all...] |
InterpC-portable.cpp | 28 #include <math.h> // needed for fmod, fmodf [all...] |
InterpAsm-mips.S | [all...] |
InterpAsm-armv5te-vfp.S | [all...] |
InterpAsm-armv5te.S | [all...] |
InterpAsm-armv7-a-neon.S | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleBuilderCustom.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext.cpp | 896 float widthMod = fmodf(width * deviceScaleFactor, rowPixels); [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
mandreel.js | 3829 function fmodf(sp) function [all...] |