| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_fp0_conv.S | 122 test_ftoi trunc.s, a2, f0, 0xffc00001, 0, 0x7fffffff, FSR_V 123 test_ftoi trunc.s, a2, f0, 0xff800001, 0, 0x7fffffff, FSR_V 126 test_ftoi trunc.s, a2, f0, 0xff800000, 0, 0x80000000, FSR_V 129 test_ftoi trunc.s, a2, f0, 0xceffffff, 1, 0x80000000, FSR_V 130 test_ftoi trunc.s, a2, f0, 0xcf000000, 0, 0x80000000, FSR__ 131 test_ftoi trunc.s, a2, f0, 0xceffffff, 0, 0x80000080, FSR__ 134 test_ftoi trunc.s, a2, f0, 0xbfa00000, 1, -2, FSR_I /* -1.25 * 2 */ 135 test_ftoi trunc.s, a2, f0, 0xbfc00000, 0, -1, FSR_I /* -1.5 */ 136 test_ftoi trunc.s, a2, f0, 0xbf800000, 1, -2, FSR__ /* -1 * 2 */ 137 test_ftoi trunc.s, a2, f0, 0xbf800000, 0, -1, FSR__ /* -1 */ [all …]
|
| /openbmc/estoraged/src/test/ |
| H A D | util_test.cpp | 26 std::ios::out | std::ios::binary | std::ios::trunc); in TEST() 39 std::ios::out | std::ios::binary | std::ios::trunc); in TEST() 53 std::ios::out | std::ios::binary | std::ios::trunc); in TEST() 74 std::ios::out | std::ios::binary | std::ios::trunc); in TEST() 95 std::ios::out | std::ios::binary | std::ios::trunc); in TEST() 118 std::ios::out | std::ios::trunc); in TEST() 128 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() 176 std::ios::out | std::ios::trunc); in TEST() 186 std::ofstream typeFile(typeFileName, std::ios::out | std::ios::trunc); in TEST() 225 std::ios::out | std::ios::trunc); in TEST() [all …]
|
| H A D | estoraged_test.cpp | 80 std::ios::out | std::ios::binary | std::ios::trunc); in SetUp() 123 std::ios::out | std::ios::binary | std::ios::trunc); in createMappedDev() 253 std::ios::out | std::ios::binary | std::ios::trunc); in TEST_F()
|
| /openbmc/estoraged/src/test/erase/ |
| H A D | zero_test.cpp | 33 std::ios::out | std::ios::binary | std::ios::trunc); in TEST() 54 std::ios::out | std::ios::binary | std::ios::trunc); in TEST() 101 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
|
| H A D | pattern_test.cpp | 35 std::ios::out | std::ios::binary | std::ios::trunc); in TEST() 61 std::ios::out | std::ios::binary | std::ios::trunc); in TEST()
|
| H A D | crypto_test.cpp | 40 std::ios::out | std::ios::binary | std::ios::trunc); in SetUp()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vec_internal.h | 400 unsigned trunc = ret.count >> shift; in decode_counter() local 401 ret.count = trunc + (ret.count != (trunc << shift)); in decode_counter()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_manager_faultlog.cpp | 68 std::ofstream::out | std::fstream::trunc); in createDump()
|
| /openbmc/phosphor-user-manager/test/ |
| H A D | json_serializer_test.cpp | 107 std::ofstream ofs(test_file, std::ios::trunc); in TEST_F()
|
| /openbmc/bmcweb/features/openbmc_rest/ |
| H A D | image_upload.hpp | 112 std::ofstream::trunc); in uploadImageHandler()
|
| /openbmc/google-ipmi-sys/test/ |
| H A D | bios_setting_unittest.cpp | 45 ofs.open(filename, std::ios::trunc | std::ios::binary); in writeTmpFile()
|
| /openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/ |
| H A D | util_test.cpp | 41 std::ofstream ofs(fileName, std::ios::trunc); in TEST()
|
| /openbmc/smbios-mdr/src/ |
| H A D | system.cpp | 136 std::ofstream smbiosFile(smbiosFilePath, std::ios_base::trunc); in version()
|
| /openbmc/smbios-mdr/src/smbios-ipmi-blobs/ |
| H A D | handler.cpp | 209 std::ios_base::binary | std::ios_base::trunc); in commit()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | inband_code_update.cpp | 782 std::ios::out | std::ios::binary | std::ios::trunc); in processCodeUpdateLid()
|
| /openbmc/bmcweb/redfish-core/include/utils/extern/ |
| H A D | date.h | 1128 trunc(T t) NOEXCEPT 1141 trunc(T t) NOEXCEPT 1222 trunc(const std::chrono::duration<Rep, Period>& d) 1224 return To{detail::trunc(std::chrono::duration_cast<To>(d).count())}; 1235 trunc(const std::chrono::duration<Rep, Period>& d) 1240 return To{detail::trunc(duration_cast<To>(duration_cast<duration<rep>>(d)).count())}; 1268 auto t = trunc<To>(d); 1303 if (t0 - trunc<To>(t0/2)*2 == To{0}) 1319 auto t = trunc<To>(d); 1425 trunc(const std::chrono::time_point<Clock, FromDuration>& tp) [all …]
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 148 std::ofstream::trunc); in CertificateFile()
|
| H A D | update_service.hpp | 636 std::ofstream::trunc); in uploadImageFile()
|
| /openbmc/qemu/target/mips/ |
| H A D | helper.h | 83 FOP_PROTO(trunc)
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | smbiosmdrv2handler.cpp | 822 std::ios_base::binary | std::ios_base::trunc); in storeDatatoFlash()
|
| H A D | firmware-update.cpp | 1351 std::ofstream::binary | std::ofstream::trunc); in ipmiGetSetFirmwareUpdateControl()
|
| /openbmc/x86-power-control/src/ |
| H A D | power_control.cpp | 842 std::ofstream appStateStream(powerControlDir / stateFile, std::ios::trunc); in saveState()
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 2851 std::ofstream outFile(JSON_OEM_DATA_FILE, std::ofstream::trunc); in registerOEMFunctions()
|
| /openbmc/qemu/target/xtensa/core-de233_fpu/ |
| H A D | xtensa-modules.c.inc | 17578 { "trunc.s", ICLASS_TRUNC_S, 17581 { "trunc.d", ICLASS_TRUNC_D,
|
| /openbmc/qemu/target/xtensa/core-dsp3400/ |
| H A D | xtensa-modules.c.inc | 76409 { "trunc.s", ICLASS_fp_int,
|