OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u64_val
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/ppc32/
test_dfp5.c
32
unsigned long long
u64_val
;
member in union:stuff
418
test_val.
u64_val
= dfp64_vals[i];
421
test_val.
u64_val
= test_val.u128.valu;
429
test_def.op, test_val.
u64_val
);
434
printf(" ==> %016llx\n", result.
u64_val
);
484
test_val.
u64_val
= bcd64_vals[i];
487
test_val.
u64_val
= test_val.u128.valu;
493
test_def.op, test_val.
u64_val
);
498
printf(" ==> %016llx\n", result.
u64_val
);
532
test_valB.
u64_val
= dfp64_vals[i]
[
all
...]
test_dfp4.c
32
unsigned long long
u64_val
;
member in union:stuff
495
test_val.
u64_val
= dfp64_vals[i];
498
test_val.
u64_val
= test_val.u128.valu;
513
test_def.op, test_val.
u64_val
);
561
test_val1.
u64_val
= dfp64_vals[test_def.targs[i].fra_idx];
562
test_val2.
u64_val
= dfp64_vals[test_def.targs[i].frb_idx];
565
test_val1.
u64_val
= test_val1.u128.valu;
568
test_val2.
u64_val
= test_val2.u128.valu;
578
printf("%s %016llx", test_def.name, test_val1.
u64_val
);
581
test_def.op, test_val2.
u64_val
);
[
all
...]
Completed in 622 milliseconds