Home
last modified time | relevance | path

Searched defs:sqr (Results 1 – 25 of 57) sorted by relevance

123

/external/vulkan-validation-layers/libs/glm/gtx/
Dfast_square_root.inl76 valType sqr = x.x * x.x + x.y * x.y; local
86 valType sqr = x.x * x.x + x.y * x.y + x.z * x.z; local
96 valType sqr = x.x * x.x + x.y * x.y + x.z * x.z + x.w * x.w; local
127 valType sqr = x.x * x.x + x.y * x.y; local
137 valType sqr = x.x * x.x + x.y * x.y + x.z * x.z; local
147 valType sqr = x.x * x.x + x.y * x.y + x.z * x.z + x.w * x.w; local
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_geometric.inl95 genType sqr = x * x; local
104 T sqr = v.x * v.x + v.y * v.y; local
113 T sqr = v.x * v.x + v.y * v.y + v.z * v.z; local
122 T sqr = v.x * v.x + v.y * v.y + v.z * v.z + v.w * v.w; local
252 T sqr = x.x * x.x + x.y * x.y; local
264 T sqr = x.x * x.x + x.y * x.y + x.z * x.z; local
276 T sqr = x.x * x.x + x.y * x.y + x.z * x.z + x.w * x.w; local
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dutil_inl.hpp122 static inline int sqr(int x) { return x * x; } in sqr() function
123 static inline float sqr(float x) { return x * x; } in sqr() function
124 static inline double sqr(double x) { return x * x; } in sqr() function
/external/opencv3/modules/videostab/src/
Dprecomp.hpp60 inline float sqr(float x) { return x * x; } in sqr() function
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dunary_func.hpp69 CV_CUDEV_EXPR_UNARY_FUNC(sqr) in CV_CUDEV_EXPR_UNARY_FUNC() argument
/external/opencv3/modules/cudabgsegm/src/cuda/
Dmog2.cu70 __device__ __forceinline__ float sqr(float val) in sqr() function
74 __device__ __forceinline__ float sqr(const float3& val) in sqr() function
78 __device__ __forceinline__ float sqr(const float4& val) in sqr() function
Dmog.cu70 __device__ __forceinline__ float sqr(float val) in sqr() function
74 __device__ __forceinline__ float sqr(const float3& val) in sqr() function
78 __device__ __forceinline__ float sqr(const float4& val) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
Deval.pass.cpp27 sqr(T x) in sqr() function
Deval_param.pass.cpp27 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
Deval_param.pass.cpp27 sqr(T x) in sqr() function
Deval.pass.cpp27 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
Deval_param.pass.cpp25 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
Deval_param.pass.cpp25 sqr(T x) in sqr() function
/external/skia/resources/
Dslides_transitions.lua38 function sqr(value) return value * value end function
/external/speex/libspeex/
Dvbr.c43 #define sqr(x) ((x)*(x)) macro
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Deval_param.pass.cpp28 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Deval_param.pass.cpp28 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
Deval.pass.cpp24 sqr(T x) in sqr() function
Deval_param.pass.cpp24 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
Deval.pass.cpp27 sqr(T x) in sqr() function
Deval_param.pass.cpp27 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
Deval.pass.cpp27 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
Deval.pass.cpp27 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
Deval.pass.cpp27 sqr(T x) in sqr() function
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
Deval.pass.cpp27 sqr(T x) in sqr() function

123