/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | saturate_cast.hpp | 56 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(uchar v) { return _Tp(v); } in saturate_cast() 57 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(schar v) { return _Tp(v); } in saturate_cast() 58 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(ushort v) { return _Tp(v); } in saturate_cast() 59 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(short v) { return _Tp(v); } in saturate_cast() 60 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(uint v) { return _Tp(v); } in saturate_cast() 61 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(int v) { return _Tp(v); } in saturate_cast() 62 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(float v) { return _Tp(v); } in saturate_cast() 63 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(double v) { return _Tp(v); } in saturate_cast() 65 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(schar v) in saturate_cast() 72 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(short v) in saturate_cast() [all …]
|
D | vec_math.hpp | 96 …ame VecD, typename VecS> static __device__ __forceinline__ VecD saturate_cast_helper(const VecS& v) in saturate_cast_helper() 102 template<typename T> static __device__ __forceinline__ T saturate_cast(const uchar1& v) {return vec… in saturate_cast() 103 template<typename T> static __device__ __forceinline__ T saturate_cast(const char1& v) {return vec_… in saturate_cast() 104 template<typename T> static __device__ __forceinline__ T saturate_cast(const ushort1& v) {return ve… in saturate_cast() 105 template<typename T> static __device__ __forceinline__ T saturate_cast(const short1& v) {return vec… in saturate_cast() 106 template<typename T> static __device__ __forceinline__ T saturate_cast(const uint1& v) {return vec_… in saturate_cast() 107 template<typename T> static __device__ __forceinline__ T saturate_cast(const int1& v) {return vec_m… in saturate_cast() 108 template<typename T> static __device__ __forceinline__ T saturate_cast(const float1& v) {return vec… in saturate_cast() 109 template<typename T> static __device__ __forceinline__ T saturate_cast(const double1& v) {return ve… in saturate_cast() 111 template<typename T> static __device__ __forceinline__ T saturate_cast(const uchar2& v) {return vec… in saturate_cast() [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | saturate_cast.hpp | 56 template <typename T> __device__ __forceinline__ T saturate_cast(uchar v) { return T(v); } in saturate_cast() 57 template <typename T> __device__ __forceinline__ T saturate_cast(schar v) { return T(v); } in saturate_cast() 58 template <typename T> __device__ __forceinline__ T saturate_cast(ushort v) { return T(v); } in saturate_cast() 59 template <typename T> __device__ __forceinline__ T saturate_cast(short v) { return T(v); } in saturate_cast() 60 template <typename T> __device__ __forceinline__ T saturate_cast(uint v) { return T(v); } in saturate_cast() 61 template <typename T> __device__ __forceinline__ T saturate_cast(int v) { return T(v); } in saturate_cast() 62 template <typename T> __device__ __forceinline__ T saturate_cast(float v) { return T(v); } in saturate_cast() 63 template <typename T> __device__ __forceinline__ T saturate_cast(double v) { return T(v); } in saturate_cast() 65 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(schar v) in saturate_cast() 72 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(short v) in saturate_cast() [all …]
|
D | vec_math.hpp | 100 template<typename T> __device__ __forceinline__ T saturate_cast(const uchar1& v) { return vec_math_… in saturate_cast() 101 template<typename T> __device__ __forceinline__ T saturate_cast(const char1& v) { return vec_math_d… in saturate_cast() 102 template<typename T> __device__ __forceinline__ T saturate_cast(const ushort1& v) { return vec_math… in saturate_cast() 103 template<typename T> __device__ __forceinline__ T saturate_cast(const short1& v) { return vec_math_… in saturate_cast() 104 template<typename T> __device__ __forceinline__ T saturate_cast(const uint1& v) { return vec_math_d… in saturate_cast() 105 template<typename T> __device__ __forceinline__ T saturate_cast(const int1& v) { return vec_math_de… in saturate_cast() 106 template<typename T> __device__ __forceinline__ T saturate_cast(const float1& v) { return vec_math_… in saturate_cast() 107 template<typename T> __device__ __forceinline__ T saturate_cast(const double1& v) { return vec_math… in saturate_cast() 109 template<typename T> __device__ __forceinline__ T saturate_cast(const uchar2& v) { return vec_math_… in saturate_cast() 110 template<typename T> __device__ __forceinline__ T saturate_cast(const char2& v) { return vec_math_d… in saturate_cast() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 179 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 185 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 191 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 197 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 203 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 211 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 217 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 226 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 234 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV() 240 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV() [all …]
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-2velem.c | 8 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16() 14 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16() 20 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32() 26 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32() 32 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16() 38 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16() 44 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32() 50 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32() 56 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16() 62 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ |
D | Frequency.java | 113 public void addValue(Object v) { in addValue() 133 public void addValue(Comparable<?> v){ in addValue() 158 public void addValue(int v) { in addValue() 169 public void addValue(Integer v) { in addValue() 178 public void addValue(long v) { in addValue() 187 public void addValue(char v) { in addValue() 234 public long getCount(Object v) { in getCount() 245 public long getCount(Comparable<?> v) { in getCount() 267 public long getCount(int v) { in getCount() 277 public long getCount(long v) { in getCount() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
D | put_long_double_fr_FR.pass.cpp | 65 long double v = 0; in main() local 73 long double v = -1; in main() local 81 long double v = 123456789; in main() local 89 long double v = -123456789; in main() local 97 long double v = 0; in main() local 106 long double v = -1; in main() local 115 long double v = 123456789; in main() local 124 long double v = -123456789; in main() local 133 long double v = -123456789; in main() local 145 long double v = -123456789; in main() local [all …]
|
D | put_long_double_en_US.pass.cpp | 63 long double v = 0; in main() local 71 long double v = -1; in main() local 79 long double v = 123456789; in main() local 87 long double v = -123456789; in main() local 95 long double v = 0; in main() local 104 long double v = -1; in main() local 113 long double v = 123456789; in main() local 122 long double v = -123456789; in main() local 131 long double v = -123456789; in main() local 143 long double v = -123456789; in main() local [all …]
|
D | put_long_double_zh_CN.pass.cpp | 66 long double v = 0; in main() local 74 long double v = -1; in main() local 82 long double v = 123456789; in main() local 90 long double v = -123456789; in main() local 98 long double v = 0; in main() local 107 long double v = -1; in main() local 116 long double v = 123456789; in main() local 125 long double v = -123456789; in main() local 134 long double v = -123456789; in main() local 146 long double v = -123456789; in main() local [all …]
|
D | put_long_double_ru_RU.pass.cpp | 71 long double v = 0; in main() local 79 long double v = -1; in main() local 87 long double v = 123456789; in main() local 95 long double v = -123456789; in main() local 103 long double v = 0; in main() local 112 long double v = -1; in main() local 121 long double v = 123456789; in main() local 130 long double v = -123456789; in main() local 139 long double v = -123456789; in main() local 151 long double v = -123456789; in main() local [all …]
|
D | put_string_en_US.pass.cpp | 63 std::string v = "0"; in main() local 71 std::string v = "-1"; in main() local 79 std::string v = "123456789"; in main() local 87 std::string v = "-123456789"; in main() local 95 std::string v = "0"; in main() local 104 std::string v = "-1"; in main() local 113 std::string v = "123456789"; in main() local 122 std::string v = "-123456789"; in main() local 131 std::string v = "-123456789"; in main() local 143 std::string v = "-123456789"; in main() local [all …]
|
/external/mesa3d/src/glsl/ |
D | ir_hv_accept.cpp | 47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, in visit_list_elements() 69 ir_rvalue::accept(ir_hierarchical_visitor *v) in accept() 76 ir_variable::accept(ir_hierarchical_visitor *v) in accept() 83 ir_loop::accept(ir_hierarchical_visitor *v) in accept() 119 ir_loop_jump::accept(ir_hierarchical_visitor *v) in accept() 126 ir_function_signature::accept(ir_hierarchical_visitor *v) in accept() 142 ir_function::accept(ir_hierarchical_visitor *v) in accept() 154 ir_expression::accept(ir_hierarchical_visitor *v) in accept() 180 ir_texture::accept(ir_hierarchical_visitor *v) in accept() 245 ir_swizzle::accept(ir_hierarchical_visitor *v) in accept() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
D | get_long_double_fr_FR.pass.cpp | 65 std::string v = "0,00"; in main() local 76 std::string v = "-0,01"; in main() local 87 std::string v = "1 234 567,89 "; in main() local 98 std::string v = "-1 234 567,89"; in main() local 109 std::string v = "-1234567,89"; in main() local 120 std::string v = "0,00 \u20ac"; // € in main() local 132 std::string v = "0,00 \u20ac"; // € in main() local 144 std::string v = "-0,01 \u20ac"; in main() local 155 std::string v = "-0,01 \u20ac"; in main() local 167 std::string v = "1 234 567,89 \u20ac"; in main() local [all …]
|
D | get_long_double_ru_RU.pass.cpp | 71 std::string v = "0,00 "; in main() local 82 std::string v = "-0,01 "; in main() local 93 std::string v = "1 234 567,89 "; in main() local 104 std::string v = "-1 234 567,89 "; in main() local 115 std::string v = "-1234567,89 "; in main() local 126 std::string v = "0,00 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local 137 std::string v = "0,00 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local 150 std::string v = "-0,01 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local 161 std::string v = "-0,01 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local 174 std::string v = "1 234 567,89 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local [all …]
|
D | get_long_double_en_US.pass.cpp | 63 std::string v = "0.00"; in main() local 74 std::string v = "-0.01"; in main() local 85 std::string v = "1,234,567.89"; in main() local 96 std::string v = "-1,234,567.89"; in main() local 107 std::string v = "-1234567.89"; in main() local 118 std::string v = "$0.00"; in main() local 129 std::string v = "$0.00"; in main() local 142 std::string v = "-$0.01"; in main() local 153 std::string v = "-$0.01"; in main() local 166 std::string v = "$1,234,567.89"; in main() local [all …]
|
D | get_string_en_US.pass.cpp | 63 std::string v = "0.00"; in main() local 74 std::string v = "-0.01"; in main() local 85 std::string v = "1,234,567.89"; in main() local 96 std::string v = "-1,234,567.89"; in main() local 107 std::string v = "-1234567.89"; in main() local 118 std::string v = "$0.00"; in main() local 129 std::string v = "$0.00"; in main() local 142 std::string v = "-$0.01"; in main() local 153 std::string v = "-$0.01"; in main() local 166 std::string v = "$1,234,567.89"; in main() local [all …]
|
D | get_long_double_zh_CN.pass.cpp | 66 std::string v = "0.00"; in main() local 77 std::string v = "-0.01"; in main() local 88 std::string v = "1,234,567.89"; in main() local 99 std::string v = "-1,234,567.89"; in main() local 110 std::string v = "-1234567.89"; in main() local 121 std::string v = "\xEF\xBF\xA5""0.00"; in main() local 132 std::string v = "\xEF\xBF\xA5""0.00"; in main() local 145 std::string v = "\xEF\xBF\xA5""-0.01"; in main() local 156 std::string v = "\xEF\xBF\xA5""-0.01"; in main() local 169 std::string v = "\xEF\xBF\xA5""1,234,567.89"; in main() local [all …]
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathVec.cpp | 58 normalizeOrThrow(Vec2<T> &v) in normalizeOrThrow() 81 normalizeOrThrow(Vec3<T> &v) in normalizeOrThrow() 104 normalizeOrThrow(Vec4<T> &v) in normalizeOrThrow() 169 Vec2<short> v(*this); in normalized() local 181 Vec2<short> v(*this); in normalizedExc() local 190 Vec2<short> v(*this); in normalizedNonNull() local 238 Vec2<int> v(*this); in normalized() local 250 Vec2<int> v(*this); in normalizedExc() local 259 Vec2<int> v(*this); in normalizedNonNull() local 307 Vec3<short> v(*this); in normalized() local [all …]
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfXdr.h | 328 write (T &out, bool v) in write() 337 write (T &out, char v) in write() 345 write (T &out, signed char v) in write() 353 write (T &out, unsigned char v) in write() 361 write (T &out, signed short v) in write() 374 write (T &out, unsigned short v) in write() 387 write (T &out, signed int v) in write() 402 write (T &out, unsigned int v) in write() 417 write (T &out, signed long v) in write() 462 write (T &out, unsigned long v) in write() [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 50 static inline void insert_4f_viewport_4( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_4f_viewport_4() 62 static inline void insert_4f_viewport_3( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_4f_viewport_3() 74 static inline void insert_4f_viewport_2( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_4f_viewport_2() 86 static inline void insert_4f_viewport_1( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_4f_viewport_1() 98 static inline void insert_3f_viewport_3( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_3f_viewport_3() 109 static inline void insert_3f_viewport_2( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_3f_viewport_2() 120 static inline void insert_3f_viewport_1( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_3f_viewport_1() 131 static inline void insert_2f_viewport_2( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_2f_viewport_2() 141 static inline void insert_2f_viewport_1( const struct tnl_clipspace_attr *a, GLubyte *v, in insert_2f_viewport_1() 156 static inline void insert_4f_4( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) in insert_4f_4() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | FieldVector.java | 66 FieldVector<T> add(FieldVector<T> v) in add() 75 FieldVector<T> add(T[] v) in add() 84 FieldVector<T> subtract(FieldVector<T> v) in subtract() 93 FieldVector<T> subtract(T[] v) in subtract() 175 FieldVector<T> ebeMultiply(FieldVector<T> v) throws IllegalArgumentException; in ebeMultiply() 183 FieldVector<T> ebeMultiply(T[] v) throws IllegalArgumentException; in ebeMultiply() 191 FieldVector<T> ebeDivide(FieldVector<T> v) throws IllegalArgumentException; in ebeDivide() 199 FieldVector<T> ebeDivide(T[] v) throws IllegalArgumentException; in ebeDivide() 213 T dotProduct(FieldVector<T> v) in dotProduct() 222 T dotProduct(T[] v) in dotProduct() [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 81 template<typename T> T func_xchg(volatile T *v, T op) { in func_xchg() 88 template<typename T> T func_add(volatile T *v, T op) { in func_add() 92 template<typename T> T func_sub(volatile T *v, T op) { in func_sub() 96 template<typename T> T func_and(volatile T *v, T op) { in func_and() 100 template<typename T> T func_or(volatile T *v, T op) { in func_or() 104 template<typename T> T func_xor(volatile T *v, T op) { in func_xor() 108 template<typename T> T func_nand(volatile T *v, T op) { in func_nand() 120 template<typename T> T func_cas(volatile T *v, T cmp, T xch) { in func_cas() 130 a128 func_xchg(volatile a128 *v, a128 op) { in func_xchg() 137 a128 func_add(volatile a128 *v, a128 op) { in func_add() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
D | put_unsigned_long_long.pass.cpp | 48 unsigned long long v = 0; in main() local 56 unsigned long long v = 1; in main() local 64 unsigned long long v = -1; in main() local 72 unsigned long long v = -1000; in main() local 80 unsigned long long v = 1000; in main() local 89 unsigned long long v = 1000; in main() local 98 unsigned long long v = 1000; in main() local 108 unsigned long long v = 1000; in main() local 117 unsigned long long v = 1000; in main() local 127 unsigned long long v = 1000; in main() local [all …]
|
D | put_long_long.pass.cpp | 48 long long v = 0; in main() local 56 long long v = 1; in main() local 64 long long v = -1; in main() local 72 long long v = -1000; in main() local 80 long long v = 1000; in main() local 89 long long v = 1000; in main() local 98 long long v = 1000; in main() local 108 long long v = 1000; in main() local 117 long long v = 1000; in main() local 127 long long v = 1000; in main() local [all …]
|