Home
last modified time | relevance | path

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

12

/external/mesa3d/include/
Dc99_math.h55 long int rounded = (long int)(d + 0.5); in lrint() local
68 long int rounded = (long int)(f + 0.5f); in lrintf() local
81 long long int rounded = (long long int)(d + 0.5); in llrint() local
94 long long int rounded = (long long int)(f + 0.5f); in llrintf() local
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c91 float rounded = x + magic; in rintf() local
106 double rounded = x + magic; in rint() local
122 long double rounded = x + magic; in rintl() local
420 cl_long rounded = x; in trunc() local
433 cl_int rounded = x; in truncf() local
449 cl_long rounded = absx; in lround() local
468 cl_int rounded = absx; in lroundf() local
487 cl_long rounded = absx; in round() local
504 cl_int rounded = absx; in roundf() local
521 cl_ulong rounded = absx; in roundl() local
[all …]
/external/libchrome/ui/gfx/geometry/
Dsafe_integer_conversions.h33 float rounded; in ToRoundedInt() local
42 double rounded; in ToRoundedInt() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c67 const int16x8_t rounded = vqaddq_s16(coeff_abs, round); in vpx_quantize_b_neon() local
117 const int16x8_t rounded = vqaddq_s16(coeff_abs, round); in vpx_quantize_b_neon() local
227 const int16x8_t rounded = vqaddq_s16(coeff_abs, round); in vpx_quantize_b_32x32_neon() local
275 const int16x8_t rounded = vqaddq_s16(coeff_abs, round); in vpx_quantize_b_32x32_neon() local
/external/drrickorang/LoopbackApp/app/src/main/cpp/audio_utils/
Droundup.c26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DUtilities.java51 int rounded = 0x80000000 >>> lz; in roundup() local
/external/skia/modules/skottie/src/layers/shapelayer/
DRoundCorners.cpp45 std::vector<sk_sp<sksg::GeometryNode>> rounded; in AttachRoundGeometryEffect() local
/external/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.c200 uint16_t rounded = mir_round_bytemask_up(mir_bytemask(ins), type_size); in midgard_promote_uniforms() local
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h156 long int rounded = (long int)(d + 0.5); in lrint() local
169 long int rounded = (long int)(f + 0.5f); in lrintf() local
182 long long int rounded = (long long int)(d + 0.5); in llrint() local
195 long long int rounded = (long long int)(f + 0.5f); in llrintf() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c42 const int16x8_t rounded = vec_vaddshs(coeff_abs, round); in quantize_coeff() local
55 const int16x8_t rounded = vec_vaddshs(coeff_abs, round); in quantize_coeff_32() local
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassHeaderReader.java145 int rounded = (int)(CHUNK * Math.ceil((float)amount / CHUNK)); in buffer() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java182 final BigDecimal rounded = v.setScale(ref.scale(), mode); in message() local
/external/deqp/framework/common/
DtcuBilinearImageCompare.cpp80 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); in interpolateChannel() local
/external/skqp/samplecode/
DSampleBigGradient.cpp165 RECT rounded = toRECT(r.round()); in drawRect() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp651 …double rounded = even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + … in fold() local
/external/skia/gm/
Drasterhandleallocator.cpp171 RECT rounded = toRECT(r.round()); in drawRect() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DConstant.cpp650 …double rounded = even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + … in fold() local
/external/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
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_quantize_ops.cc80 xla::XlaOp rounded = in Quantize() local
/external/fonttools/Tests/colorLib/
Dbuilder_test.py1540 def circle_inside_circle(c0, r0, c1, r1, rounded=False): argument
/external/llvm-project/llvm/unittests/Support/
DAlignmentTest.cpp91 uint64_t rounded; in TEST() member
/external/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp209 UINT_64 truncated, rounded; in Flt32sToInt32s() local
/external/python/cpython3/Objects/
Dfloatobject.c908 double rounded; in double_round() local
1027 double x, rounded; in float___round___impl() local
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h972 __v4sf temp, rounded; in _mm_cvtps_pi32() local
1199 __v4sf rounded; in _mm_cvtps_pi16() local
1214 __v4sf rounded; in _mm_cvtps_pi8() local

12