OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float64_is_quiet_nan
(Results
1 - 4
of
4
) sorted by null
/external/qemu/fpu/
softfloat-specialize.h
395
int
float64_is_quiet_nan
( float64 a_ )
function
498
aIsQuietNaN =
float64_is_quiet_nan
( a );
500
bIsQuietNaN =
float64_is_quiet_nan
( b );
softfloat-native.c
423
int
float64_is_quiet_nan
( float64 a1 )
function
softfloat-native.h
380
int
float64_is_quiet_nan
( float64 );
softfloat.h
454
int
float64_is_quiet_nan
( float64 a );
Completed in 25 milliseconds