OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dfp64_vals
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/none/tests/ppc32/
test_dfp4.c
388
static unsigned long long
dfp64_vals
[] = {
variable
413
#define NUM_DFP_VALS (sizeof(
dfp64_vals
)/8)
421
// Index pairs from
dfp64_vals
array to be used with dfp_two_arg_tests
500
test_val.u64_val =
dfp64_vals
[i];
575
test_val1.u64_val =
dfp64_vals
[test_def.targs[i].fra_idx];
576
test_val2.u64_val =
dfp64_vals
[test_def.targs[i].frb_idx];
test_dfp1.c
202
static unsigned long long
dfp64_vals
[] = {
variable
232
// Index pairs from
dfp64_vals
or dfp128_vals array to be used with dfp_two_arg_tests
255
// Index pairs from
dfp64_vals
array to be used with dfp_two_arg_tests
338
u0 =
dfp64_vals
[test_group.targs[i].fra_idx];
339
u1 =
dfp64_vals
[test_group.targs[i].frb_idx];
test_dfp2.c
282
static unsigned long long
dfp64_vals
[] = {
variable
312
/* Index pairs from
dfp64_vals
or dfp128_vals array to be used with
353
/* Index pairs from
dfp64_vals
array to be used with dfp_one_arg_tests */
465
u0 =
dfp64_vals
[test_group.targs[i].fra_idx];
539
u0 =
dfp64_vals
[test_group.targs[i].fra_idx];
test_dfp3.c
712
static unsigned long long
dfp64_vals
[] = {
variable
737
#define NUM_DFP_VALS (sizeof(
dfp64_vals
)/8)
745
// Index pairs from
dfp64_vals
array to be used with dfp_two_arg_tests
824
u0 =
dfp64_vals
[i];
885
u0 =
dfp64_vals
[test_def.targs[i].fra_idx];
886
u1 =
dfp64_vals
[test_def.targs[i].frb_idx];
951
u0 =
dfp64_vals
[i];
[
all
...]
test_dfp5.c
283
static unsigned long long
dfp64_vals
[] = {
variable
378
#define NUM_DFP_VALS (sizeof(
dfp64_vals
)/8)
423
test_val.u64_val =
dfp64_vals
[i];
544
test_valB.u64_val =
dfp64_vals
[i];
Completed in 43 milliseconds