/external/valgrind/VEX/useful/ |
D | fp_80_64.c | 44 static void convert_f80le_to_f64le_HW ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le_HW() 52 static void convert_f64le_to_f80le_HW ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le_HW() 103 static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le() 244 static void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le() 445 static void show_f64le ( UChar* f64 ) in show_f64le() 507 int do_64_to_80_test ( Int test_no, UChar* f64, UChar* f80h, UChar* f80s) in do_64_to_80_test() 593 UChar* f64 = malloc(8); in do_64_to_80_tests() local
|
/external/clang/test/CodeGen/ |
D | mms-bitfields.c | 5 long long f64; member 12 long long f64[4]; member
|
D | ms_struct.c | 6 long long f64; member 13 long long f64[4]; member
|
D | x86_32-arguments-darwin.c | 322 void f64(struct s64 x) {} in f64() function
|
/external/clang/test/Sema/ |
D | variadic-promotion.c | 5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
|
/external/valgrind/none/tests/arm/ |
D | vcvt_fixed_float_VFP.c | 87 double f64 = s32_to_f64_imm32(x); in try_s32_to_f64() local 127 double f64 = u32_to_f64_imm32(x); in try_u32_to_f64() local
|
/external/valgrind/none/tests/amd64/ |
D | bug132918.c | 13 double f64; in do_fprem() local
|
D | nan80and64.c | 61 static void rev64 ( UChar* f64 ) in rev64()
|
/external/valgrind/none/tests/s390x/ |
D | pfpo.c | 54 double f64; in main() local
|
/external/valgrind/VEX/priv/ |
D | guest_generic_x87.c | 105 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le() 246 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le()
|
D | guest_x86_helpers.c | 1373 UChar* f64; in x86g_calculate_FXAM() local 1442 ULong f64; in x86g_dirtyhelper_loadF80le() local 1449 void x86g_dirtyhelper_storeF80le ( Addr addrU, ULong f64 ) in x86g_dirtyhelper_storeF80le()
|
D | guest_amd64_helpers.c | 1737 UChar* f64; in amd64g_calculate_FXAM() local 2081 ULong f64; in amd64g_dirtyhelper_loadF80le() local 2088 void amd64g_dirtyhelper_storeF80le ( Addr addrU, ULong f64 ) in amd64g_dirtyhelper_storeF80le()
|
D | host_amd64_isel.c | 2763 union { ULong u64; Double f64; } u; in iselDblExpr_wrk() member 3072 HReg f64 = newVRegV(env); in iselDblExpr_wrk() local 4428 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data); in iselStmt() local
|
D | ir_defs.c | 73 union { ULong i64; Double f64; UInt i32; Float f32; } u; in ppIRConst() member 1722 IRConst* IRConst_F64 ( Double f64 ) in IRConst_F64()
|
D | host_x86_isel.c | 3014 union { UInt u32x2[2]; ULong u64; Double f64; } u; in iselDblExpr_wrk() member 3970 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data); in iselStmt() local
|
D | host_ppc_isel.c | 3958 union { UInt u32x2[2]; ULong u64; Double f64; } u; in iselDblExpr_wrk() member
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineValueType.h | 51 f64 = 9, // This is a 64 bit floating point value enumerator
|
/external/valgrind/none/tests/arm64/ |
D | fp_and_simd.c | 35 Double f64[2]; member
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
D | sm4.h | 225 double f64; member
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir.h | 328 double f64; member
|
/external/valgrind/memcheck/tests/ |
D | deep-backtrace.c | 64 int f64(int *p) { return f63(p); } in f64() function
|