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

1 2 3 4 5 6 7 8 910

  /bionic/libm/x86_64/
ceilf.S 33 ENTRY(ceilf) function
36 END(ceilf)
  /bionic/libm/arm64/
ceil.S 24 ENTRY(ceilf) function
27 END(ceilf)
  /bionic/libm/x86/
ceilf.S 33 ENTRY(ceilf) function
39 END(ceilf)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ceilf.c 25 ceilf(float x) function
  /frameworks/base/libs/hwui/utils/
MathUtils.h 78 return (int)(ceilf(angleInRads / acos(targetCosVal)/2)) * 2;
Blur.cpp 41 const float radiusCeil = ceilf(radius);
  /frameworks/native/opengl/libagl/
fp.cpp 67 x = x - ceilf(x + 0.5f) + 1.0f;
  /frameworks/base/libs/hwui/
Rect.h 236 right = ceilf(right - Vertex::GeometryFudgeFactor());
237 bottom = ceilf(bottom - Vertex::GeometryFudgeFactor());
260 right = ceilf(right);
261 bottom = ceilf(bottom);
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 286 float horDscale = ceilf((float)src_w / (float)dst_w);
287 float verDscale = ceilf((float)src_h / (float)dst_h);
290 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
291 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.cpp 256 float horDscale = ceilf((float)src_w / (float)dst_w);
257 float verDscale = ceilf((float)src_h / (float)dst_h);
261 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
262 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 277 float horDscale = ceilf((float)src_w / (float)dst_w);
278 float verDscale = ceilf((float)src_h / (float)dst_h);
282 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
283 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h 90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
u_math.h 78 static INLINE float ceilf( float f ) function
134 return x >= 0.0f ? floorf(x + 0.5f) : ceilf(x - 0.5f);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 290 horDscale = ceilf((float)src_w / (float)dst_w);
291 verDscale = ceilf((float)src_h / (float)dst_h);
294 horDscale = powf(2.0f, ceilf(log2f(horDscale)));
295 verDscale = powf(2.0f, ceilf(log2f(verDscale)));
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 79 INLINE_DEF_FLOAT_SYMBOL(ceilf, 1)
  /external/mesa3d/src/mesa/main/
imports.h 122 #define ceilf(f) ((float) ceil(f)) macro
148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); }
252 *** CEILF: ceiling of float
262 #define CEILF(x) ceilf(x)
270 #define CEILF(x) ((GLfloat) ceil(x))
  /external/skia/include/private/
SkFloatingPoint.h 42 #define sk_float_ceil(x) ceilf(x)
  /external/v8/src/wasm/
wasm-external-refs.cc 24 void f32_ceil_wrapper(float* param) { *param = ceilf(*param); }
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 39 printf(" ceilF(%+20.4e) = %+20.4e\n", (double)f, (double)ceilf(f));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathinline.h 204 __NTH (ceilf (float __x)) function
  /external/bison/darwin-lib/
math.h 694 # undef ceilf
695 # define ceilf rpl_ceilf
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
698 _GL_CXXALIAS_RPL (ceilf, float, (float x));
701 # undef ceilf
702 _GL_FUNCDECL_SYS (ceilf, float, (float x));
704 _GL_CXXALIAS_SYS (ceilf, float, (float x));
706 _GL_CXXALIASWARN (ceilf);
708 # undef ceilf macro
710 _GL_WARN_ON_USE (ceilf, "ceilf is unportable -
    [all...]
  /external/bison/lib/
math.in.h 382 # undef ceilf macro
383 # define ceilf rpl_ceilf macro
385 _GL_FUNCDECL_RPL (ceilf, float, (float x));
386 _GL_CXXALIAS_RPL (ceilf, float, (float x));
389 # undef ceilf macro
390 _GL_FUNCDECL_SYS (ceilf, float, (float x));
392 _GL_CXXALIAS_SYS (ceilf, float, (float x));
394 _GL_CXXALIASWARN (ceilf); variable
396 # undef ceilf macro
398 _GL_WARN_ON_USE (ceilf, "ceilf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 694 # undef ceilf
695 # define ceilf rpl_ceilf
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
698 _GL_CXXALIAS_RPL (ceilf, float, (float x));
701 # undef ceilf
702 _GL_FUNCDECL_SYS (ceilf, float, (float x));
704 _GL_CXXALIAS_SYS (ceilf, float, (float x));
706 _GL_CXXALIASWARN (ceilf);
708 # undef ceilf macro
710 _GL_WARN_ON_USE (ceilf, "ceilf is unportable -
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 685 setup->emaj.sy = ceilf(vmin_y);
686 setup->emaj.lines = (int) ceilf(vmax_y - setup->emaj.sy);
690 setup->etop.sy = ceilf(vmid_y);
691 setup->etop.lines = (int) ceilf(vmax_y - setup->etop.sy);
695 setup->ebot.sy = ceilf(vmin_y);
696 setup->ebot.lines = (int) ceilf(vmid_y - setup->ebot.sy);
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 62 float ceilf(float);
274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos),
361 // CHECK-NOERRNO: declare float @ceilf(float) [[NUW]]
546 // CHECK-ERRNO: declare float @ceilf(float) [[NUW]]

Completed in 1561 milliseconds

1 2 3 4 5 6 7 8 910