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

  /device/google/contexthub/firmware/lib/libm/
wf_pow.c 17 * wrapper powf(x,y) return x**y
24 float powf(float x, float y) /* wrapper powf */ function
26 float powf(x,y) /* wrapper powf */
39 /* powf(NaN,0.0) */
42 exc.name = "powf";
60 /* powf(0.0,0.0) */
63 exc.name = "powf";
79 exc.name = "powf";
    [all...]
  /external/arm-optimized-routines/math/
powf.c 136 powf (float x, float y) function
223 strong_alias (powf, __powf_finite)
224 hidden_alias (powf, __ieee754_powf)
  /external/arm-optimized-routines/math/single/
e_powf.c 13 powf(float x, float y) function
594 * underflow from the perspective of powf's return value, not
  /external/virglrenderer/src/gallium/auxiliary/util/
u_math.h 88 static inline float powf( float f, float g ) function

Completed in 599 milliseconds