OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float_flag_inexact
(Results
1 - 5
of
5
) sorted by null
/external/qemu/fpu/
softfloat.c
145
if ( roundBits ) STATUS(float_exception_flags) |=
float_flag_inexact
;
198
if ( absZ1 ) STATUS(float_exception_flags) |=
float_flag_inexact
;
340
float_raise( float_flag_overflow |
float_flag_inexact
STATUS_VAR);
358
if ( roundBits ) STATUS(float_exception_flags) |=
float_flag_inexact
;
522
float_raise( float_flag_overflow |
float_flag_inexact
STATUS_VAR);
540
if ( roundBits ) STATUS(float_exception_flags) |=
float_flag_inexact
;
720
if ( roundBits ) STATUS(float_exception_flags) |=
float_flag_inexact
;
731
if ( roundBits ) STATUS(float_exception_flags) |=
float_flag_inexact
;
768
float_raise( float_flag_overflow |
float_flag_inexact
STATUS_VAR);
786
if ( zSig1 ) STATUS(float_exception_flags) |=
float_flag_inexact
;
[
all
...]
softfloat.h
195
float_flag_inexact
= 32,
enumerator in enum:__anon13573
/external/qemu/target-i386/
ops_sse.h
[
all
...]
/external/qemu/target-arm/
helper.c
[
all
...]
/external/qemu/target-mips/
op_helper.c
[
all
...]
Completed in 25 milliseconds