| /third_party/node/deps/v8/src/execution/loong64/ |
| D | simulator-loong64.cc | 1038 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() 1073 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() 1110 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() 1144 float rounded) { in set_fpu_register_word_invalid_result() 1158 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result() 1173 float rounded) { in set_fpu_register_invalid_result64() 1190 double rounded) { in set_fpu_register_word_invalid_result() 1205 double rounded) { in set_fpu_register_invalid_result() 1220 double rounded) { in set_fpu_register_invalid_result64() 1238 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() [all …]
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opt_shrink_vectors.c | 81 unsigned rounded = round_up_components(last_bit); in shrink_dest_to_read_mask() local 198 unsigned rounded = round_up_components(num_components); in opt_shrink_vectors_alu() local 316 unsigned rounded = round_up_components(num_components); in opt_shrink_vectors_load_const() local
|
| /third_party/node/deps/v8/src/execution/mips/ |
| D | simulator-mips.cc | 1129 float rounded) { in set_fpu_register_word_invalid_result() 1147 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result() 1166 float rounded) { in set_fpu_register_invalid_result64() 1187 double rounded) { in set_fpu_register_word_invalid_result() 1206 double rounded) { in set_fpu_register_invalid_result() 1225 double rounded) { in set_fpu_register_invalid_result64() 1247 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() 1285 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() 1325 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() 1363 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() [all …]
|
| /third_party/node/deps/v8/src/execution/mips64/ |
| D | simulator-mips64.cc | 1059 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() 1097 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() 1137 bool Simulator::set_fcsr_round_error(float original, float rounded) { in set_fcsr_round_error() 1174 float rounded) { in set_fpu_register_word_invalid_result() 1192 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result() 1211 float rounded) { in set_fpu_register_invalid_result64() 1232 double rounded) { in set_fpu_register_word_invalid_result() 1251 double rounded) { in set_fpu_register_invalid_result() 1270 double rounded) { in set_fpu_register_invalid_result64() 1292 bool Simulator::set_fcsr_round64_error(float original, float rounded) { in set_fcsr_round64_error() [all …]
|
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| D | RoundCorners.cpp | 45 std::vector<sk_sp<sksg::GeometryNode>> rounded; in AttachRoundGeometryEffect() local
|
| /third_party/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 | 335 uint16_t rounded = mir_round_bytemask_up(mir_bytemask(ins), type_size); in midgard_promote_uniforms() local
|
| /third_party/skia/experimental/lowp-basic/ |
| D | lerp-study.cpp | 66 int32_t rounded = temp + 32768; in full_res_lerp() local
|
| D | bilerp-study.cpp | 64 int64_t rounded = temp + (1LL << 31); in full_res_bilerp() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| D | compress.c | 1076 s32 rounded; in ntfs_comp_set() local 1630 s32 rounded; in ntfs_flush() local 1671 s64 offs, s64 to_write, s64 rounded, in ntfs_compressed_pwrite()
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuBilinearImageCompare.cpp | 80 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); in interpolateChannel() local
|
| /third_party/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
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | Constant.cpp | 615 …double rounded = even ? ceil(unionArray[i].getDConst() - 0.5) : floor(unionArray[i].getDConst() + … in fold() local
|
| /third_party/skia/gm/ |
| D | rasterhandleallocator.cpp | 171 RECT rounded = toRECT(r.round()); in drawRect() local
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| D | addrelemlib.cpp | 208 UINT_64 truncated, rounded; in Flt32sToInt32s() local
|
| /third_party/python/Objects/ |
| D | floatobject.c | 964 double rounded; in double_round() local 1083 double x, rounded; in float___round___impl() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_matrix.cpp | 278 real64 rounded = Round_int32 (fData [j] [k] * factor) * invFactor; in SafeRound() local
|
| /third_party/node/deps/v8/src/wasm/baseline/mips64/ |
| D | liftoff-assembler-mips64.h | 1472 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1494 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1514 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1530 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1554 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1585 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local
|
| /third_party/node/deps/v8/src/wasm/baseline/loong64/ |
| D | liftoff-assembler-loong64.h | 1328 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1350 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1370 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1386 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1410 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local 1441 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in FP_BINOP() local
|
| /third_party/python/Modules/_decimal/tests/ |
| D | deccheck.py | 433 def check_ulpdiff(self, exact, rounded): argument
|
| /third_party/python/Python/ |
| D | pytime.c | 248 double rounded = round(x); in pytime_round_half_even() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | UniformTest.cpp | 490 double rounded = round(clampedValue); in TEST_P() local
|
| /third_party/node/deps/v8/src/execution/riscv64/ |
| D | simulator-riscv64.cc | 3282 float rounded = 0; in RoundF2FHelper() local 3323 double rounded = 0; in RoundF2FHelper() local 3383 F_TYPE rounded = RoundF2FHelper(original, rmode); in RoundF2IHelper() local
|
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| D | liftoff-assembler-mips.h | 1388 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in emit_type_conversion() local 1410 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in emit_type_conversion() local 1449 LiftoffRegister rounded = in emit_type_conversion() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | ShaderCore.cpp | 598 SIMD::UInt rounded = base + bias + SIMD::UInt(0x00000FFF) + ((base >> 13) & SIMD::UInt(1)); in floatToHalfBits() local
|