HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 151 - 175 of 378) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
updateSettings.m 7 setupStruct.estLen = round(setupStruct.avtime * setupStruct.samplingfreq/setupStruct.updatel);
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 292 int w = Math.round(scale * width);
293 int h = Math.round(scale * height);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 160 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 160 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict8x8_neon.asm 62 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8
91 vqrshrn.u16 d26, q6, #7 ;shift/round/saturate to u8
129 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
bilinearpredict16x16_neon.asm 93 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
155 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8
209 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
278 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
331 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
sixtappredict4x4_neon.asm 122 vqrshrun.s16 d27, q7, #7 ;shift/round/saturate to u8
201 vqrshrun.s16 d29, q7, #7 ;shift/round/saturate to u8
245 vqrshrun.s16 d3, q5, #7 ;shift/round/saturate to u8
332 vqrshrun.s16 d27, q7, #7 ;shift/round/saturate to u8
397 vqrshrun.s16 d3, q5, #7 ;shift/round/saturate to u8
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance8x8_neon.asm 65 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8
94 vqrshrn.u16 d26, q6, #7 ;shift/round/saturate to u8
131 vqrshrn.u16 d22, q1, #7 ;shift/round/saturate to u8
vp8_subpixelvariance16x16_neon.asm 96 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
158 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8
215 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
284 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
340 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
vp8_subpixelvariance16x16s_neon.asm 60 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
241 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
259 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
368 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
386 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
435 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 108 ; x + round
267 movdqa xmm2, XMMWORD PTR[rdi] ;round lo
268 movdqa xmm3, XMMWORD PTR[rdi + 16] ;round hi
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 59 * Rounding mode to round towards positive infinity. For positive values
68 * Rounding mode to round towards negative infinity. For positive values
835 return add(augend).round(mc);
845 return add(augend).round(mc);
849 return add(augend).round(mc);
1888 public BigDecimal round(MathContext mc) { method in class:BigDecimal
    [all...]
  /external/iproute2/ip/
ipaddress.c 814 int round = 0; local
821 while (round < MAX_ROUNDS) {
853 if (round == 0)
856 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
861 round++;
866 printf("\n*** Round %d, deleting %d addresses ***\n", round, filter.flushed);
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp 318 parsed = max(round(parsed), 1.0);
322 result = max(round(result), 1.0);
360 newValue = round(newValue * scale) / scale;
363 newValue = round((base + round((newValue - base) / step) * step) * scale) / scale;
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 767 vpx_codec_pts_t round, delta; local
772 round = 1000000 * ctx->cfg.g_timebase.num / 2 - 1;
778 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
781 (delta * ctx->cfg.g_timebase.den + round)
797 * ctx->cfg.g_timebase.den + round)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 68 return round(numPixels) + "px";
531 var round = Math.round; variable
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 606 int absoluteX = Math.round(x) + (WIDE ? mScrollPosition : 0);
607 int absoluteY = Math.round(y) + (WIDE ? 0 : mScrollPosition);
694 Math.round(distance), 0, mLayout.getScrollLimit());
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 340 System.out.println("Round 2 Error: "+s);
371 // System.out.println("Round 2 Error"+s);
454 System.out.println("Round 2 Error"+s);
570 assertTrue(Math.round(funcVal) == Math.round(sinusVal));
629 assertSame(Math.round(Math.sin(input)), Math.round(Double.parseDouble(val)));
642 assertSame(Math.round(Math.sin(input)), Math.round(Double.parseDouble(val)));
    [all...]
  /external/libvpx/vp8/common/x86/
subpixel_ssse3.asm 988 paddw xmm3, [GLOBAL(rd)] ; xmm3 += round value
991 paddw xmm4, [GLOBAL(rd)] ; xmm4 += round value
1012 paddw xmm6, [GLOBAL(rd)] ; xmm6 += round value
1015 paddw xmm4, [GLOBAL(rd)] ; xmm4 += round value
1027 paddw xmm5, [GLOBAL(rd)] ; xmm5 += round value
1030 paddw xmm7, [GLOBAL(rd)] ; xmm7 += round value
    [all...]
  /external/webkit/Tools/Scripts/
bisect-builds 248 my ($nightlies, $revision, $round) = @_;
267 return ($round eq "floor") ? $lowIndex : $highIndex;
  /frameworks/base/media/java/android/media/
RemoteControlClient.java     [all...]

Completed in 478 milliseconds

1 2 3 4 5 67 8 91011>>