HomeSort by relevance Sort by last modified time
    Searched defs:Float16 (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/Basic/
TargetBuiltins.h 117 Float16,
  /external/deqp/framework/common/
tcuFloat.hpp 131 typedef Float<deUint16, 5, 10, 15, FLOAT_HAS_SIGN|FLOAT_SUPPORT_DENORM> Float16; //!< IEEE 754-2008 16-bit floating-point value
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 121 Float16,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 121 Float16,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 121 Float16,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 121 Float16,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 121 Float16,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 121 Float16,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 121 Float16,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 121 Float16,
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 52 Float16 = 0x0046, // 16 bit real
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 41 class Float16 {
43 Float16(uint16_t v) : val(v) {}
44 Float16() = default;
45 static bool isNan(const Float16& val) {
49 static bool isInfinity(const Float16& val) {
52 Float16(const Float16& other) { val = other.val; }
56 static Float16 max() { return Float16(0x7bff); }
58 static Float16 lowest() { return Float16(0xfbff);
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 90 Float16,
654 Base = (unsigned)NeonTypeFlags::Float16 + (Addend - 1);
    [all...]

Completed in 662 milliseconds