Searched defs:f32 (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/Sema/
H A Dvariadic-promotion.c5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { argument
6 variadic(3, *f16, f32, f64);
/external/clang/test/CodeGen/
H A Dmms-bitfields.c4 int f32; member in struct:s1
11 int f32; member in struct:s2
18 int f32; member in struct:s3
H A Dms_struct.c5 int f32; member in struct:s1
12 int f32; member in struct:s2
19 int f32; member in struct:s3
H A Darm-arguments.c172 void f32(struct s32 s) { } function
173 // AAPCS: @f32([1 x i64] %s.coerce)
174 // APCS-GNU: @f32([2 x i32] %s.coerce)
H A Daarch64-arguments.c129 // PCS: define void @f32(%struct.s32* %a)
131 void f32(struct s32 a) {} function
H A Dx86_64-arguments.c221 _Complex float f32(_Complex float A, _Complex float B) { function
223 // CHECK: define <2 x float> @f32(<2 x float> %A.coerce, <2 x float> %B.coerce)
H A Dx86_32-arguments-darwin.c135 // CHECK: define i32 @f32()
136 struct s32 { char a; unsigned : 0; } f32(void) { while (1) {} } function
/external/valgrind/main/none/tests/arm/
H A Dvcvt_fixed_float_VFP.c7 __asm__ ("vcvt.f32.s32 %0, %1, #1" : "=w"(y) : "0"(x));
14 __asm__ ("vcvt.f32.s32 %0, %1, #32" : "=w"(y) : "0"(x));
20 float f32 = s_to_f32_imm32(x); local
21 printf("s_to_f32_imm32: %11d -> %18.14e\n", x, (double)f32);
22 f32 = s_to_f32_imm1(x);
23 printf("s_to_f32_imm1: %11d -> %18.14e\n", x, (double)f32);
31 __asm__ ("vcvt.f32.u32 %0, %1, #1" : "=w"(y) : "0"(x));
38 __asm__ ("vcvt.f32.u32 %0, %1, #32" : "=w"(y) : "0"(x));
44 float f32 = u_to_f32_imm32(x); local
45 printf("u_to_f32_imm32: %11u -> %18.14e\n", x, (double)f32);
[all...]
/external/llvm/test/MC/ELF/
H A Dcfi.s191 f32: label
/external/skia/include/views/
H A DSkEvent.h110 uint32_t getFast32() const { return f32; }
115 void setFast32(uint32_t x) { f32 = x; }
266 uint32_t f32; member in class:SkEvent
/external/skia/legacy/include/views/
H A DSkEvent.h112 uint32_t getFast32() const { return f32; }
117 void setFast32(uint32_t x) { f32 = x; }
276 uint32_t f32; member in class:SkEvent
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h54 f32 = 8, // This is a 32 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
97 v2f32 = 42, // 2 x f32
98 v4f32 = 43, // 4 x f32
99 v8f32 = 44, // 8 x f32
100 v16f32 = 45, // 16 x f32
294 case v16f32: return f32;
367 case f32 :
449 return MVT::f32;
523 case MVT::f32:
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c5409 HReg f32 = newVRegF(env); local
5412 /* VMOV f32, src */
5413 addInstr(env, ARMInstr_VXferS(True/*toS*/, f32, src));
5414 /* FSITOD dst, f32 */
5416 dst, f32));
H A Dhost_x86_isel.c3817 HReg f32 = iselFltExpr(env, stmt->Ist.Put.data); local
3820 addInstr(env, X86Instr_FpLdSt( False/*store*/, 4, f32, am ));
H A Dir_defs.c72 union { ULong i64; Double f64; UInt i32; Float f32; } u; member in union:__anon14527
80 case Ico_F32: u.f32 = con->Ico.F32;
1414 IRConst* IRConst_F32 ( Float f32 )
1418 c->Ico.F32 = f32;
H A Dhost_amd64_isel.c2775 HReg f32; local
2779 f32 = iselFltExpr(env, e->Iex.Unop.arg);
2780 addInstr(env, AMD64Instr_SseSDSS(False/*S->D*/, f32, f64));
3756 HReg f32 = iselFltExpr(env, stmt->Ist.Put.data); local
3759 addInstr(env, AMD64Instr_SseLdSt( False/*store*/, 4, f32, am ));
/external/valgrind/main/memcheck/tests/
H A Ddeep-backtrace.c32 int f32(int *p) { return f31(p); } function
33 int f33(int *p) { return f32(p); }

Completed in 2479 milliseconds