/kernel/linux/linux-6.6/drivers/clk/mmp/ |
H A D | clk-audio.c | 172 long rounded = 0; in audio_pll_round_rate() local
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrelemlib.cpp | 208 UINT_64 truncated, rounded; in Flt32sToInt32s() local
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | compress.c | 1076 s32 rounded; in ntfs_comp_set() local 1630 s32 rounded; in ntfs_flush() local 1670 ntfs_compressed_pwrite(ntfs_attr *na, runlist_element *wrl, s64 wpos, s64 offs, s64 to_write, s64 rounded, const void *b, int compressed_part, VCN *update_from) ntfs_compressed_pwrite() argument [all...] |
/third_party/python/Python/ |
H A D | pytime.c | 248 double rounded = round(x); in pytime_round_half_even() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 563 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up in roundEven() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 638 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up in roundEven() local
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk_test.c | 1590 long rounded; in clk_range_test_set_range_set_round_rate_consistent_lower() local 1675 long rounded; in clk_range_test_set_range_set_round_rate_consistent_higher() local
|
/third_party/backends/backend/ |
H A D | epsonds.c | 3248 int rounded[9] = {0}; in sane_start() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ShaderCore.cpp | 598 SIMD::UInt rounded = base + bias + SIMD::UInt(0x00000FFF) + ((base >> 13) & SIMD::UInt(1)); in floatToHalfBits() local
|
/third_party/python/Objects/ |
H A D | floatobject.c | 964 double rounded; in double_round() local 1083 double x, rounded; in float___round___impl() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 2027 DoubleRegister rounded = kScratchDoubleReg; in AssembleArchInstruction() local 2087 DoubleRegister rounded = kScratchDoubleReg; in AssembleArchInstruction() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 256 const deUint32 rounded = convertSatRte<deUint32>(f); in convertSatRteUint24() local 263 const deUint16 rounded = convertSatRte<deUint16>(f); in convertSatRteUint10() local 270 const deUint16 rounded = convertSatRte<deUint16>(f); in convertSatRteUint12() local
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 1038 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() argument 1073 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() argument 1110 set_fcsr_round_error(float original, float rounded) set_fcsr_round_error() argument 1143 set_fpu_register_word_invalid_result(float original, float rounded) set_fpu_register_word_invalid_result() argument 1158 set_fpu_register_invalid_result(float original, float rounded) set_fpu_register_invalid_result() argument 1172 set_fpu_register_invalid_result64(float original, float rounded) set_fpu_register_invalid_result64() argument 1189 set_fpu_register_word_invalid_result(double original, double rounded) set_fpu_register_word_invalid_result() argument 1204 set_fpu_register_invalid_result(double original, double rounded) set_fpu_register_invalid_result() argument 1219 set_fpu_register_invalid_result64(double original, double rounded) set_fpu_register_invalid_result64() argument 1238 set_fcsr_round64_error(float original, float rounded) set_fcsr_round64_error() argument 1274 round_according_to_fcsr(double toRound, double* rounded, int32_t* rounded_int) round_according_to_fcsr() argument 1316 round64_according_to_fcsr(double toRound, double* rounded, int64_t* rounded_int) round64_according_to_fcsr() argument 1357 round_according_to_fcsr(float toRound, float* rounded, int32_t* rounded_int) round_according_to_fcsr() argument 1398 round64_according_to_fcsr(float toRound, float* rounded, int64_t* rounded_int) round64_according_to_fcsr() argument 4695 float rounded = std::floor(fj); DecodeTypeOp22() local 4708 double rounded = std::floor(fj); DecodeTypeOp22() local 4721 float rounded = std::floor(fj); DecodeTypeOp22() local 4734 double rounded = std::floor(fj); DecodeTypeOp22() local 4747 float rounded = std::ceil(fj); DecodeTypeOp22() local 4760 double rounded = std::ceil(fj); DecodeTypeOp22() local 4773 float rounded = std::ceil(fj); DecodeTypeOp22() local 4786 double rounded = std::ceil(fj); DecodeTypeOp22() local 4799 float rounded = std::trunc(fj); DecodeTypeOp22() local 4812 double rounded = std::trunc(fj); DecodeTypeOp22() local 4825 float rounded = std::trunc(fj); DecodeTypeOp22() local 4838 double rounded = std::trunc(fj); DecodeTypeOp22() local 4851 float rounded = std::floor(fj + 0.5); DecodeTypeOp22() local 4869 double rounded = std::floor(fj + 0.5); DecodeTypeOp22() local 4887 float rounded = std::floor(fj + 0.5); DecodeTypeOp22() local 4905 double rounded = std::floor(fj + 0.5); DecodeTypeOp22() local 4923 float rounded; DecodeTypeOp22() local 4937 double rounded; DecodeTypeOp22() local 4951 float rounded; DecodeTypeOp22() local 4965 double rounded; DecodeTypeOp22() local [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 3738 float rounded = FPRoundInt(input, rounding_mode); in frint() local 3748 double rounded = FPRoundInt(input, rounding_mode); in frint() local
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 1059 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() argument 1097 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() argument 1137 set_fcsr_round_error(float original, float rounded) set_fcsr_round_error() argument 1173 set_fpu_register_word_invalid_result(float original, float rounded) set_fpu_register_word_invalid_result() argument 1192 set_fpu_register_invalid_result(float original, float rounded) set_fpu_register_invalid_result() argument 1210 set_fpu_register_invalid_result64(float original, float rounded) set_fpu_register_invalid_result64() argument 1231 set_fpu_register_word_invalid_result(double original, double rounded) set_fpu_register_word_invalid_result() argument 1250 set_fpu_register_invalid_result(double original, double rounded) set_fpu_register_invalid_result() argument 1269 set_fpu_register_invalid_result64(double original, double rounded) set_fpu_register_invalid_result64() argument 1292 set_fcsr_round64_error(float original, float rounded) set_fcsr_round64_error() argument 1331 round_according_to_fcsr(double toRound, double* rounded, int32_t* rounded_int, double fs) round_according_to_fcsr() argument 1372 round64_according_to_fcsr(double toRound, double* rounded, int64_t* rounded_int, double fs) round64_according_to_fcsr() argument 1414 round_according_to_fcsr(float toRound, float* rounded, int32_t* rounded_int, float fs) round_according_to_fcsr() argument 1455 round64_according_to_fcsr(float toRound, float* rounded, int64_t* rounded_int, float fs) round64_according_to_fcsr() argument 1497 round_according_to_msacsr(T_fp toRound, T_fp* rounded, T_int* rounded_int) round_according_to_msacsr() argument 2895 float rounded; DecodeTypeRegisterSRsType() local 2905 float rounded; DecodeTypeRegisterSRsType() local 2915 float rounded = trunc(fs); DecodeTypeRegisterSRsType() local 2923 float rounded = trunc(fs); DecodeTypeRegisterSRsType() local 2932 float rounded = std::floor(fs + 0.5); DecodeTypeRegisterSRsType() local 2946 float rounded = std::floor(fs + 0.5); DecodeTypeRegisterSRsType() local 2961 float rounded = floor(fs); DecodeTypeRegisterSRsType() local 2971 float rounded = std::floor(fs); DecodeTypeRegisterSRsType() local 2980 float rounded = std::ceil(fs); DecodeTypeRegisterSRsType() local 2988 float rounded = ceil(fs); DecodeTypeRegisterSRsType() local 3255 double rounded; DecodeTypeRegisterDRsType() local 3266 double rounded = std::floor(fs + 0.5); DecodeTypeRegisterDRsType() local 3280 double rounded = trunc(fs); DecodeTypeRegisterDRsType() local 3289 double rounded = std::floor(fs); DecodeTypeRegisterDRsType() local 3298 double rounded = std::ceil(fs); DecodeTypeRegisterDRsType() local 3309 double rounded; DecodeTypeRegisterDRsType() local 3319 double rounded = std::floor(fs + 0.5); DecodeTypeRegisterDRsType() local 3334 double rounded = trunc(fs); DecodeTypeRegisterDRsType() local 3343 double rounded = floor(fs); DecodeTypeRegisterDRsType() local 3352 double rounded = ceil(fs); DecodeTypeRegisterDRsType() local [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 1147 void Simulator::set_fpu_register_invalid_result(float original, float rounded) { in set_fpu_register_invalid_result() argument 1128 set_fpu_register_word_invalid_result(float original, float rounded) set_fpu_register_word_invalid_result() argument 1165 set_fpu_register_invalid_result64(float original, float rounded) set_fpu_register_invalid_result64() argument 1186 set_fpu_register_word_invalid_result(double original, double rounded) set_fpu_register_word_invalid_result() argument 1205 set_fpu_register_invalid_result(double original, double rounded) set_fpu_register_invalid_result() argument 1224 set_fpu_register_invalid_result64(double original, double rounded) set_fpu_register_invalid_result64() argument 1247 set_fcsr_round_error(double original, double rounded) set_fcsr_round_error() argument 1285 set_fcsr_round64_error(double original, double rounded) set_fcsr_round64_error() argument 1325 set_fcsr_round_error(float original, float rounded) set_fcsr_round_error() argument 1363 set_fcsr_round64_error(float original, float rounded) set_fcsr_round64_error() argument 1401 round_according_to_fcsr(double toRound, double* rounded, int32_t* rounded_int, double fs) round_according_to_fcsr() argument 1442 round_according_to_fcsr(float toRound, float* rounded, int32_t* rounded_int, float fs) round_according_to_fcsr() argument 1484 round_according_to_msacsr(T_fp toRound, T_fp* rounded, T_int* rounded_int) round_according_to_msacsr() argument 1525 round64_according_to_fcsr(double toRound, double* rounded, int64_t* rounded_int, double fs) round64_according_to_fcsr() argument 1566 round64_according_to_fcsr(float toRound, float* rounded, int64_t* rounded_int, float fs) round64_according_to_fcsr() argument 2874 double rounded; DecodeTypeRegisterDRsType() local 2884 double rounded = std::floor(fs + 0.5); DecodeTypeRegisterDRsType() local 2898 double rounded = trunc(fs); DecodeTypeRegisterDRsType() local 2907 double rounded = std::floor(fs); DecodeTypeRegisterDRsType() local 2916 double rounded = std::ceil(fs); DecodeTypeRegisterDRsType() local 2929 double rounded; DecodeTypeRegisterDRsType() local 2942 double rounded = trunc(fs); DecodeTypeRegisterDRsType() local 2956 double rounded = std::floor(fs + 0.5); DecodeTypeRegisterDRsType() local 2976 double rounded = std::floor(fs); DecodeTypeRegisterDRsType() local 2990 double rounded = std::ceil(fs); DecodeTypeRegisterDRsType() local 3421 float rounded = trunc(fs); DecodeTypeRegisterSRsType() local 3430 float rounded = trunc(fs); DecodeTypeRegisterSRsType() local 3444 float rounded = std::floor(fs); DecodeTypeRegisterSRsType() local 3453 float rounded = std::floor(fs); DecodeTypeRegisterSRsType() local 3466 float rounded = std::floor(fs + 0.5); DecodeTypeRegisterSRsType() local 3481 float rounded = std::floor(fs + 0.5); DecodeTypeRegisterSRsType() local 3501 float rounded = std::ceil(fs); DecodeTypeRegisterSRsType() local 3510 float rounded = std::ceil(fs); DecodeTypeRegisterSRsType() local 3541 float rounded; DecodeTypeRegisterSRsType() local 3553 float rounded; DecodeTypeRegisterSRsType() local [all...] |
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 3282 float rounded = 0; in RoundF2FHelper() local 3323 double rounded = 0; RoundF2FHelper() local 3383 F_TYPE rounded = RoundF2FHelper(original, rmode); RoundF2IHelper() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2247 DoubleRegister rounded = in EmitTruncateFloatToInt() local 2286 DoubleRegister rounded = in EmitSatTruncateFloatToInt() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A 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 = emit_type_conversion() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 1328 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in emit_type_conversion() local 1350 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in emit_type_conversion() local 1370 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); emit_type_conversion() local 1386 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); emit_type_conversion() local 1410 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); emit_type_conversion() local 1441 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); emit_type_conversion() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1848 DoubleRegister rounded = kScratchDoubleReg; in EmitTruncateFloatToInt() local 1884 DoubleRegister rounded = kScratchDoubleReg; in EmitSatTruncateFloatToInt() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1472 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in emit_type_conversion() local 1494 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); in emit_type_conversion() local 1514 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); emit_type_conversion() local 1530 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); emit_type_conversion() local 1554 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); emit_type_conversion() local 1585 LiftoffRegister rounded = GetUnusedRegister(kFpReg, LiftoffRegList{src}); emit_type_conversion() local [all...] |