Searched refs:truncating (Results 1 - 11 of 11) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dsuper.c48 int truncating; member in struct:process_block_struct
94 * If we are truncating an orphan, then update the inode fields
97 if (pb->truncating) {
124 * If part of the last block needs truncating, we do
171 pb.truncating = 1;
178 pb.truncating = 0;
/external/v8/src/ia32/
H A Dlithium-ia32.cc1713 bool truncating = instr->CanTruncateToInt32(); local
1715 (truncating && CpuFeatures::IsSupported(SSE3))
1735 bool truncating = instr->CanTruncateToInt32(); local
1736 bool needs_temp = truncating && !CpuFeatures::IsSupported(SSE3);
H A Dlithium-ia32.h1639 // Sometimes truncating conversion from a tagged value to an int32.
1650 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::LDoubleToI
1665 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::LTaggedToI
H A Dlithium-codegen-ia32.cc2932 // Use truncating instruction (OK because input is positive).
2957 // Use truncating instruction (OK because input is positive).
3858 if (instr->truncating()) {
3860 // Check for undefined. Undefined is converted to zero for truncating
3991 if (instr->truncating()) {
3992 // Performs a truncating conversion of a floating point number as used by
/external/v8/src/arm/
H A Dlithium-arm.h1589 // Sometimes truncating conversion from a tagged value to an int32.
1601 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::LDoubleToI
1621 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::LTaggedToI
H A Dlithium-codegen-arm.cc4117 if (instr->truncating()) {
4123 // Performs a truncating conversion of a floating point number as used by
4127 // Check for undefined. Undefined is converted to zero for truncating
4229 if (instr->truncating()) {
/external/v8/src/mips/
H A Dlithium-mips.h1569 // Sometimes truncating conversion from a tagged value to an int32.
1581 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::LDoubleToI
1601 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::LTaggedToI
H A Dlithium-codegen-mips.cc4016 if (instr->truncating()) {
4022 // Performs a truncating conversion of a floating point number as used by
4026 // Check for undefined. Undefined is converted to zero for truncating
4128 if (instr->truncating()) {
/external/v8/src/x64/
H A Dlithium-x64.cc1665 bool truncating = instr->CanTruncateToInt32(); local
1666 LOperand* xmm_temp = truncating ? NULL : FixedTemp(xmm1);
H A Dlithium-x64.h1563 // Sometimes truncating conversion from a tagged value to an int32.
1573 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::LDoubleToI
1588 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::LTaggedToI
H A Dlithium-codegen-x64.cc2882 // Use truncating instruction (OK because input is positive).
2912 // Use truncating instruction (OK because input is positive).
3752 if (instr->truncating()) {
3754 // Check for undefined. Undefined is converted to zero for truncating
3839 if (instr->truncating()) {
3840 // Performs a truncating conversion of a floating point number as used by

Completed in 133 milliseconds