HomeSort by relevance Sort by last modified time
    Searched defs:f64 (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CodeGen/
mms-bitfields.c 5 long long f64; member in struct:s1
12 long long f64[4]; member in struct:s2
ms_struct.c 6 long long f64; member in struct:s1
13 long long f64[4]; member in struct:s2
x86_32-arguments-darwin.c 320 // CHECK-LABEL: define void @f64(%struct.s64* byval align 4 %x)
322 void f64(struct s64 x) {} function
  /external/valgrind/main/none/tests/amd64/
bug132918.c 13 double f64; local
28 : /*in*/ "m" (f64), "m" (xx), "m" (yy)
31 res->d = f64;
  /external/valgrind/main/none/tests/arm/
vcvt_fixed_float_VFP.c 63 "vcvt.f64.s32 d14,d14,#1" "\n\t"
78 "vcvt.f64.s32 d14,d14,#32" "\n\t"
87 double f64 = s32_to_f64_imm32(x); local
88 printf("s32_to_f64_imm32: %11d -> %18.14e\n", x, f64);
89 f64 = s32_to_f64_imm1(x);
90 printf("s32_to_f64_imm1: %11d -> %18.14e\n", x, f64);
103 "vcvt.f64.u32 d14,d14,#1" "\n\t"
118 "vcvt.f64.u32 d14,d14,#32" "\n\t"
127 double f64 = u32_to_f64_imm32(x); local
128 printf("u32_to_f64_imm32: %11d -> %18.14e\n", x, f64);
    [all...]
  /external/valgrind/main/none/tests/s390x/
pfpo.c 54 double f64; local
112 /* f64 -> d32 */
114 printf("f64 -> d32: round=%x ", i);
122 /* f64 -> d64 */
124 printf("f64 -> d64: round=%x ", i);
132 /* f64 -> d128 */
134 printf("f64 -> d128: round=%x ", i);
183 /* d32 -> f64 */
185 printf("d32 -> f64: round=%x ", i);
188 f64 = PFPO(d32_in[j], _Decimal32, double, PFPO_D32_TO_F64
    [all...]
  /external/clang/test/Sema/
attr-mode.c 13 typedef float f64 __attribute((mode(DF))); typedef
14 int f64_test[sizeof(f64) == 8 ? 1 : -1];
  /external/valgrind/main/VEX/useful/
fp_80_64.c 44 static void convert_f80le_to_f64le_HW ( /*IN*/UChar* f80, /*OUT*/UChar* f64 )
48 : "r" (&f80[0]), "r" (&f64[0])
52 static void convert_f64le_to_f80le_HW ( /*IN*/UChar* f64, /*OUT*/UChar* f80 )
56 : "r" (&f64[0]), "r" (&f80[0])
103 static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 )
109 sign = toUChar( (f64[7] >> 7) & 1 );
110 bexp = (f64[7] << 4) | ((f64[6] >> 4) & 0x0F);
120 (f64[6] & 0x0F) == 0
121 && f64[5] == 0 && f64[4] == 0 && f64[3] == 0
593 UChar* f64 = malloc(8); local
    [all...]
  /external/valgrind/main/none/tests/arm64/
fp_and_simd.c 32 double f64[2]; member in union:_V128
67 && isnormal(v->f32[3]) && isnormal(v->f64[0]) && isnormal(v->f64[1]))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 225 double f64; member in union:sm4_any
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 50 f64 = 9, // This is a 64 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
100 v1f64 = 50, // 1 x f64
101 v2f64 = 51, // 2 x f64
102 v4f64 = 52, // 4 x f64
103 v8f64 = 53, // 8 x f64
308 case v8f64: return f64;
395 case f64 :
478 return MVT::f64;
560 case MVT::f64:
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 225 double f64; member in union:sm4_any
  /external/qemu/target-i386/
fpu_helper.c 105 float64 f64; member in union:__anon33839
109 u.f64 = floatx80_to_float64(a, &env->fp_status);
116 float64 f64; member in union:__anon33840
121 return float64_to_floatx80(u.f64, &env->fp_status);
  /external/qemu/target-arm/
helper.c 3046 float64 f64; local
3143 float64 f64; local
3193 float64 f64; local
3209 float64 f64; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c 1553 UChar* f64; local
1943 ULong f64; local
    [all...]
guest_x86_helpers.c 1373 UChar* f64; local
1442 ULong f64; local
    [all...]
host_x86_isel.c 3014 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon35926
3970 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data); local
    [all...]
ir_defs.c 58 case Ity_F64: vex_printf( "F64"); break;
72 union { ULong i64; Double f64; UInt i32; Float f32; } u; member in union:__anon35927
84 case Ico_F64: u.f64 = con->Ico.F64;
85 vex_printf( "F64{0x%llx}", u.i64);
    [all...]
host_amd64_isel.c 2764 union { ULong u64; Double f64; } u; member in union:__anon35446
3073 HReg f64 = newVRegV(env); local
4378 HReg f64 = iselDblExpr(env, stmt->Ist.Put.data); local
    [all...]
host_ppc_isel.c 3840 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon35786
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 328 double f64; member in union:nv50_ir::Storage::__anon17448
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 328 double f64; member in union:nv50_ir::Storage::__anon31007
  /external/valgrind/main/memcheck/tests/
deep-backtrace.c 64 int f64(int *p) { return f63(p); } function
65 int f65(int *p) { return f64(p); }
  /art/test/083-compiler-regressions/src/
Main.java 5421 float f64 = 64; local
    [all...]

Completed in 576 milliseconds