HomeSort by relevance Sort by last modified time
    Searched refs:float16 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Sema/
ext_vector_components.c 6 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
14 float16 vec16;
  /external/vixl/src/vixl/
globals.h 65 typedef uint16_t float16; typedef
utils.cc 108 int float16classify(float16 value) {
utils.h 119 int float16classify(float16 value);
142 inline bool IsSignallingNaN(float16 num) {
  /external/vixl/src/vixl/a64/
instructions-a64.cc 34 const float16 kFP16PositiveInfinity = 0x7c00;
35 const float16 kFP16NegativeInfinity = 0xfc00;
47 const float16 kFP16DefaultNaN = 0x7e00;
instructions-a64.h 114 extern const float16 kFP16PositiveInfinity;
115 extern const float16 kFP16NegativeInfinity;
122 extern const float16 kFP16DefaultNaN;
logic-a64.cc 66 static inline float16 FPRoundToFloat16(int64_t sign,
70 return FPRound<float16, kFloat16ExponentBits, kFloat16MantissaBits>(
167 float Simulator::FPToFloat(float16 value) {
230 float16 Simulator::FPToFloat16(float value, FPRounding round_mode) {
251 float16 result = (sign == 0) ? kFP16PositiveInfinity
280 float16 Simulator::FPToFloat16(double value, FPRounding round_mode) {
301 float16 result = (sign == 0) ? kFP16PositiveInfinity
    [all...]
simulator-a64.h     [all...]

Completed in 967 milliseconds