HomeSort by relevance Sort by last modified time
    Searched full:ceilf (Results 226 - 250 of 342) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 305 case LibFunc::ceilf:
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
builtins.def 202 DEF_C99_C90RES_BUILTIN (BUILT_IN_CEILF, "ceilf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LEAF_LIST)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def 202 DEF_C99_C90RES_BUILTIN (BUILT_IN_CEILF, "ceilf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LEAF_LIST)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
builtins.def 202 DEF_C99_C90RES_BUILTIN (BUILT_IN_CEILF, "ceilf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LEAF_LIST)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def 202 DEF_C99_C90RES_BUILTIN (BUILT_IN_CEILF, "ceilf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LEAF_LIST)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 597 __tg_ceil(float __x) {return ceilf(__x);}
  /prebuilts/sdk/renderscript/lib/arm/
libm.so 
  /prebuilts/sdk/renderscript/lib/mips/
libm.so 
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 638 right = clampEdgeValue(ceilf(mappedQuadBounds.maxX()));
644 bottom = clampEdgeValue(ceilf(mappedQuadBounds.maxY()));
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libgnustl_shared.so 
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libgnustl_shared.so 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 391 LayoutUnit numberOfLinesWithLeading = ceilf(static_cast<float>(logicalHeight() - lineGridFontHeight) / gridLineHeight);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 106 dst->f[0] = ceilf(src->f[0]);
107 dst->f[1] = ceilf(src->f[1]);
108 dst->f[2] = ceilf(src->f[2]);
109 dst->f[3] = ceilf(src->f[3]);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 106 dst->f[0] = ceilf(src->f[0]);
107 dst->f[1] = ceilf(src->f[1]);
108 dst->f[2] = ceilf(src->f[2]);
109 dst->f[3] = ceilf(src->f[3]);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 53 static_assert((std::is_same<decltype(ceilf(0)), float>::value), "");
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp 289 data.f[c] = ceilf(op[0]->value.f[c]);
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def     [all...]
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 289 data.f[c] = ceilf(op[0]->value.f[c]);
    [all...]

Completed in 276 milliseconds

1 2 3 4 5 6 7 8 91011>>