/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | msvc9.c | 91 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 D | c99_math.h | 55 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 D | nir_opt_shrink_vectors.c | 116 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.scss | 10 img.rounded, .rounded > img { class
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/additional/ |
H A D | _photo-frame.scss | 10 img.rounded, .rounded > img { class
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | safe_integer_conversions.h | 33 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/ |
D | safe_integer_conversions.h | 36 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/ |
D | safe_integer_conversions.h | 36 float rounded; in ToRoundedInt() local 45 double rounded; in ToRoundedInt() local
|
/aosp_15_r20/external/perfetto/ui/src/widgets/ |
H A D | chip.ts | 39 rounded?: boolean; property 65 rounded, constant
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | legacy_32_bit_support.cpp | 127 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 D | quantize_neon.c | 50 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 D | quantize_vsx.c | 42 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 D | Rounding.cpp | 38 int rounded = 0; in round() local
|
/aosp_15_r20/system/media/audio_utils/ |
H A D | roundup.c | 26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local
|
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/ |
H A D | RoundCorners.cpp | 50 std::vector<sk_sp<sksg::GeometryNode>> rounded; in AttachRoundGeometryEffect() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/ |
H A D | midgard_opt_dce.c | 88 unsigned rounded = mir_round_bytemask_up(live[ins->dest], round_size); in midgard_opt_dead_code_eliminate_block() local
|
H A D | mir_promote_uniforms.c | 337 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 D | PipeShort.java | 132 int rounded = 0x80000000 >>> lz; in roundup() local
|
/aosp_15_r20/external/trusty/lk/lib/heap/cmpctmalloc/ |
D | cmpctmalloc.c | 190 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 D | ClassHeaderReader.java | 166 int rounded = (int) (CHUNK * Math.ceil((float) amount / CHUNK)); in buffer() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_vec4_visitor.cpp | 530 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 D | AppCompatConfigurationRobot.java | 104 void setLetterboxActivityCornersRounded(boolean rounded) { in setLetterboxActivityCornersRounded()
|
/aosp_15_r20/external/skia/experimental/lowp-basic/ |
H A D | lerp-study.cpp | 66 int32_t rounded = temp + 32768; in full_res_lerp() local
|
H A D | bilerp-study.cpp | 64 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 D | Limit.java | 192 final BigDecimal rounded = v.setScale(ref.scale(), mode); in message() local
|