HomeSort by relevance Sort by last modified time
    Searched refs:Floating (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 70 Floating-point numbers are always sent using IEEE-754 64-bit precision (see
74 unsigned integers may be received into any unsigned integer variable; and floating
75 point values may be received into any floating point variable. However,
133 Floating-point numbers are always sent as a representation of a float64 value.
encode.go 204 // floatBits returns a uint64 holding the bits of a floating-point number.
205 // Floating-point numbers are transmitted as uint64s holding the bits
207 // the exponent end coming out first, so integer floating point numbers
221 // encFloat encodes the floating point value (float32 float64) referenced by v.
232 // Complex numbers are just a pair of floating-point numbers, real part first.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
prog.go 71 // Floating point.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
prog.go 64 // Floating point.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
prog.go 76 // Floating point.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
prog.go 71 // Floating point.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
prog.go 64 // Floating point.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/
prog.go 76 // Floating point.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
prog.go 85 // Floating point.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/
prog.go 75 // Floating point.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
a.out.go 40 NFREG = 16 // number of floating point registers
62 // Floating point registers (FPRs).
177 C_FREG // floating-point register (64-bit)
273 // floating point
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
prog.go 85 // Floating point.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
prog.go 75 // Floating point.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
a.out.go 40 NFREG = 16 // number of floating point registers
62 // Floating point registers (FPRs).
177 C_FREG // floating-point register (64-bit)
273 // floating point
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
prog.go 76 // Floating point.
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 204 // floatBits returns a uint64 holding the bits of a floating-point number.
205 // Floating-point numbers are transmitted as uint64s holding the bits
207 // the exponent end coming out first, so integer floating point numbers
221 // encFloat encodes the floating point value (float32 float64) referenced by v.
232 // Complex numbers are just a pair of floating-point numbers, real part first.
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 33 Floating-point and complex constituents:
93 For floating-point values, width sets the minimum width of the field and
162 of a floating-point array.
279 floating-point or complex value.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
prog.go 76 // Floating point.
  /prebuilts/go/linux-x86/src/fmt/
doc.go 33 Floating-point and complex constituents:
93 For floating-point values, width sets the minimum width of the field and
162 of a floating-point array.
279 floating-point or complex value.
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm 862 ; floating point error (INT 10h)
892 ; SIMD floating-point exception (INT 13h)
    [all...]
st32_64.asm 878 ; floating point error (INT 10h)
    [all...]
start.asm 678 ; floating point error (INT 10h)
702 ; SIMD floating-point exception (INT 13h)
817 ; IRQ 13 (Floating point error) - (INT 75h)
    [all...]
start16.asm 671 ; floating point error (INT 10h)
695 ; SIMD floating-point exception (INT 13h)
810 ; IRQ 13 (Floating point error) - (INT 75h)
    [all...]
start32.asm 686 ; floating point error (INT 10h)
710 ; SIMD floating-point exception (INT 13h)
    [all...]
start64.asm 869 ; floating point error (INT 10h)
    [all...]

Completed in 3834 milliseconds

1 23 4 5