HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 526 - 550 of 808) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 1205 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; local
    [all...]
  /external/clang/lib/Headers/
tgmath.h 1140 // round
1148 __tg_round(double __x) {return round(__x);}
1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1205 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; local
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1140 // round
1148 __tg_round(double __x) {return round(__x);}
1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageCache.java 496 memCacheSize = Math.round(percent * Runtime.getRuntime().maxMemory() / 1024);
  /external/chromium_org/chrome/browser/resources/file_manager/js/
action_choice.js 431 var top = Math.round((window.screen.availHeight - height) / 2);
432 var left = Math.round((window.screen.availWidth - width) / 2);
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
commands.js 437 screenStrip.top = Math.round(viewport.imageToScreenY(previousRow));
439 Math.round(viewport.imageToScreenY(updatedRow)) - screenStrip.top;
image_transform.js 145 -Math.round(rect.width / 6), -Math.round(rect.height / 6));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java 530 int leftMargin = Math.round(x * scale);
531 int topMargin = Math.round(mRenderCoordinates.getContentOffsetYPix() + y * scale);
532 int scaledWidth = Math.round(width * scale);
539 scaledWidth, Math.round(height * scale));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
OverviewGrid.js 408 var offset = Math.round(event.wheelDeltaX * WebInspector.OverviewGrid.WindowScrollSpeedFactor);
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 184 /* round segments the overshoot positions. */
227 FT_Bool round = 0; local
298 /* now check whether the point belongs to a straight or round */
338 /* now set the `round' flag depending on the segment's kind */
339 round = FT_BOOL(
343 FT_TRACE5(( "%c ", round ? 'r' : 'f' ));
346 if ( round )
829 /* a segment is round if either its first or last point */
    [all...]
aflatin2.c 222 FT_Bool round; local
291 /* now check whether the point belongs to a straight or round */
331 /* now, set the `round' flag depending on the segment's kind */
332 round = FT_BOOL(
336 FT_TRACE5(( "%c ", round ? 'r' : 'f' ));
339 if ( round )
804 /* a segment is round if it doesn't have successive */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 126 round(double x) function
299 * Round float to nearest int.
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 73 int iv = (int)round(v * DENOM * 2 / PI);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 536 buffer.append(Math.round(this.stddev[i]*1000)/1000.0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 296 thisItem.setX((int)(Math.round((thisItem.timestamp-closestPrecedingItem.timestamp)*increments)+closestPrecedingItem.x));
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 436 _metrics.put (out [0], (int) Math.round (((criterion * IItem.PRECISION) / 100.0)));
  /external/freetype/src/autofit/
aflatin2.c 223 FT_Bool round; local
290 /* now check whether the point belongs to a straight or round */
335 /* now, set the `round' flag depending on the segment's kind */
336 round = FT_BOOL(
340 FT_TRACE5(( " (%s)\n", round ? "round" : "flat" ));
343 if ( round )
578 /* we round up much more often */
832 /* a segment is round if it doesn't have successive */
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java     [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 131 paddusw mm3, RD ; mm3 += round value
227 paddusw mm3, RD ; mm3 += round value
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 248 "round",
440 TLI.setUnavailable(LibFunc::round);
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 126 round(double x) function
299 * Round float to nearest int.
  /external/qemu/target-mips/
helper.h 193 FOP_PROTO(round)
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 73 int iv = (int)round(v * DENOM * 2 / PI);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 103 WebRtc_Word16 round, shftVal = 0, sh; local
117 round = 32;
121 round = 256;
130 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + round,
    [all...]

Completed in 1391 milliseconds

<<21222324252627282930>>