/external/mesa3d/include/ |
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
|
/external/libchrome/ui/gfx/geometry/ |
D | safe_integer_conversions.h | 33 float rounded; in ToRoundedInt() local 42 double rounded; in ToRoundedInt() local
|
/external/OpenCL-CTS/test_common/harness/ |
D | msvc9.c | 82 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/ |
D | roundup.c | 26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 67 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/ |
D | simulator-mips.cc | 1124 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/ |
D | Utilities.java | 51 int rounded = 0x80000000 >>> lz; in roundup() local
|
/external/skia/modules/skottie/src/layers/shapelayer/ |
D | RoundCorners.cpp | 45 std::vector<sk_sp<sksg::GeometryNode>> rounded; in AttachRoundGeometryEffect() local
|
/external/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 1052 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/ |
D | midgard_opt_dce.c | 86 unsigned rounded = mir_round_bytemask_up(live[ins->dest], round_size); in midgard_opt_dead_code_eliminate_block() local
|
D | mir_promote_uniforms.c | 200 uint16_t rounded = mir_round_bytemask_up(mir_bytemask(ins), type_size); in midgard_promote_uniforms() local
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_math.h | 156 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/ |
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
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
D | ClassHeaderReader.java | 145 int rounded = (int)(CHUNK * Math.ceil((float)amount / CHUNK)); in buffer() local
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | Limit.java | 182 final BigDecimal rounded = v.setScale(ref.scale(), mode); in message() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | bfloat16_test.cc | 70 bfloat16 rounded = bfloat16::round_to_bfloat16((GetParam().input)); in TEST_P() local
|
/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 80 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); in interpolateChannel() local
|
/external/skqp/samplecode/ |
D | SampleBigGradient.cpp | 165 RECT rounded = toRECT(r.round()); in drawRect() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 651 …double rounded = even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + … in fold() local
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | Constant.cpp | 651 …double rounded = even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + … in fold() local
|
/external/skia/gm/ |
D | rasterhandleallocator.cpp | 171 RECT rounded = toRECT(r.round()); in drawRect() local
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 529 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/ |
D | fake_quantize_ops.cc | 80 xla::XlaOp rounded = in Quantize() local
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.cpp | 209 UINT_64 truncated, rounded; in Flt32sToInt32s() local
|
/external/python/cpython3/Objects/ |
D | floatobject.c | 938 double rounded; in double_round() local 1057 double x, rounded; in float___round___impl() local
|