HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 376 - 400 of 1622) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
tgmath.h 126 #define ceil(x) __TGMATH_REAL(x, ceil) macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /external/deqp/android/cts/master/src/
gles3-driver-issues.txt 116 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.scalar
117 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec2
118 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec3
119 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_vertex.vec4
120 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.scalar
121 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec2
122 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec3
123 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.lowp_fragment.vec4
124 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.mediump_vertex.scalar
125 dEQP-GLES3.functional.shaders.builtin_functions.precision.ceil.mediump_vertex.vec
    [all...]
  /external/llvm/test/MC/Mips/
micromips-fpu-instructions.s 30 # CHECK-EL: ceil.w.s $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x1b]
31 # CHECK-EL: ceil.w.d $f6, $f8 # encoding: [0xc8,0x54,0x3b,0x5b]
95 # CHECK-EB: ceil.w.s $f6, $f8 # encoding: [0x54,0xc8,0x1b,0x3b]
96 # CHECK-EB: ceil.w.d $f6, $f8 # encoding: [0x54,0xc8,0x5b,0x3b]
156 ceil.w.s $f6, $f8
157 ceil.w.d $f6, $f8
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 163 xpos = (float) Math.ceil(segmentStartX);
172 xpos = (float) Math.ceil(segmentEndX);
183 ypos = (float) Math.ceil(segmentStartY);
192 ypos = (float) Math.ceil(segmentEndY);
213 int xCeiling = (int) Math.ceil(x);
215 int yCeiling = (int) Math.ceil(y);
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 109 handled |= scrollLeft(widget, text, (int)Math.ceil(-hscroll));
111 handled |= scrollRight(widget, text, (int)Math.ceil(hscroll));
114 handled |= scrollUp(widget, text, (int)Math.ceil(-vscroll));
116 handled |= scrollDown(widget, text, (int)Math.ceil(vscroll));
419 return (int) Math.ceil(widget.getPaint().getFontSpacing());
448 final int lineRight = (int) Math.ceil(layout.getLineRight(line));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
365 _STLP_DMATH_INLINE(ceil)
436 _STLP_DEF_MATH_INLINE(ceil, ceil)
517 # pragma intrinsic (ceil, floor)
558 using ::ceil;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 347 # pragma function (ceil, floor)
365 _STLP_DMATH_INLINE(ceil)
436 _STLP_DEF_MATH_INLINE(ceil, ceil)
517 # pragma intrinsic (ceil, floor)
558 using ::ceil;
  /external/libvncserver/webclients/novnc/include/
display.js 664 var XORsz = Math.ceil((w * h) / 8.0);
665 var ANDsz = Math.ceil((w * h) / 8.0);
707 var idx = y * Math.ceil(w0 / 8) + Math.floor(x / 8);
724 for (x = 0; x < Math.ceil(w / 8); x++) {
732 for (x = 0; x < Math.ceil(w / 8); x++) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 192 ascent = (int) Math.ceil(-textPaint.ascent());
193 descent = (int) Math.ceil(textPaint.descent());
194 measuredTextWidth = (int) Math.ceil(textPaint.measureText(text));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 176 /** The {@code FastMath.ceil} method wrapped as a {@link ComposableFunction}. */
177 public static final ComposableFunction CEIL = new ComposableFunction() {
181 return FastMath.ceil(d);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_version200.py 31 return int(math.ceil(math.log(number,2)))
184 nbytes = int(math.ceil(nbits/8.))
273 """Returns a prime number of max. 'math.ceil(nbits/8)*8' bits. In
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 312 // Minimum number of samples is max(ceil(<mss> * <samples>),1). Decrease mss with epsilon to prevent
325 << "Minimum sample count: ceil(shadingValue * numSamples) = ceil(" << (ratio * (float)m_numTargetSamples) << ") = " << sampleCount
  /external/llvm/test/CodeGen/Mips/
fp16instrinsmc.ll 266 %call = call double @ceil(double %0) #2
267 ;pic: lw ${{[0-9]+}}, %call16(ceil)(${{[0-9]+}})
274 declare double @ceil(double) #1
  /external/llvm/test/Transforms/InstCombine/
disable-simplify-libcalls.ll 15 declare double @ceil(double)
55 %ret = call double @ceil(double %x)
57 ; CHECK: call double @ceil
float-shrink-compare.ll 7 %2 = call double @ceil(double %1) nounwind readnone
92 %3 = call double @ceil(double %2) nounwind readnone
263 declare double @ceil(double) nounwind readnone
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 446 VGint size = ceil(2.146 * deviation);
463 kernel[idx] = compute_gaussian_componenet(i-(ceil(width/2))-1,
464 j-ceil(height/2)-1,
  /external/autotest/client/site_tests/video_VDAPerf/
video_VDAPerf.py 17 from math import ceil, floor namespace
55 c, f = int(ceil(i)), int(floor(i))
  /external/deqp/framework/delibs/debase/
deMath.h 88 DE_INLINE float deFloatCeil (float a) { return (float)ceil(a); }
102 DE_INLINE double deCeil (double a) { return ceil(a); }
  /external/dng_sdk/source/
dng_gain_map.cpp 200 fResetColumn = (int32) ceil (fMap.Origin ().h / fScale.h - fOffset.h);
239 fResetColumn = (int32) ceil (((colIndex + 1) * fMap.Spacing ().h +
  /external/llvm/lib/Target/Mips/
MicroMips32r6InstrInfo.td 116 class CEIL_L_S_MMR6_ENC : POOL32F_MATH_FM_MMR6<"ceil.l.s", 0, 0b01001100>;
117 class CEIL_L_D_MMR6_ENC : POOL32F_MATH_FM_MMR6<"ceil.l.d", 1, 0b01001100>;
118 class CEIL_W_S_MMR6_ENC : POOL32F_MATH_FM_MMR6<"ceil.w.s", 0, 0b01101100>;
119 class CEIL_W_D_MMR6_ENC : POOL32F_MATH_FM_MMR6<"ceil.w.d", 1, 0b01101100>;
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
float-intrinsics-float.ll 141 declare float @llvm.ceil.f32(float %Val)
147 %1 = call float @llvm.ceil.f32(float %a)

Completed in 1230 milliseconds

<<11121314151617181920>>