Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A 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 …]
/aosp_15_r20/external/virglrenderer/src/mesa/compat/
H A 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
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_shrink_vectors.c116 const unsigned rounded = round_up_components(comps); in shrink_dest_to_read_mask() local
296 unsigned rounded = round_up_components(num_components); in opt_shrink_vectors_alu() local
413 unsigned rounded = round_up_components(num_components); in opt_shrink_vectors_load_const() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/additional/
H A D_photo-frame.scss10 img.rounded, .rounded > img { class
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/additional/
H A D_photo-frame.scss10 img.rounded, .rounded > img { class
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dsafe_integer_conversions.h33 float rounded; in ToRoundedInt() local
42 double rounded; in ToRoundedInt() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Dsafe_integer_conversions.h36 float rounded; in ToRoundedInt() local
45 double rounded; in ToRoundedInt() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Dsafe_integer_conversions.h36 float rounded; in ToRoundedInt() local
45 double rounded; in ToRoundedInt() local
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dchip.ts39 rounded?: boolean; property
65 rounded, constant
/aosp_15_r20/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp127 size_t rounded = __BIONIC_ALIGN(size, page_size()); in mmap64() local
147 size_t rounded = __BIONIC_ALIGN(new_size, page_size()); in mremap() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c50 const int16x8_t rounded = vqaddq_s16(coeff_abs, round); in quantize_b_neon() local
189 const int16x8_t rounded = vqaddq_s16(coeff_abs, round); in quantize_b_32x32_neon() local
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/
H A 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
/aosp_15_r20/external/ComputeLibrary/src/core/
H A DRounding.cpp38 int rounded = 0; in round() local
/aosp_15_r20/system/media/audio_utils/
H A Droundup.c26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/
H A DRoundCorners.cpp50 std::vector<sk_sp<sksg::GeometryNode>> rounded; in AttachRoundGeometryEffect() local
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_dce.c88 unsigned rounded = mir_round_bytemask_up(live[ins->dest], round_size); in midgard_opt_dead_code_eliminate_block() local
H A Dmir_promote_uniforms.c337 uint16_t rounded = mir_round_bytemask_up(mir_bytemask(ins), type_size); in midgard_promote_uniforms() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
H A DPipeShort.java132 int rounded = 0x80000000 >>> lz; in roundup() local
/aosp_15_r20/external/trusty/lk/lib/heap/cmpctmalloc/
Dcmpctmalloc.c190 size_t rounded = round_up(size, 8); in size_to_index_allocating() local
462 size_t rounded; in cmpct_test_buckets() local
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassHeaderReader.java166 int rounded = (int) (CHUNK * Math.ceil((float) amount / CHUNK)); in buffer() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4_visitor.cpp530 dst_reg rounded(this, glsl_vec4_type()); in emit_pack_unorm_4x8() local
552 dst_reg rounded(this, glsl_vec4_type()); in emit_pack_snorm_4x8() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppCompatConfigurationRobot.java104 void setLetterboxActivityCornersRounded(boolean rounded) { in setLetterboxActivityCornersRounded()
/aosp_15_r20/external/skia/experimental/lowp-basic/
H A Dlerp-study.cpp66 int32_t rounded = temp + 32768; in full_res_lerp() local
H A Dbilerp-study.cpp64 int64_t rounded = temp + (1LL << 31); in full_res_bilerp() local
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
H A DLimit.java192 final BigDecimal rounded = v.setScale(ref.scale(), mode); in message() local

12345678910>>...12