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

/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dsequence_test.py38 # test truncating
40 a, maxlen=2, truncating='pre')
43 a, maxlen=2, truncating='post')
61 # test truncating
63 a, maxlen=2, truncating='pre')
68 a, maxlen=2, truncating='post')
H A Dsequence.py33 truncating='pre',
49 truncating: 'pre' or 'post', remove values from sequences larger than
57 ValueError: in case of invalid values for `truncating` or `padding`,
85 if truncating == 'pre':
87 elif truncating == 'post':
90 raise ValueError('Truncating type "%s" not understood' % truncating)
/external/e2fsprogs/e2fsck/
H A Dsuper.c51 int truncating; member in struct:process_block_struct
97 * If we are truncating an orphan, then update the inode fields
100 if (pb->truncating) {
127 * If part of the last block needs truncating, we do
175 pb.truncating = 1;
181 pb.truncating = 0;
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1808 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1812 // Sometimes truncating conversion from a tagged value to an int32.
1824 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1846 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1874 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
H A Dlithium-codegen-arm.cc1238 // We don't need to check for overflow when truncating with sdiv
1357 // division is the same as the truncating division.
1365 // In the general case we may need to adjust before and after the truncating
1414 // We don't need to check for overflow when truncating with sdiv
4466 bool can_convert_undefined_to_nan = instr->truncating();
4542 if (instr->truncating()) {
4626 if (instr->truncating()) {
4651 if (instr->truncating()) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1771 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1775 // Sometimes truncating conversion from a tagged value to an int32.
1787 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1809 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1837 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
H A Dlithium-codegen-mips.cc1264 // division is the same as the truncating division.
1272 // In the general case we may need to adjust before and after the truncating
1326 // We performed a truncating division. Correct the result if necessary.
4440 bool can_convert_undefined_to_nan = instr->truncating();
4509 if (instr->truncating()) {
4606 if (instr->truncating()) {
4641 if (instr->truncating()) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1817 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1821 // Sometimes truncating conversion from a tagged value to an int32.
1833 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1855 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1883 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
H A Dlithium-codegen-mips64.cc1259 // division is the same as the truncating division.
1267 // In the general case we may need to adjust before and after the truncating
1321 // We performed a truncating division. Correct the result if necessary.
4633 bool can_convert_undefined_to_nan = instr->truncating();
4702 if (instr->truncating()) {
4799 if (instr->truncating()) {
4834 if (instr->truncating()) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1767 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1771 // Sometimes truncating conversion from a tagged value to an int32.
1781 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1801 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1825 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
H A Dlithium-codegen-ppc.cc1144 // When truncating, we want kMinInt / -1 = kMinInt.
1255 // division is the same as the truncating division.
1263 // In the general case we may need to adjust before and after the truncating
1321 // When truncating, we want kMinInt / -1 = kMinInt.
1350 // We performed a truncating division. Correct the result.
4769 bool can_convert_undefined_to_nan = instr->truncating();
4836 if (instr->truncating()) {
4924 if (instr->truncating()) {
4949 if (instr->truncating()) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1632 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1635 // Sometimes truncating conversion from a tagged value to an int32.
1645 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1664 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1686 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
H A Dlithium-codegen-s390.cc1210 // division is the same as the truncating division.
1218 // In the general case we may need to adjust before and after the truncating
1300 // We performed a truncating division. Correct the result.
4694 bool can_convert_undefined_to_nan = instr->truncating();
4760 if (instr->truncating()) {
4846 if (instr->truncating()) {
4870 if (instr->truncating()) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1812 bool truncating = instr->CanTruncateToInt32(); local
1813 LOperand* xmm_temp = !truncating ? FixedTemp(xmm1) : NULL;
1834 bool truncating = instr->CanTruncateToInt32(); local
1835 bool needs_temp = !truncating;
1840 if (!truncating) result = AssignEnvironment(result);
H A Dlithium-ia32.h1814 // Sometimes truncating conversion from a tagged value to an int32.
1828 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1859 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1889 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
H A Dlithium-codegen-ia32.cc1160 // division is the same as the truncating division.
1168 // In the general case we may need to adjust before and after the truncating
3122 // Use truncating instruction (OK because input is positive).
4246 bool can_convert_undefined_to_nan = instr->truncating();
4311 if (instr->truncating()) {
4408 if (instr->truncating()) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1809 // Sometimes truncating conversion from a tagged value to an int32.
1821 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1852 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1880 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
H A Dlithium-x64.cc1799 bool truncating = instr->CanTruncateToInt32(); local
1800 LOperand* xmm_temp = truncating ? NULL : FixedTemp(xmm1);
H A Dlithium-codegen-x64.cc1073 // division is the same as the truncating division.
1081 // In the general case we may need to adjust before and after the truncating
3321 // Use truncating instruction (OK because input is positive).
4533 bool can_convert_undefined_to_nan = instr->truncating();
4594 if (instr->truncating()) {
4684 if (instr->truncating()) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1804 // Sometimes truncating conversion from a tagged value to an int32.
1816 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1845 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
1875 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
H A Dlithium-x87.cc1834 bool truncating = instr->CanTruncateToInt32(); local
1837 if (!truncating) result = AssignEnvironment(result);
H A Dlithium-codegen-x87.cc1461 // division is the same as the truncating division.
1469 // In the general case we may need to adjust before and after the truncating
4604 bool can_convert_undefined_to_nan = instr->truncating();
4679 if (instr->truncating()) {
4809 if (instr->truncating()) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1956 bool truncating() { return hydrogen()->CanTruncateToNumber(); } function in class:v8::internal::final
2382 bool truncating() { return hydrogen()->CanTruncateToInt32(); } function in class:v8::internal::final
H A Dlithium-codegen-arm64.cc1661 // The ECMA-262 remainder operator is the remainder from a truncating
3561 // division is the same as the truncating division.
3569 // In the general case we may need to adjust before and after the truncating
4240 bool can_convert_undefined_to_nan = instr->truncating();
5216 if (instr->truncating()) {
5235 // A heap number: load value and convert to int32 using non-truncating

Completed in 903 milliseconds