HomeSort by relevance Sort by last modified time
    Searched defs:Float32 (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 71 int32_t Float32;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 71 int32_t Float32;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 71 int32_t Float32;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 71 int32_t Float32;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 71 int32_t Float32;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 71 int32_t Float32;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 71 int32_t Float32;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 53 Float32 = 0x0040, // 32 bit real
159 static TypeIndex Float32() { return TypeIndex(SimpleTypeKind::Float32); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 71 int32_t Float32;
  /prebuilts/go/darwin-x86/src/math/big/
float.go 50 // as the corresponding float32 or float64 IEEE-754 arithmetic for operands
51 // that correspond to normal (i.e., not denormal) float32 or float64 numbers.
817 // Float32 returns the float32 value nearest to x. If x is too small to be
818 // represented by a float32 (|x| < math.SmallestNonzeroFloat32), the result
820 // If x is too large to be represented by a float32 (|x| > math.MaxFloat32),
822 func (x *Float) Float32() (float32, Accuracy) {
841 // Float mantissa m is 0.5 <= m < 1.0; compute exponent e for float32 mantissa.
844 // Compute precision p for float32 mantissa
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go 50 // as the corresponding float32 or float64 IEEE-754 arithmetic for operands
51 // that correspond to normal (i.e., not denormal) float32 or float64 numbers.
817 // Float32 returns the float32 value nearest to x. If x is too small to be
818 // represented by a float32 (|x| < math.SmallestNonzeroFloat32), the result
820 // If x is too large to be represented by a float32 (|x| > math.MaxFloat32),
822 func (x *Float) Float32() (float32, Accuracy) {
841 // Float mantissa m is 0.5 <= m < 1.0; compute exponent e for float32 mantissa.
844 // Compute precision p for float32 mantissa
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 36 Float32 = Type("Float32", "f")
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 36 Float32 = Type("Float32", "f")
  /prebuilts/go/darwin-x86/src/go/types/
type.go 38 Float32
  /prebuilts/go/linux-x86/src/go/types/
type.go 38 Float32
  /external/v8/src/
deoptimizer.h 26 class Float32 {
28 Float32() : bit_pattern_(0) {}
31 static Float32 FromBits(uint32_t bits) { return Float32(bits); }
34 explicit Float32(uint32_t bit_pattern) : bit_pattern_(bit_pattern) {}
98 static TranslatedValue NewFloat(TranslatedState* container, Float32 value);
132 Float32 float_value_;
143 Float32 float_value() const;
333 static Float32 GetFloatSlot(Address fp, int slot_index);
689 Float32 GetFloatRegister(unsigned n) const
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 239 Float32
611 Float32: "float32",
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 239 Float32
611 Float32: "float32",
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 91 Float32,
    [all...]

Completed in 1706 milliseconds

12