HomeSort by relevance Sort by last modified time
    Searched refs:ceilf (Results 101 - 118 of 118) sorted by null

1 2 3 45

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]
  /external/clang/lib/Headers/
tgmath.h 597 __tg_ceil(float __x) {return ceilf(__x);}
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp     [all...]
InlineFlowBox.cpp     [all...]
RenderBlock.cpp     [all...]
RenderThemeMac.mm     [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 597 __tg_ceil(float __x) {return ceilf(__x);}
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 190 data.f[c] = ceilf(op[0]->value.f[c]);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 742 bmaxs[i] = (int) ceilf(maxs[i]/16);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 762 *halfWidth = static_cast<int>(ceilf(sigma * 3.0f));
    [all...]
  /gdk/samples/quake/jni/
gl_model.cpp 742 bmaxs[i] = (int) ceilf(maxs[i]/16);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 794 float right = tw * (int) ceilf(visibleTileClip.maxX() / (float) tw);
795 float bottom = th * (int) ceilf(visibleTileClip.maxY() / (float) th);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/projects/sample/
configure     [all...]
  /external/llvm/
configure     [all...]

Completed in 9749 milliseconds

1 2 3 45