Home
last modified time | relevance | path

Searched defs:f64 (Results 1 – 21 of 21) sorted by relevance

/external/valgrind/VEX/useful/
Dfp_80_64.c44 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/
Dmms-bitfields.c5 long long f64; member
12 long long f64[4]; member
Dms_struct.c6 long long f64; member
13 long long f64[4]; member
Dx86_32-arguments-darwin.c322 void f64(struct s64 x) {} in f64() function
/external/clang/test/Sema/
Dvariadic-promotion.c5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
/external/valgrind/none/tests/arm/
Dvcvt_fixed_float_VFP.c87 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/
Dbug132918.c13 double f64; in do_fprem() local
Dnan80and64.c61 static void rev64 ( UChar* f64 ) in rev64()
/external/valgrind/none/tests/s390x/
Dpfpo.c54 double f64; in main() local
/external/valgrind/VEX/priv/
Dguest_generic_x87.c105 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()
Dguest_x86_helpers.c1373 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()
Dguest_amd64_helpers.c1737 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()
Dhost_amd64_isel.c2763 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
Dir_defs.c73 union { ULong i64; Double f64; UInt i32; Float f32; } u; in ppIRConst() member
1722 IRConst* IRConst_F64 ( Double f64 ) in IRConst_F64()
Dhost_x86_isel.c3014 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
Dhost_ppc_isel.c3958 union { UInt u32x2[2]; ULong u64; Double f64; } u; in iselDblExpr_wrk() member
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h51 f64 = 9, // This is a 64 bit floating point value enumerator
/external/valgrind/none/tests/arm64/
Dfp_and_simd.c35 Double f64[2]; member
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
Dsm4.h225 double f64; member
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h328 double f64; member
/external/valgrind/memcheck/tests/
Ddeep-backtrace.c64 int f64(int *p) { return f63(p); } in f64() function