OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:div_result
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/test/cctest/
test-assembler-arm.cc
1147
double
div_result
;
member in struct:__anon1072
1172
__ vstr(d2, r0, OFFSET_OF(T,
div_result
));
1190
t.
div_result
= 0;
[
all
...]
/external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part2.c
1475
float
div_result
= 1\/spec_sp_fargs[i + j];
local
[
all
...]
test_isa_2_06_part3.c
492
double
div_result
;
local
500
div_result
= 1.0/recip_divisor;
504
real_diff = fabs(res_dp -
div_result
);
505
result = ( ( res_dp ==
div_result
)
511
unsigned long long * div_result_dp = (unsigned long long *) &
div_result
;
516
unsigned long long * dv = &
div_result
;
519
printf("\n\t {actual
div_result
: %016llx; real_diff: %016llx; calc_diff: %016llx}\n",
526
float
div_result
;
local
530
div_result
= 1.0/recip_divisor;
534
real_diff = fabsf(res_sp -
div_result
);
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c
803
float
div_result
;
local
845
div_result
= 1.0/recip_divisor;
849
real_diff = fabs((float)res_dp -
div_result
);
850
result = ( ( res_dp ==
div_result
)
853
unsigned int * dv = (unsigned int *)&
div_result
;
856
printf("\n\t {computed
div_result
: %08x; real_diff: %08x; calc_diff: %08x}\n",
864
unsigned int * div_result_sp = (unsigned int *)&
div_result
;
870
printf("\tcalc_diff_tmp: %08x;
div_result
: %08x; vector result (sp): %08x\n",
[
all
...]
Completed in 595 milliseconds