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

  /external/valgrind/none/tests/amd64/
fma4.c 138 Double plusNaN ( void ) { return divf64(plusInf(),plusInf()); }
140 Double minusNaN ( void ) { return negate(plusNaN()); }
155 special_values[6] = plusNaN();
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 135 Double plusNaN ( void ) { return divf64(plusInf(),plusInf()); }
137 Double minusNaN ( void ) { return negate(plusNaN()); }
154 special_values[6] = plusNaN();
    [all...]

Completed in 176 milliseconds