/external/vulkan-validation-layers/libs/glm/gtx/ |
D | fast_square_root.inl | 76 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/ |
D | func_geometric.inl | 95 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/ |
D | util_inl.hpp | 122 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/ |
D | precomp.hpp | 60 inline float sqr(float x) { return x * x; } in sqr() function
|
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
D | unary_func.hpp | 69 CV_CUDEV_EXPR_UNARY_FUNC(sqr) in CV_CUDEV_EXPR_UNARY_FUNC() argument
|
/external/opencv3/modules/cudabgsegm/src/cuda/ |
D | mog2.cu | 70 __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
|
D | mog.cu | 70 __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/ |
D | eval.pass.cpp | 27 sqr(T x) in sqr() function
|
D | eval_param.pass.cpp | 27 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ |
D | eval_param.pass.cpp | 27 sqr(T x) in sqr() function
|
D | eval.pass.cpp | 27 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ |
D | eval_param.pass.cpp | 25 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ |
D | eval_param.pass.cpp | 25 sqr(T x) in sqr() function
|
/external/skia/resources/ |
D | slides_transitions.lua | 38 function sqr(value) return value * value end function
|
/external/speex/libspeex/ |
D | vbr.c | 43 #define sqr(x) ((x)*(x)) macro
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
D | eval_param.pass.cpp | 28 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
D | eval_param.pass.cpp | 28 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ |
D | eval.pass.cpp | 24 sqr(T x) in sqr() function
|
D | eval_param.pass.cpp | 24 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ |
D | eval.pass.cpp | 27 sqr(T x) in sqr() function
|
D | eval_param.pass.cpp | 27 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/ |
D | eval.pass.cpp | 27 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ |
D | eval.pass.cpp | 27 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ |
D | eval.pass.cpp | 27 sqr(T x) in sqr() function
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ |
D | eval.pass.cpp | 27 sqr(T x) in sqr() function
|