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

1 2 3 4 5 67 8 91011

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 657 Math.round(((color >> 16) & 0xFF) * prealpha),
658 Math.round(((color >> 8) & 0xFF) * prealpha),
659 Math.round((color & 0xFF) * prealpha),
660 Math.round(255 * prealpha));
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 270 mX = Math.round(keyXPos + horizontalGapFloat / 2);
272 mWidth = Math.round(keyWidth - horizontalGapFloat);
273 mHitBox.set(Math.round(keyXPos), keyYPos, Math.round(keyXPos + keyWidth) + 1,
282 final int visualInsetsLeft = Math.round(keyAttr.getFraction(
284 final int visualInsetsRight = Math.round(keyAttr.getFraction(
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 517 // round n up to a multiple of a. a must be a power of 2.
518 func round(n, a uintptr) uintptr { func
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 517 // round n up to a multiple of a. a must be a power of 2.
518 func round(n, a uintptr) uintptr { func
    [all...]
  /system/bt/stack/smp/
smp_int.h 307 round; /* authentication stage 1 round for passkey association model */ member in struct:__anon106596
485 extern uint8_t smp_calculate_random_input(uint8_t* random, uint8_t round);
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 3124 bfd_boolean round = FALSE; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 105 static native float round(float x); method in class:CoreMathVerifier
925 static private Target.Floaty round(double d, Target t) { method in class:CoreMathVerifier
    [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 67 * On certain platforms, round is a macro defined in math.h
71 #ifdef round
72 #undef round macro
891 fImpl->round(adjustedNum, status);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 459 __m128i round, quant, dequant; local
465 round = _mm_load_si128((const __m128i *)round_ptr);
486 qcoeff0 = _mm_adds_epi16(qcoeff0, round);
487 round = _mm_unpackhi_epi64(round, round);
488 qcoeff1 = _mm_adds_epi16(qcoeff1, round);
553 qcoeff0 = _mm_adds_epi16(qcoeff0, round);
554 qcoeff1 = _mm_adds_epi16(qcoeff1, round);
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.cc 857 static const char* rmode[] = {"0b00 (Round to Nearest)",
858 "0b01 (Round towards Plus Infinity)",
859 "0b10 (Round towards Minus Infinity)",
860 "0b11 (Round towards Zero)"};
2246 FPRounding round = ReadRMode(); local
2437 FPRounding round = ReadRMode(); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 1948 const bfd_vma round = ecoff_backend (abfd)->round; local
2329 const bfd_vma round = backend->round; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java 803 private double round(double number) { method in class:DecimalFormat
999 private static double round(double number, double roundingInc, double roundingIncReciprocal, method in class:DecimalFormat
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java 808 private double round(double number) { method in class:DecimalFormat
1004 private static double round(double number, double roundingInc, double roundingIncReciprocal, method in class:DecimalFormat
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 260 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) function in namespace:vkt::shaderexecutor
449 ret[ndx] = round(fmt, value[ndx]);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 281 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) function in namespace:deqp::gls::BuiltinPrecisionTests
470 ret[ndx] = round(fmt, value[ndx]);
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 3846 IRTemp shval, old_shval, imm_val, round; local
3983 IRTemp tmp, shval, mask, old_shval, imm_val, round; local
12337 Bool round = False; local
    [all...]
guest_ppc_toIR.c 74 round-to-nearest. This means V will compute incorrect results
10299 IRExpr* round = get_IR_roundingmode_DFP(); local
10357 IRExpr* round = get_IR_roundingmode_DFP(); local
10482 IRExpr* round = get_IR_roundingmode_DFP(); local
10548 IRExpr* round = get_IR_roundingmode_DFP(); local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 158 milliseconds

1 2 3 4 5 67 8 91011