HomeSort by relevance Sort by last modified time
    Searched refs:rounded (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 397 // Extract integer part, rounded appropriately.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 91 // final width is rounded
  /prebuilts/go/linux-x86/src/go/constant/
value_test.go 387 // Instead, we compute the fraction again and compare the rounded
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 196 // shouldRoundUp reports if x should be rounded up
floatconv.go 217 // It sets z to the (possibly rounded) value of the corresponding floating-
  /prebuilts/go/linux-x86/src/math/
erf.go 60 // c = 0.84506291151 rounded to single (24 bits)
expm1.go 31 // the error in r when rounded to a floating-point number.
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 397 // Extract integer part, rounded appropriately.
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 567 double rounded = even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + 0.5); local
568 newConstArray[i].setDConst(rounded);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 1040 float rounded = amount >= 1f ? amount : 0f; local
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy_w16out.s 114 sub r9,r7,r8 @check the rounded height value
  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 366 # "rounded toward zero" semantics. For example, for (-5) / 2 an
  /external/ImageMagick/www/api/
attribute.php 85 <p>GetImageQuantumDepth() returns the depth of the image rounded to a legal quantum depth: 8, 16, or 32.</p>
  /external/libavc/common/arm/
ih264_weighted_pred_a9q.s 66 @* number of bits to be rounded off
296 @* number of bits to be rounded off
ih264_weighted_bi_pred_a9q.s 72 @* number of bits to be rounded off
387 @* number of bits to be rounded off
  /external/deqp/framework/common/
tcuTexture.cpp 255 const deUint32 rounded = convertSatRte<deUint32>(f); local
257 return de::min(rounded, maxUint24);
262 const deUint16 rounded = convertSatRte<deUint16>(f); local
264 return de::min(rounded, maxUint10);
269 const deUint16 rounded = convertSatRte<deUint16>(f); local
271 return de::min(rounded, maxUint12);
    [all...]
  /external/vixl/src/aarch64/
logic-aarch64.cc 4440 float rounded = FPRoundInt(input, rounding_mode); local
4450 double rounded = FPRoundInt(input, rounding_mode); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 600 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up local
602 truncated; // Rounded down
604 return float(rounded);
684 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 678 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up local
680 truncated; // Rounded down
682 return float(rounded);
762 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 335 // Will need to store the library name rounded up
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 335 // Will need to store the library name rounded up
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-core/1.0.0/
jarjar-core-1.0.0.jar 
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 714 int rounded = FA (sec->size);
721 dsize += rounded;
723 tsize += rounded;
713 int rounded = FA (sec->size); local
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 430 // var rounded = Math.round(x * SC_MAX_DECIMALS);
431 // return Math.round(rounded / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
435 // var rounded = Math.round(x * SC_MAX_DECIMALS);
436 // return Math.round(SC_MAX_DECIMALS / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
    [all...]
  /frameworks/rs/script_api/
rs_math.spec 1037 Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.
    [all...]

Completed in 2129 milliseconds

1 2 34 5 6 7