/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/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/mips/ |
D | simulator-mips.cc | 1169 float rounded) { in set_fpu_register_word_invalid_result() 1188 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result() 1208 float rounded) { in set_fpu_register_invalid_result64() 1230 double rounded) { in set_fpu_register_word_invalid_result() 1250 double rounded) { in set_fpu_register_invalid_result() 1270 double rounded) { in set_fpu_register_invalid_result64() 1293 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() 1325 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() 1359 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() 1391 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() [all …]
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 1088 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() 1120 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() 1154 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() 1184 float rounded) { in set_fpu_register_word_invalid_result() 1203 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result() 1223 float rounded) { in set_fpu_register_invalid_result64() 1245 double rounded) { in set_fpu_register_word_invalid_result() 1265 double rounded) { in set_fpu_register_invalid_result() 1285 double rounded) { in set_fpu_register_invalid_result64() 1308 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/arm-optimized-routines/math/single/ |
D | e_logf.c | 57 int rounded = ix + 0x00080000; in logf() 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/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 742 LiftoffRegister rounded = in FP_BINOP() local 765 LiftoffRegister rounded = in FP_BINOP() local 786 LiftoffRegister rounded = in FP_BINOP() local 803 LiftoffRegister rounded = in FP_BINOP() local 828 LiftoffRegister rounded = in FP_BINOP() local 860 LiftoffRegister rounded = in FP_BINOP() 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/tensorflow/tensorflow/core/framework/ |
D | bfloat16_test.cc | 70 bfloat16 rounded = bfloat16::round_to_bfloat16((GetParam().input)); in TEST_P() 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/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 80 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); in interpolateChannel() local
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 879 LiftoffRegister rounded = in emit_type_conversion() local 902 LiftoffRegister rounded = in emit_type_conversion() local 926 LiftoffRegister rounded = in emit_type_conversion() local 949 LiftoffRegister rounded = in emit_type_conversion() local
|
/external/v8/src/objects/ |
D | js-plural-rules.cc | 217 double rounded = formattable.getDouble(status); in ResolvePlural() local
|
/external/skia/samplecode/ |
D | SampleBigGradient.cpp | 165 RECT rounded = toRECT(r.round()); in drawRect() local
|
/external/skqp/samplecode/ |
D | SampleBigGradient.cpp | 165 RECT rounded = toRECT(r.round()); in drawRect() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fake_quantize_ops.cc | 80 xla::XlaOp rounded = in Quantize() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 649 …double rounded = even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + … in fold() local
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrelemlib.cpp | 208 UINT_64 truncated, rounded; in Flt32sToInt32s() local
|
/external/python/cpython3/Objects/ |
D | floatobject.c | 929 double rounded; in double_round() local 1048 double x, rounded; in float___round___impl() local
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 541 dst_reg rounded(this, glsl_type::vec4_type); in emit_pack_unorm_4x8() local 563 dst_reg rounded(this, glsl_type::vec4_type); in emit_pack_snorm_4x8() local
|
/external/dng_sdk/source/ |
D | dng_matrix.cpp | 278 real64 rounded = Round_int32 (fData [j] [k] * factor) * invFactor; in SafeRound() local
|