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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 100 *** SQRTF: single-precision square root
102 #define SQRTF(X) (float) sqrt((float) (X))
108 #define INV_SQRTF(X) (1.0F / SQRTF(X))
139 #define sqrtf(f) ((float) sqrt(f)) macro
152 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
153 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
  /external/mesa3d/src/mesa/main/
imports.h 100 *** SQRTF: single-precision square root
102 #define SQRTF(X) (float) sqrt((float) (X))
108 #define INV_SQRTF(X) (1.0F / SQRTF(X))
139 #define sqrtf(f) ((float) sqrt(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 93 static INLINE float sqrtf( float f ) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 93 static INLINE float sqrtf( float f ) function
  /external/bison/darwin-lib/
math.h 2188 # undef sqrtf macro
    [all...]
  /external/bison/lib/
math.in.h 1870 # undef sqrtf macro
1874 _GL_CXXALIASWARN (sqrtf); variable
1876 # undef sqrtf macro
    [all...]
  /external/bison/linux-lib/
math.h 2188 # undef sqrtf macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 543 /// float sqrtf(float x);
544 sqrtf, enumerator in enum:llvm::LibFunc::Func
732 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl:
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3810 function sqrtf(sp) function
    [all...]

Completed in 437 milliseconds