HomeSort by relevance Sort by last modified time
    Searched defs:f16 (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/test/Index/
linkage.c 17 void f16(void) { function
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_half.h 56 uint16_t f16; local
68 f16 = 0x7c00;
71 f16 = 0x7e00;
82 f16 = f32.ui >> 13;
86 f16 |= sign >> 16;
88 return f16;
92 util_half_to_float(uint16_t f16)
103 f32.ui = (f16 & 0x7fff) << 13;
113 f32.ui |= (f16 & 0x8000) << 16;
  /external/clang/test/Sema/
extern-redecl.c 6 void f16(void) { function
  /external/mesa3d/src/gallium/auxiliary/util/
u_half.h 56 uint16_t f16; local
68 f16 = 0x7c00;
71 f16 = 0x7e00;
82 f16 = f32.ui >> 13;
86 f16 |= sign >> 16;
88 return f16;
92 util_half_to_float(uint16_t f16)
103 f32.ui = (f16 & 0x7fff) << 13;
113 f32.ui |= (f16 & 0x8000) << 16;
  /external/chromium_org/v8/test/webkit/
toString-elision-trailing-comma.js 89 function f16() { function
131 testToStringAndLength("f16", 3);
  /external/clang/test/CodeGen/
function-attributes.c 91 // CHECK: define void @f16
94 void __attribute__((force_align_arg_pointer)) f16(void) { function
tbaa-class.cpp 12 uint16_t f16; member in class:StructA
20 uint16_t f16; member in class:StructB
27 uint16_t f16; member in class:StructC
34 uint16_t f16; member in class:StructD
43 uint16_t f16; member in class:StructS
73 A->f16 = 4;
97 B->a.f16 = 4;
145 S->f16 = 4;
tbaa.cpp 11 uint16_t f16; member in struct:__anon18341
18 uint16_t f16; member in struct:__anon18342
24 uint16_t f16; member in struct:__anon18343
30 uint16_t f16; member in struct:__anon18344
38 uint16_t f16; member in struct:__anon18345
43 uint16_t f16; member in struct:__anon18346
67 A->f16 = 4;
91 B->a.f16 = 4;
139 S->f16 = 4;
163 S2->f16 = 4
    [all...]
arm-arguments.c 93 // APCS-GNU: define void @f16()
94 // AAPCS: define arm_aapcscc void @f16()
95 void f16(struct s8 a0) {} function
struct.c 168 range f16() { function
aarch64-arguments.c 70 // PCS: define void @f16()
71 void f16(struct s8 a0) {} function
x86_32-arguments-darwin.c 78 // CHECK: <2 x i64> @f16()
90 T16 f16(void) { while (1) {} } function
x86_64-arguments.c 86 // CHECK: define void @f16({{.*}}, float %X)
87 void f16(float a, float b, float c, float d, float e, float f, float g, float h, function
  /external/clang/test/Analysis/
array-struct.c 152 void f16(struct s3 *p) { function
dead-stores.c 153 int f16(int x) { function
  /external/llvm/test/MC/ELF/
cfi.s 95 f16: label
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-crankshaft.js 35 f15, f16, f17, f18, f19, f20, f21, f22, f23 ];
114 function f16() { function
  /external/clang/test/CodeGenCXX/
aarch64-mangle-neon-vectors.cpp 71 void f16(int16x8_t) {} function
  /external/v8/test/mjsunit/harmony/
block-let-crankshaft.js 35 f15, f16, f17, f18, f19, f20, f21, f22, f23 ];
114 function f16() { function
  /external/valgrind/main/none/tests/ppc32/
test_dfp4.c 301 _Decimal64 f16 = val2.dec_val; local
308 __asm__ __volatile__ ("dtstex 4, %0, %1" : : "f" (f14),"f" (f16));
311 __asm__ __volatile__ ("dtstex 7, %0, %1" : : "f" (f14),"f" (f16));
321 _Decimal128 f16 = val2.dec_val128; local
328 __asm__ __volatile__ ("dtstexq 4, %0, %1" : : "f" (f14),"f" (f16));
331 __asm__ __volatile__ ("dtstexq 7, %0, %1" : : "f" (f14),"f" (f16));
test_dfp5.c 93 _Decimal64 f16 = valB.dec_val; local
101 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
104 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
107 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
117 _Decimal128 f16 = valB.dec_val128; local
125 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
128 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
131 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
143 _Decimal64 f16 = valB.dec_val; local
146 __asm__ __volatile__ ("ddedpd. 0, %0, %1" : "=f" (ret) : "f" (f16));
170 _Decimal128 f16 = valB.dec_val128; local
196 _Decimal64 f16 = valB.dec_val; local
217 _Decimal128 f16 = valB.dec_val128; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp4.c 301 _Decimal64 f16 = val2.dec_val; local
308 __asm__ __volatile__ ("dtstex 4, %0, %1" : : "f" (f14),"f" (f16));
311 __asm__ __volatile__ ("dtstex 7, %0, %1" : : "f" (f14),"f" (f16));
321 _Decimal128 f16 = val2.dec_val128; local
328 __asm__ __volatile__ ("dtstexq 4, %0, %1" : : "f" (f14),"f" (f16));
331 __asm__ __volatile__ ("dtstexq 7, %0, %1" : : "f" (f14),"f" (f16));
test_dfp5.c 93 _Decimal64 f16 = valB.dec_val; local
101 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
104 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
107 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
117 _Decimal128 f16 = valB.dec_val128; local
125 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
128 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
131 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
143 _Decimal64 f16 = valB.dec_val; local
146 __asm__ __volatile__ ("ddedpd. 0, %0, %1" : "=f" (ret) : "f" (f16));
170 _Decimal128 f16 = valB.dec_val128; local
196 _Decimal64 f16 = valB.dec_val; local
217 _Decimal128 f16 = valB.dec_val128; local
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.h 171 f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, enumerator in enum:v8::internal::Simulator::FPURegister
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 53 f16 = 7, // This is a 16 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
60 FIRST_FP_VALUETYPE = f16,
96 v2f16 = 41, // 2 x f16
290 case v2f16: return f16;
365 case f16:
449 return MVT::f16;
522 case MVT::f16:

Completed in 497 milliseconds

1 2