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

  /external/clang/test/Sema/
fp16-sema.c 3 // Functions cannot have parameters of type __fp16.
4 extern void f (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
5 extern void g (__fp16 *);
7 extern void (*pf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
8 extern void (*pg) (__fp16*);
10 typedef void(*tf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
11 typedef void(*tg) (__fp16*);
    [all...]
variadic-promotion.c 5 void test_floating_promotion(__fp16 *f16, float f32, double f64) {
9 // CHECK-NEXT: '__fp16'
  /external/clang/test/CodeGenCXX/
fp16-mangle.cpp 5 template <> int S<__fp16, __fp16>::i = 3;
8 void f (__fp16 *x) { }
11 void g (__fp16 *x, __fp16 *y) { }
fp16-overload.cpp 6 __fp16 a;
mangle-neon-vectors.cpp 7 typedef __fp16 float16_t;
aarch64-mangle-neon-vectors.cpp 11 typedef __fp16 float16_t;
  /external/clang/test/CodeGen/
fp16-ops.c 6 volatile __fp16 h0 = 0.0, h1 = 1.0, h2;
55 h1 = h0 * (__fp16) -2.0;
74 h1 = (h0 / (__fp16) -2.0);
93 h1 = ((__fp16)-2.0 + h0);
112 h1 = ((__fp16)-2.0 - h0);
129 test = (h2 < (__fp16)42.0);
144 test = ((__fp16)42.0 > h2);
159 test = (h2 <= (__fp16)42.0);
174 test = (h0 >= (__fp16)-2.0);
189 test = (h1 == (__fp16)1.0)
    [all...]
aarch64-type-sizes.c 34 return sizeof(__fp16);
mips-type-sizes.c 33 return sizeof(__fp16);
catch-undef-behavior.c 269 void int_fp16_overflow(int n, __fp16 *p) {
348 signed char fp16_char_overflow(__fp16 *p) {
builtins-mips-msa.c 13 typedef __fp16 v8f16 __attribute__ ((vector_size(16)));
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_value.cc 75 // from '__fp16' to 'long double'.
77 __fp16 Value;
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 119 typedef float __fp16; typedef
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 141 case (int)(__fp16)65536: // expected-error {{constant expression}} expected-note {{value 65536 is outside the range of representable values of type '__fp16'}} expected-error {{duplicate case value '2147483647'}}
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
arm_neon.h 34 typedef __fp16 float16_t;
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
arm_neon.h 34 typedef __fp16 float16_t;
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
arm_neon.h 34 typedef __fp16 float16_t;
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
arm_neon.h 34 typedef __fp16 float16_t;
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
arm_neon.h 34 typedef __fp16 float16_t;
    [all...]

Completed in 365 milliseconds