Home
last modified time | relevance | path

Searched defs:rounded (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_shrink_vectors.c81 unsigned rounded = round_up_components(last_bit); in shrink_dest_to_read_mask() local
198 unsigned rounded = round_up_components(num_components); in opt_shrink_vectors_alu() local
316 unsigned rounded = round_up_components(num_components); in opt_shrink_vectors_load_const() local
/third_party/skia/modules/skottie/src/layers/shapelayer/
DRoundCorners.cpp45 std::vector<sk_sp<sksg::GeometryNode>> rounded; in AttachRoundGeometryEffect() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_dce.c86 unsigned rounded = mir_round_bytemask_up(live[ins->dest], round_size); in midgard_opt_dead_code_eliminate_block() local
Dmir_promote_uniforms.c335 uint16_t rounded = mir_round_bytemask_up(mir_bytemask(ins), type_size); in midgard_promote_uniforms() local
/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp66 int32_t rounded = temp + 32768; in full_res_lerp() local
Dbilerp-study.cpp64 int64_t rounded = temp + (1LL << 31); in full_res_bilerp() local
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c1076 s32 rounded; in ntfs_comp_set() local
1630 s32 rounded; in ntfs_flush() local
1671 s64 offs, s64 to_write, s64 rounded, in ntfs_compressed_pwrite()
/third_party/vk-gl-cts/framework/common/
DtcuBilinearImageCompare.cpp80 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); in interpolateChannel() local
DtcuTexture.cpp256 const deUint32 rounded = convertSatRte<deUint32>(f); in convertSatRteUint24() local
263 const deUint16 rounded = convertSatRte<deUint16>(f); in convertSatRteUint10() local
270 const deUint16 rounded = convertSatRte<deUint16>(f); in convertSatRteUint12() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp529 dst_reg rounded(this, glsl_type::vec4_type); in emit_pack_unorm_4x8() local
551 dst_reg rounded(this, glsl_type::vec4_type); in emit_pack_snorm_4x8() local
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp621 …double rounded = even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + … in fold() local
/third_party/flutter/skia/gm/
Drasterhandleallocator.cpp172 RECT rounded = toRECT(r.round()); in drawRect() local
/third_party/skia/gm/
Drasterhandleallocator.cpp171 RECT rounded = toRECT(r.round()); in drawRect() local
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp208 UINT_64 truncated, rounded; in Flt32sToInt32s() local
/third_party/python/Objects/
Dfloatobject.c928 double rounded; in double_round() local
1047 double x, rounded; in float___round___impl() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_matrix.cpp278 real64 rounded = Round_int32 (fData [j] [k] * factor) * invFactor; in SafeRound() local
/third_party/flutter/skia/src/core/
DSkRecorder.cpp61 SkIRect rounded = bounds.roundOut(); in reset() local
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp337 std::vector<sk_sp<sksg::GeometryNode>> rounded; in AttachRoundGeometryEffect() local
/third_party/python/Python/
Dpytime.c106 double rounded = round(x); in _PyTime_RoundHalfEven() local
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py433 def check_ulpdiff(self, exact, rounded): argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp490 double rounded = round(clampedValue); in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp480 double rounded = round(clampedValue); in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp598 SIMD::UInt rounded = base + bias + SIMD::UInt(0x00000FFF) + ((base >> 13) & SIMD::UInt(1)); in floatToHalfBits() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrUtil.cpp1491 …const tcu::Interval rounded (de::max(deFloor(gridAB.lo()) / subdivisions, 0.0) , de::min(deCeil(… in calculateAB() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1491 …const tcu::Interval rounded (de::max(deFloor(gridAB.lo()) / subdivisions, 0.0) , de::min(deCeil(… in calculateAB() local

12