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

  /external/qemu/fpu/
softfloat-specialize.h 207 int float64_is_nan( float64 a_ ) function
285 aIsNaN = float64_is_nan( a );
287 bIsNaN = float64_is_nan( b );
softfloat-native.c 414 int float64_is_nan( float64 a1 ) function

Completed in 2275 milliseconds