HomeSort by relevance Sort by last modified time
    Searched full:sqrtf (Results 276 - 300 of 992) sorted by null

<<11121314151617181920>>

  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 70 float norm = sqrtf((*ax) * (*ax) + (*ay) * (*ay) + (*az) * (*az));
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 107 case LibFunc::sqrtf:
  /external/skia/include/private/
SkFloatingPoint.h 37 #define sk_float_sqrt(x) sqrtf(x)
  /frameworks/native/opengl/libagl/
fp.h 187 return 1.0f / sqrtf(v);
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.cpp 185 int factor = (corr2 > 1.0f) ? 0 : (1.0f - sqrtf(corr2)) * 4096;
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 149 EXPORT_F32_FN_F32(sqrtf)
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 127 # define sqrtf sqrt macro
  /toolchain/binutils/binutils-2.25/include/opcode/
tahoe.h 105 { "sqrtf", {"", 0x45 } },
  /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/libcxx/include/
cmath 127 float sqrtf(float x);
382 using ::sqrtf;
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 152 TM.Options.Reciprocals.setDefaults("sqrtf", UseRsqrt, ExtraStepsF);
154 TM.Options.Reciprocals.setDefaults("vec-sqrtf", UseRsqrt, ExtraStepsF);
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 214 this->Options.Reciprocals.setDefaults("sqrtf", true, RefinementSteps);
215 this->Options.Reciprocals.setDefaults("vec-sqrtf", true, RefinementSteps);
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 170 this->Options.Reciprocals.setDefaults("sqrtf", true, 1);
172 this->Options.Reciprocals.setDefaults("vec-sqrtf", true, 1);
  /external/llvm/test/CodeGen/X86/
avx-arith.ll 120 %conv1 = tail call float @sqrtf(float %a) nounwind readnone
133 declare float @sqrtf(float) readnone
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 118 m[i] = 0.5F * (1.0f / sqrtf(m[i]));
147 m[i] = 0.5F * (1.0f / sqrtf(m[i]));
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
avx-arith.ll 120 %conv1 = tail call float @sqrtf(float %a) nounwind readnone
133 declare float @sqrtf(float) readnone
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 147 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); }
461 using ::sqrtf;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h 156 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); }
470 using ::sqrtf;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_cmath.h 156 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); }
470 using ::sqrtf;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_cmath.h 156 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); }
470 using ::sqrtf;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cmath 127 float sqrtf(float x);
382 using ::sqrtf;

Completed in 545 milliseconds

<<11121314151617181920>>