Home
last modified time | relevance | path

Searched refs:Truncate (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/external/llvm/lib/Support/
DScaledNumber.cpp286 size_t Truncate = in toString() local
290 if (Truncate >= Str.size()) in toString()
293 bool Carry = doesRoundUp(Str[Truncate]); in toString()
295 return stripTrailingZeros(Str.substr(0, Truncate)); in toString()
298 for (std::string::reverse_iterator I(Str.begin() + Truncate), E = Str.rend(); in toString()
313 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate)); in toString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DScaledNumber.cpp286 size_t Truncate = in toString() local
290 if (Truncate >= Str.size()) in toString()
293 bool Carry = doesRoundUp(Str[Truncate]); in toString()
295 return stripTrailingZeros(Str.substr(0, Truncate)); in toString()
298 for (std::string::reverse_iterator I(Str.begin() + Truncate), E = Str.rend(); in toString()
313 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate)); in toString()
/external/dng_sdk/source/
Ddng_camera_profile.cpp1268 baseName.Truncate (len - 5); in SplitCameraProfileName()
1284 temp.Truncate (len - 1); in SplitCameraProfileName()
1289 baseName.Truncate (len - 7); in SplitCameraProfileName()
1311 temp.Truncate (len - 1); in SplitCameraProfileName()
1316 baseName.Truncate (len - 3); in SplitCameraProfileName()
Ddng_iptc.cpp653 ss.Truncate (maxChars); in SpoolString()
686 sss.Truncate (middle); in SpoolString()
706 ss.Truncate (lower); in SpoolString()
Ddng_string.h81 void Truncate (uint32 maxBytes);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZOperands.td192 // Truncate an immediate to a 8-bit signed quantity.
198 // Truncate an immediate to a 8-bit unsigned quantity.
204 // Truncate an immediate to a 8-bit unsigned quantity and mask off low bit.
210 // Truncate an immediate to a 12-bit unsigned quantity.
216 // Truncate an immediate to a 16-bit signed quantity.
228 // Truncate an immediate to a 16-bit unsigned quantity.
234 // Truncate an immediate to a 32-bit signed quantity.
246 // Truncate an immediate to a 32-bit unsigned quantity.
258 // Truncate an immediate to a 48-bit unsigned quantity.
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td185 // Truncate an immediate to a 8-bit signed quantity.
191 // Truncate an immediate to a 8-bit unsigned quantity.
197 // Truncate an immediate to a 8-bit unsigned quantity and mask off low bit.
203 // Truncate an immediate to a 12-bit unsigned quantity.
209 // Truncate an immediate to a 16-bit signed quantity.
215 // Truncate an immediate to a 16-bit unsigned quantity.
221 // Truncate an immediate to a 32-bit signed quantity.
227 // Truncate an immediate to a 32-bit unsigned quantity.
/external/e2fsprogs/tests/f_hugedir_blocks/
Dexpect.12 Inode 12 is too big. Truncate? yes
/external/e2fsprogs/tests/f_toobig_extent_dir/
Dexpect.12 Inode 12 is too big. Truncate? yes
/external/e2fsprogs/tests/f_ea_value_crash/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/external/e2fsprogs/tests/f_ea_inode_self_ref/
Dexpect.12 Inode 16 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/external/pdfium/core/fxcrt/
Difx_fileaccess.h35 virtual bool Truncate(FX_FILESIZE szFile) = 0;
Dcfx_fileaccess_windows.h32 bool Truncate(FX_FILESIZE szFile) override;
Dcfx_fileaccess_posix.h34 bool Truncate(FX_FILESIZE szFile) override;
Dcfx_fileaccess_posix.cpp146 bool CFX_FileAccess_Posix::Truncate(FX_FILESIZE szFile) { in Truncate() function in CFX_FileAccess_Posix
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dinvalid-apint.ll3 ; Assertion failed: (width < BitWidth && "Invalid APInt Truncate request"),
/external/e2fsprogs/tests/f_write_ea_no_extra_isize/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/external/e2fsprogs/tests/f_write_ea_toosmall_extra_isize/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/external/e2fsprogs/tests/f_write_ea_toobig_extra_isize/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/vect/
Dvect-apint-truncate.ll2 ; Used to fail with "Invalid APInt Truncate request".
/external/llvm/test/CodeGen/Hexagon/vect/
Dvect-apint-truncate.ll2 ; Used to fail with "Invalid APInt Truncate request".
/external/v8/src/
Dstring-builder-inl.h222 Handle<String> result = SeqString::Truncate(string, length); in Finalize()
272 set_current_part(SeqString::Truncate( in ShrinkCurrentPart()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_barcode.cpp27 {XFA_Attribute::Truncate, XFA_AttributeType::Boolean, (void*)0},
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def146 HANDLE_CAST_INST(34, Trunc , TruncInst ) // Truncate integers
153 HANDLE_CAST_INST(41, FPTrunc , FPTruncInst ) // Truncate floating point
/external/e2fsprogs/tests/f_inlinedata_repair/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes

12345678910>>...14