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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-alu-encoding-bad.l 2 [^:]*:23: Error: the offset 0x00011001 is not representable
3 [^:]*:23: Error: the offset 0x00011001 is not representable
4 [^:]*:23: Error: the offset 0x00011001 is not representable
5 [^:]*:23: Error: the offset 0x00011001 is not representable
6 [^:]*:23: Error: the offset 0x00011001 is not representable
7 [^:]*:23: Error: the offset 0x00011001 is not representable
8 [^:]*:23: Error: the offset 0x00011001 is not representable
9 [^:]*:23: Error: the offset 0x00011001 is not representable
10 [^:]*:23: Error: the offset 0x00011001 is not representable
11 [^:]*:23: Error: the offset 0x00011001 is not representable
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-1.s 1 # Test expressions not representable by relocations.
  /prebuilts/go/darwin-x86/src/math/
const.go 26 // Max is the largest finite value representable by the type.
27 // SmallestNonzero is the smallest positive, non-zero value representable by the type.
nextafter.go 7 // Nextafter32 returns the next representable float32 value after x towards y.
29 // Nextafter returns the next representable float64 value after x towards y.
log1p.go 30 // may not be representable exactly. In that case, a correction
  /prebuilts/go/linux-x86/src/math/
const.go 26 // Max is the largest finite value representable by the type.
27 // SmallestNonzero is the smallest positive, non-zero value representable by the type.
nextafter.go 7 // Nextafter32 returns the next representable float32 value after x towards y.
29 // Nextafter returns the next representable float64 value after x towards y.
log1p.go 30 // may not be representable exactly. In that case, a correction
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug120.go 26 // These are exactly representable in 64-bit floating point:
  /prebuilts/go/linux-x86/test/fixedbugs/
bug120.go 26 // These are exactly representable in 64-bit floating point:
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 46 that become fully typed must now be representable by the full type (constant
52 constant lhs must be representable as an integer.
126 // Typed constants must be representable in
132 check.representable(x, typ)
187 // representable floating-point and complex values, and to an Int
323 // representable checks that a constant operand is representable in the given basic type.
324 func (check *Checker) representable(x *operand, typ *Basic) { func
355 // Also, if x is a constant, it must be representable as a value of typ,
447 // We already know from the shift check that it is representable
    [all...]
operand.go 196 // checker.representable, and checker.assignment are
217 // x is an untyped value representable by a value of type T
219 // checker.representable. Need to clean up.
  /prebuilts/go/linux-x86/src/go/types/
expr.go 46 that become fully typed must now be representable by the full type (constant
52 constant lhs must be representable as an integer.
126 // Typed constants must be representable in
132 check.representable(x, typ)
187 // representable floating-point and complex values, and to an Int
323 // representable checks that a constant operand is representable in the given basic type.
324 func (check *Checker) representable(x *operand, typ *Basic) { func
355 // Also, if x is a constant, it must be representable as a value of typ,
447 // We already know from the shift check that it is representable
    [all...]
operand.go 196 // checker.representable, and checker.assignment are
217 // x is an untyped value representable by a value of type T
219 // checker.representable. Need to clean up.
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 90 This conversion means -1, 0, and +1 are all exactly representable,
92 avoids the numerical awkwardness of have a representable value
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 71 int64Val int64 // Int values representable as an int64
72 intVal struct{ val *big.Int } // Int values not representable as an int64
73 ratVal struct{ val *big.Rat } // Float values representable as a fraction
74 floatVal struct{ val *big.Float } // Float values not representable as a fraction
676 // ToInt converts x to an Int value if x is representable as an Int.
730 // ToFloat converts x to a Float value if x is representable as a Float.
749 // ToComplex converts x to a Complex value if x is representable as a Complex.
  /prebuilts/go/linux-x86/src/go/constant/
value.go 71 int64Val int64 // Int values representable as an int64
72 intVal struct{ val *big.Int } // Int values not representable as an int64
73 ratVal struct{ val *big.Rat } // Float values representable as a fraction
74 floatVal struct{ val *big.Float } // Float values not representable as a fraction
676 // ToInt converts x to an Int value if x is representable as an Int.
730 // ToFloat converts x to a Float value if x is representable as a Float.
749 // ToComplex converts x to a Complex value if x is representable as a Complex.
  /external/protobuf/js/binary/
encoder.js 151 * and stores it in the buffer. Integers that are not representable in 64 bits
167 * and stores it in the buffer. Integers that are not representable in 64 bits
196 * representation and stores it in the buffer. Integers not representable in 64
decoder_test.js 35 * 2^64-1025 is the largest number representable as both a double and an
36 * unsigned 64-bit integer, and 2^63-513 is the largest number representable as
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip_test.go 112 // TestLatin1RoundTrip tests that metadata that is representable in Latin-1
  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 48 _ERANGE = 34 /* Math result not representable */
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip_test.go 112 // TestLatin1RoundTrip tests that metadata that is representable in Latin-1
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 48 _ERANGE = 34 /* Math result not representable */
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 132 ERANGE Errno = 34 /* Math result not representable */
258 ERANGE: "Math result not representable",
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 132 ERANGE Errno = 34 /* Math result not representable */
258 ERANGE: "Math result not representable",

Completed in 579 milliseconds

1 2 3