OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqrtf
(Results
301 - 325
of
992
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h
156
__DEVICE__ float sqrt(float __x) { return ::
sqrtf
(__x); }
470
using ::
sqrtf
;
/prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-x86/clang-4053586/include/c++/v1/
cmath
127
float
sqrtf
(float x);
382
using ::
sqrtf
;
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h
156
__DEVICE__ float sqrt(float __x) { return ::
sqrtf
(__x); }
470
using ::
sqrtf
;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
cmath
127
float
sqrtf
(float x);
392
using ::
sqrtf
;
/bionic/libc/tools/
posix-2013.txt
976
sqrtf
/device/google/contexthub/firmware/os/algos/common/math/
vec.h
106
return
sqrtf
(vec3NormSquared(v));
mat.c
340
float t = fabsf(y) +
sqrtf
(p * p + y * y);
341
float s =
sqrtf
(p * p + t * t);
678
L[i * n + i] =
sqrtf
(sum);
/external/clang/lib/Headers/
__clang_cuda_cmath.h
142
__DEVICE__ float sqrt(float __x) { return ::
sqrtf
(__x); }
/external/mesa3d/src/mesa/swrast/
s_aalinetemp.h
121
line.len =
sqrtf
(line.dx * line.dx + line.dy * line.dy);
/external/skia/gm/
tablecolorfilter.cpp
73
table[i] = static_cast<uint8_t>(
sqrtf
(fi) * 255);
/external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp
50
float y =
sqrtf
(circleR * circleR - x * x);
/external/webrtc/talk/media/base/
videocommon.cc
129
new_frame_width = static_cast<int>(
sqrtf
(static_cast<float>(
/frameworks/native/libs/math/tests/
vec_test.cpp
244
EXPECT_EQ(distance(east, north),
sqrtf
(2));
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h
142
__DEVICE__ float sqrt(float __x) { return ::
sqrtf
(__x); }
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h
142
__DEVICE__ float sqrt(float __x) { return ::
sqrtf
(__x); }
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h
142
__DEVICE__ float sqrt(float __x) { return ::
sqrtf
(__x); }
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h
142
__DEVICE__ float sqrt(float __x) { return ::
sqrtf
(__x); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h
299
extern float __REDIRECT_NTH (
sqrtf
, (float), __sqrtf_finite);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h
299
extern float __REDIRECT_NTH (
sqrtf
, (float), __sqrtf_finite);
/prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h
142
__DEVICE__ float sqrt(float __x) { return ::
sqrtf
(__x); }
/cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp
456
stats[3] =
sqrtf
((sum_xx[0] + 1) * num - sum_x[0] * sum_x[0]) / num; // y stdev
457
stats[4] =
sqrtf
((sum_xx[1] + 1) * num - sum_x[1] * sum_x[1]) / num; // u stdev
458
stats[5] =
sqrtf
((sum_xx[2] + 1) * num - sum_x[2] * sum_x[2]) / num; // v stdev
Completed in 258 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>