HomeSort by relevance Sort by last modified time
    Searched defs:float32_is_quiet_nan (Results 1 - 2 of 2) sorted by null

  /external/qemu/fpu/
softfloat-specialize.h 153 int float32_is_quiet_nan( float32 a_ ) function
362 aIsQuietNaN = float32_is_quiet_nan( a );
364 bIsQuietNaN = float32_is_quiet_nan( b );
softfloat-native.c 257 int float32_is_quiet_nan( float32 a1 ) function

Completed in 20 milliseconds