OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float_round_nearest_even
(Results
1 - 7
of
7
) sorted by null
/external/qemu/fpu/
softfloat.c
123
roundNearestEven = ( roundingMode ==
float_round_nearest_even
);
172
roundNearestEven = ( roundingMode ==
float_round_nearest_even
);
321
roundNearestEven = ( roundingMode ==
float_round_nearest_even
);
503
roundNearestEven = ( roundingMode ==
float_round_nearest_even
);
673
roundNearestEven = ( roundingMode ==
float_round_nearest_even
);
[
all
...]
/external/qemu/include/fpu/
softfloat.h
152
float_round_nearest_even
= 0,
enumerator in enum:__anon33425
/external/qemu/target-mips/
op_helper.c
[
all
...]
/external/qemu/target-i386/
ops_sse.h
[
all
...]
fpu_helper.c
540
rnd_type =
float_round_nearest_even
;
/external/qemu/
gdbstub.c
1020
float_round_nearest_even
,
[
all
...]
/external/qemu/target-arm/
helper.c
[
all
...]
Completed in 259 milliseconds