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

  /external/arm-optimized-routines/math/
pow.c 292 return issignaling_inline (x) ? x + y : 1.0;
294 return issignaling_inline (y) ? x + y : 1.0;
math_config.h 139 issignaling_inline (double x) function

Completed in 69 milliseconds