HomeSort by relevance Sort by last modified time
    Searched defs:float64_is_quiet_nan (Results 1 - 2 of 2) 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

Completed in 32 milliseconds