Searched refs:floorf (Results 1 - 25 of 41) sorted by relevance

12

/external/opencv3/modules/cudawarping/test/
H A Dinterpolation.hpp107 const float xmax = floorf(x + 2.0f);
110 const float ymax = floorf(y + 2.0f);
120 sum += w * readVal<T>(src, (int) floorf(cy), (int) floorf(cx), c, border_type, borderVal);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c191 x -= floorf(x);
240 {"floor", &lp_build_floor, &floorf, round_values, Elements(round_values), 24.0 },
H A Dlp_setup_line.c270 return f - floorf(f);
/external/mesa3d/src/mesa/main/
H A Dimports.h127 #define floorf(f) ((float) floor(f)) macro
148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); }
263 #define FLOORF(x) floorf(x)
/external/opencv3/3rdparty/openexr/Imath/
H A DImathMath.h144 static float floor (float x) {return ::floorf (x);}
/external/skia/include/private/
H A DSkFloatingPoint.h63 #define sk_float_floor(x) floorf(x)
/external/valgrind/memcheck/tests/
H A Dvcpu_fnfns.c27 printf("floorF(%+20.4e) = %+20.4e\n", (double)f, (double)floorf(f));
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dfilters.hpp152 const float xmax = ::floorf(x + 2.0f);
155 const float ymax = ::floorf(y + 2.0f);
/external/bison/darwin-lib/
H A Dmath.h1041 # undef floorf
1042 # define floorf rpl_floorf
1044 _GL_FUNCDECL_RPL (floorf, float, (float x));
1045 _GL_CXXALIAS_RPL (floorf, float, (float x));
1048 # undef floorf
1049 _GL_FUNCDECL_SYS (floorf, float, (float x));
1051 _GL_CXXALIAS_SYS (floorf, float, (float x));
1053 _GL_CXXALIASWARN (floorf);
1055 # undef floorf macro
1057 _GL_WARN_ON_USE (floorf, "floor
[all...]
/external/bison/lib/
H A Dmath.in.h729 # undef floorf macro
730 # define floorf rpl_floorf macro
732 _GL_FUNCDECL_RPL (floorf, float, (float x));
733 _GL_CXXALIAS_RPL (floorf, float, (float x));
736 # undef floorf macro
737 _GL_FUNCDECL_SYS (floorf, float, (float x));
739 _GL_CXXALIAS_SYS (floorf, float, (float x));
741 _GL_CXXALIASWARN (floorf); variable
743 # undef floorf macro
745 _GL_WARN_ON_USE (floorf, "floor
[all...]
/external/bison/linux-lib/
H A Dmath.h1041 # undef floorf
1042 # define floorf rpl_floorf
1044 _GL_FUNCDECL_RPL (floorf, float, (float x));
1045 _GL_CXXALIAS_RPL (floorf, float, (float x));
1048 # undef floorf
1049 _GL_FUNCDECL_SYS (floorf, float, (float x));
1051 _GL_CXXALIAS_SYS (floorf, float, (float x));
1053 _GL_CXXALIASWARN (floorf);
1055 # undef floorf macro
1057 _GL_WARN_ON_USE (floorf, "floor
[all...]
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c89 float floorf(float);
279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
388 // CHECK-NOERRNO: declare float @floorf(float) [[NUW]]
549 // CHECK-ERRNO: declare float @floorf(float) [[NUW]]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h83 static INLINE float floorf( float f ) function
134 return x >= 0.0f ? floorf(x + 0.5f) : ceilf(x - 0.5f);
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
H A Dinterpolation.hpp187 const float xmax = ::floorf(x + 2.0f);
190 const float ymax = ::floorf(y + 2.0f);
/external/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h239 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl:
/external/opencv3/modules/cudaoptflow/src/cuda/
H A Dtvl1flow.cu123 const int xmax = ::floorf(wx + 2.0f);
126 const int ymax = ::floorf(wy + 2.0f);
H A Dfarneback.cu170 int x1 = floorf(fx);
171 int y1 = floorf(fy);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c86 dst->i[0] = (int)floorf(src->f[0]);
87 dst->i[1] = (int)floorf(src->f[1]);
88 dst->i[2] = (int)floorf(src->f[2]);
89 dst->i[3] = (int)floorf(src->f[3]);
96 dst->i[0] = (int)floorf(src->f[0] + 0.5f);
97 dst->i[1] = (int)floorf(src->f[1] + 0.5f);
98 dst->i[2] = (int)floorf(src->f[2] + 0.5f);
99 dst->i[3] = (int)floorf(src->f[3] + 0.5f);
216 dst->f[0] = floorf(src->f[0]);
217 dst->f[1] = floorf(sr
[all...]
/external/skia/src/effects/
H A DSkBlurImageFilter.cpp60 int d = static_cast<int>(floorf(SkScalarToFloat(s) * 3.0f * sqrtf(2.0f * pi) / 4.0f + 0.5f));
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c294 iterations = (int) floorf((limit_value - counter_value.Value) /
/external/skia/src/core/
H A DSkNx.h146 static float Floor(float val) { return ::floorf(val); }
/external/ltrace/etc/
H A Dlibm.so.conf141 float floorf(float);
/external/skia/tests/
H A DMathTest.cpp423 int round = (int)floorf(s + 0.5f);
424 int trunc = (int)floorf(s);
/external/llvm/lib/Analysis/
H A DVectorUtils.cpp196 case LibFunc::floorf:
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp344 case LibFunc::floorf:

Completed in 8129 milliseconds

12