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

/external/e2fsprogs/e2fsck/
H A Dsuper.c50 int truncating; member in struct:process_block_struct
96 * If we are truncating an orphan, then update the inode fields
99 if (pb->truncating) {
126 * If part of the last block needs truncating, we do
174 pb.truncating = 1;
180 pb.truncating = 0;
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1902 bool truncating = instr->CanTruncateToInt32(); local
1903 LOperand* xmm_temp = !truncating ? FixedTemp(xmm1) : NULL;
1924 bool truncating = instr->CanTruncateToInt32(); local
1925 bool needs_temp = !truncating;
1930 if (!truncating) result = AssignEnvironment(result);
H A Dlithium-ia32.h1980 // Sometimes truncating conversion from a tagged value to an int32.
1994 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
2025 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-codegen-ia32.cc1305 // division is the same as the truncating division.
1313 // In the general case we may need to adjust before and after the truncating
3426 // Use truncating instruction (OK because input is positive).
4583 if (instr->truncating()) {
4595 // for truncating conversions.
4696 if (instr->truncating()) {
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1999 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
2003 // Sometimes truncating conversion from a tagged value to an int32.
2015 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
2037 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-codegen-arm.cc1280 // We don't need to check for overflow when truncating with sdiv
1399 // division is the same as the truncating division.
1407 // In the general case we may need to adjust before and after the truncating
1456 // We don't need to check for overflow when truncating with sdiv
4724 if (instr->truncating()) {
4725 // Performs a truncating conversion of a floating point number as used by
4733 // for truncating conversions.
4830 if (instr->truncating()) {
4855 if (instr->truncating()) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1962 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1966 // Sometimes truncating conversion from a tagged value to an int32.
1978 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
2000 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-codegen-mips.cc1284 // division is the same as the truncating division.
1292 // In the general case we may need to adjust before and after the truncating
1346 // We performed a truncating division. Correct the result if necessary.
4695 if (instr->truncating()) {
4696 // Performs a truncating conversion of a floating point number as used by
4706 // for truncating conversions.
4814 if (instr->truncating()) {
4849 if (instr->truncating()) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h2008 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
2012 // Sometimes truncating conversion from a tagged value to an int32.
2024 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
2046 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-codegen-mips64.cc1278 // division is the same as the truncating division.
1286 // In the general case we may need to adjust before and after the truncating
1340 // We performed a truncating division. Correct the result if necessary.
4899 if (instr->truncating()) {
4900 // Performs a truncating conversion of a floating point number as used by
4910 // for truncating conversions.
5018 if (instr->truncating()) {
5053 if (instr->truncating()) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1923 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1927 // Sometimes truncating conversion from a tagged value to an int32.
1937 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1957 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-codegen-ppc.cc1169 // When truncating, we want kMinInt / -1 = kMinInt.
1276 // division is the same as the truncating division.
1284 // In the general case we may need to adjust before and after the truncating
1342 // When truncating, we want kMinInt / -1 = kMinInt.
1371 // We performed a truncating division. Correct the result.
4979 if (instr->truncating()) {
4980 // Performs a truncating conversion of a floating point number as used by
4989 // for truncating conversions.
5092 if (instr->truncating()) {
5122 if (instr->truncating()) {
[all...]
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1974 // Sometimes truncating conversion from a tagged value to an int32.
1986 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
2017 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-x64.cc1878 bool truncating = instr->CanTruncateToInt32(); local
1879 LOperand* xmm_temp = truncating ? NULL : FixedTemp(xmm1);
H A Dlithium-codegen-x64.cc1119 // division is the same as the truncating division.
1127 // In the general case we may need to adjust before and after the truncating
3507 // Use truncating instruction (OK because input is positive).
4795 if (instr->truncating()) {
4807 // for truncating conversions.
4901 if (instr->truncating()) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1988 // Sometimes truncating conversion from a tagged value to an int32.
2000 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
2029 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-x87.cc1926 bool truncating = instr->CanTruncateToInt32(); local
1929 if (!truncating) result = AssignEnvironment(result);
H A Dlithium-codegen-x87.cc1606 // division is the same as the truncating division.
1614 // In the general case we may need to adjust before and after the truncating
5025 if (instr->truncating()) {
5037 // for truncating conversions.
5171 if (instr->truncating()) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h2648 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-codegen-arm64.cc1646 // The ECMA-262 remainder operator is the remainder from a truncating
3667 // division is the same as the truncating division.
3675 // In the general case we may need to adjust before and after the truncating
5359 if (instr->truncating()) {
5366 // A heap number: load value and convert to int32 using truncating function.
5380 // Output contains zero, undefined is converted to zero for truncating
5390 // A heap number: load value and convert to int32 using non-truncating

Completed in 409 milliseconds