HomeSort by relevance Sort by last modified time
    Searched full:f64s (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/CodeGen/SystemZ/
vec-conv-01.ll 5 ; Test conversion of f64s to signed i64s.
14 ; Test conversion of f64s to unsigned i64s.
23 ; Test conversion of signed i64s to f64s.
32 ; Test conversion of unsigned i64s to f64s.
41 ; Test conversion of f64s to signed i32s, which must compile.
48 ; Test conversion of f64s to unsigned i32s, which must compile.
55 ; Test conversion of signed i32s to f64s, which must compile.
62 ; Test conversion of unsigned i32s to f64s, which must compile.
fp-mul-03.ll 1 ; Test multiplication of two f64s, producing an f64 result.
fp-mul-04.ll 1 ; Test multiplication of two f64s, producing an f128 result.
  /external/valgrind/VEX/useful/
fp_80_64.c 465 int do_80_to_64_test ( Int test_no, UChar* f80, UChar* f64h, UChar* f64s)
471 convert_f80le_to_f64le(f80, f64s);
474 if (f64s[k] != f64h[k]) {
482 sprintf(buf64s, "%.16e", *(double*)f64s);
492 printf("f64s: "); show_f64le(f64s); printf("\n");
550 UChar* f64s = malloc(8); local
562 fails += do_80_to_64_test(tests, f80, f64h, f64s);
575 f64h[i] = f64s[i] = 0;
580 fails += do_80_to_64_test(tests, f80, f64h, f64s);
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 318 milliseconds