OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rsqrtf
(Results
1 - 13
of
13
) sorted by null
/frameworks/native/opengl/libagl/
fp.h
57
inline GLfloat
rsqrtf
(GLfloat) CONST;
185
GLfloat
rsqrtf
(GLfloat v) {
function in namespace:android::gl
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c
153
static float
rsqrtf
(float x)
function
234
{"rsqrt", &lp_build_rsqrt, &
rsqrtf
, rsqrt_values, Elements(rsqrt_values), 20.0 },
/external/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h
155
static inline float rsqrt(float a) { return
rsqrtf
(a); }
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h
155
static inline float rsqrt(float a) { return
rsqrtf
(a); }
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h
155
static inline float rsqrt(float a) { return
rsqrtf
(a); }
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h
155
static inline float rsqrt(float a) { return
rsqrtf
(a); }
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h
155
static inline float rsqrt(float a) { return
rsqrtf
(a); }
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h
155
static inline float rsqrt(float a) { return
rsqrtf
(a); }
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h
155
static inline float rsqrt(float a) { return
rsqrtf
(a); }
/prebuilts/sdk/renderscript/clang-include/
__clang_cuda_runtime_wrapper.h
155
static inline float rsqrt(float a) { return
rsqrtf
(a); }
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_runtime_wrapper.h
157
static inline float rsqrt(float __a) { return
rsqrtf
(__a); }
/external/opencv3/modules/cudalegacy/src/cuda/
NCVBroxOpticalFlow.cu
434
float data_term = 0.5f *
rsqrtf
(q0*q0 + gamma*(q1*q1 + q2*q2) + eps2);
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
v850-opc.c
[
all
...]
Completed in 3371 milliseconds