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

  /external/valgrind/none/tests/amd64/
fma4.c 133 Double plusInf ( void ) { return 1.0 / 0.0; }
135 Double minusInf ( void ) { return negate(plusInf()); }
138 Double plusNaN ( void ) { return divf64(plusInf(),plusInf()); }
153 special_values[4] = plusInf();
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 130 Double plusInf ( void ) { return 1.0 / 0.0; }
132 Double minusInf ( void ) { return negate(plusInf()); }
135 Double plusNaN ( void ) { return divf64(plusInf(),plusInf()); }
152 special_values[4] = plusInf();
    [all...]

Completed in 263 milliseconds