Home
last modified time | relevance | path

Searched refs:FLOAT_INFNAN2 (Results 1 – 2 of 2) sorted by relevance

/external/arm-optimized-routines/math/single/
De_powf.c202 return FLOAT_INFNAN2(x,y); in powf()
222 return FLOAT_INFNAN2(x,y); in powf()
Dmath_private.h107 #define FLOAT_INFNAN2(x,y) __mathlib_flt_infnan2(x,y) macro