HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 1 - 25 of 471) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13559.go 13 const _ int64 = 1e-10000 // ERROR "1e\-10000 truncated"
25 _ int64 = 1e-1 // ERROR "0\.1 truncated"
26 _ int64 = 1e-10 // ERROR "1e\-10 truncated"
27 _ int64 = 1e-100 // ERROR "1e\-100 truncated"
28 _ int64 = 1e-1000 // ERROR "1e\-1000 truncated"
29 _ int64 = 1e-10000 // ERROR "1e\-10000 truncated"
30 _ int64 = 1e-100000 // ERROR "1e\-100000 truncated"
31 _ int64 = 1e-1000000 // ERROR "1e\-1000000 truncated"
44 _ int64 = -1e-1 // ERROR "\-0\.1 truncated"
45 _ int64 = -1e-10 // ERROR "\-1e\-10 truncated"
    [all...]
issue11371.go 7 // Issue 11371 (cmd/compile: meaningless error message "truncated to
12 const a int = 1.1 // ERROR "constant 1.1 truncated to integer"
14 const c int = 1 + 1e-100 // ERROR "constant truncated to integer"
15 const d int = 1 - 1e-100 // ERROR "constant truncated to integer"
16 const e int = 1.00000001 // ERROR "constant truncated to integer"
17 const f int = 0.00000001 // ERROR "constant 1e-08 truncated to integer"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13559.go 13 const _ int64 = 1e-10000 // ERROR "1e\-10000 truncated"
25 _ int64 = 1e-1 // ERROR "0\.1 truncated"
26 _ int64 = 1e-10 // ERROR "1e\-10 truncated"
27 _ int64 = 1e-100 // ERROR "1e\-100 truncated"
28 _ int64 = 1e-1000 // ERROR "1e\-1000 truncated"
29 _ int64 = 1e-10000 // ERROR "1e\-10000 truncated"
30 _ int64 = 1e-100000 // ERROR "1e\-100000 truncated"
31 _ int64 = 1e-1000000 // ERROR "1e\-1000000 truncated"
44 _ int64 = -1e-1 // ERROR "\-0\.1 truncated"
45 _ int64 = -1e-10 // ERROR "\-1e\-10 truncated"
    [all...]
issue11371.go 7 // Issue 11371 (cmd/compile: meaningless error message "truncated to
12 const a int = 1.1 // ERROR "constant 1.1 truncated to integer"
14 const c int = 1 + 1e-100 // ERROR "constant truncated to integer"
15 const d int = 1 - 1e-100 // ERROR "constant truncated to integer"
16 const e int = 1.00000001 // ERROR "constant truncated to integer"
17 const f int = 0.00000001 // ERROR "constant 1e-08 truncated to integer"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr19609-4a.d 4 #error: .*relocation truncated to fit: R_X86_64_32S .*
5 #error: .*relocation truncated to fit: R_X86_64_32S .*
pr19609-4c.d 4 #error: .*relocation truncated to fit: R_X86_64_32S .*
5 #error: .*relocation truncated to fit: R_X86_64_32S .*
ilp32-6.d 3 #error: .*relocation truncated to fit: R_X86_64_32S.*
ilp32-7.d 3 #error: .*relocation truncated to fit: R_X86_64_32S.*
pcrel8.d 4 #error: .*relocation truncated to fit: R_X86_64_PC8 .*
pr19609-2a.d 4 #error: .*relocation truncated to fit: R_X86_64_32S .*
pr19609-2b.d 4 #error: .*relocation truncated to fit: R_X86_64_32S .*
pr19609-5d.d 4 #error: .*relocation truncated to fit: R_X86_64_PC32 .*
pr19609-6a.d 4 #error: .*relocation truncated to fit: R_X86_64_32S .*
pr19609-7a.d 4 #error: .*relocation truncated to fit: R_X86_64_PC32 .*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pcrel8.d 4 #error: .*relocation truncated to fit: R_386_PC8 .*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
got-negative-12-13-14-35-er.d 3 #error: .*relocation truncated to fit.*
got-single-13-er.d 3 #error: .*relocation truncated to fit.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
reloc-4.d 3 #error: small-data section exceeds 64KB.*truncated to fit: R_MIPS_LITERAL
reloc-5.d 3 #error: small-data section exceeds 64KB.*truncated to fit: R_MIPS_GPREL16
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-visium/
brr_x_backward.d 4 #error: relocation truncated to fit: R_VISIUM_PC16
brr_x_forward.d 4 #error: relocation truncated to fit: R_VISIUM_PC16
brr_x_seg1.d 3 #error: relocation truncated to fit: R_VISIUM_PC16
brr_x_seg2.d 3 #error: relocation truncated to fit: R_VISIUM_PC16
imm_x_seg.d 3 #error: relocation truncated to fit: R_VISIUM_IM16_PCREL
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
RootInputStream.java 28 * can also be truncated. When truncated the stream will appear to have
39 private boolean truncated = false; field in class:RootInputStream
67 this.truncated = true;
74 if (truncated) {
91 if (truncated) {

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>