Home
last modified time | relevance | path

Searched defs:rounded (Results 1 – 25 of 47) 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/libchrome/ui/gfx/geometry/
Dsafe_integer_conversions.h33 float rounded; in ToRoundedInt() local
42 double rounded; in ToRoundedInt() local
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c82 float rounded = x + magic; in rintf() local
97 double rounded = x + magic; in rint() local
112 long double rounded = x + magic; in rintl() local
402 cl_long rounded = x; in trunc() local
415 cl_int rounded = x; in truncf() local
432 cl_long rounded = absx; in lround() local
453 cl_int rounded = absx; in lroundf() local
474 cl_long rounded = absx; in round() local
492 cl_int rounded = absx; in roundf() local
510 cl_ulong rounded = absx; in roundl() local
[all …]
/external/drrickorang/LoopbackApp/app/src/main/cpp/audio_utils/
Droundup.c26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() 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/v8/src/execution/mips/
Dsimulator-mips.cc1124 float rounded) { in set_fpu_register_word_invalid_result()
1142 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result()
1161 float rounded) { in set_fpu_register_invalid_result64()
1182 double rounded) { in set_fpu_register_word_invalid_result()
1201 double rounded) { in set_fpu_register_invalid_result()
1220 double rounded) { in set_fpu_register_invalid_result64()
1242 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error()
1273 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error()
1306 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error()
1337 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error()
[all …]
/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/v8/src/execution/mips64/
Dsimulator-mips64.cc1052 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error()
1083 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error()
1116 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error()
1146 float rounded) { in set_fpu_register_word_invalid_result()
1164 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result()
1183 float rounded) { in set_fpu_register_invalid_result64()
1204 double rounded) { in set_fpu_register_word_invalid_result()
1223 double rounded) { in set_fpu_register_invalid_result()
1242 double rounded) { in set_fpu_register_invalid_result64()
1264 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error()
[all …]
/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/tensorflow/tensorflow/core/framework/
Dbfloat16_test.cc70 bfloat16 rounded = bfloat16::round_to_bfloat16((GetParam().input)); in TEST_P() 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/angle/third_party/glslang/src/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/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/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp209 UINT_64 truncated, rounded; in Flt32sToInt32s() local
/external/python/cpython3/Objects/
Dfloatobject.c938 double rounded; in double_round() local
1057 double x, rounded; in float___round___impl() local

12