/external/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 198 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 204 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 210 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 216 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 222 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 230 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 236 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 245 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 253 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV() 259 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV() [all …]
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-2velem.c | 12 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16() 21 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16() 30 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32() 39 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32() 48 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16() 57 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16() 66 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32() 75 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32() 84 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16() 93 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_hv_accept.cpp | 47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, in visit_list_elements() 68 ir_rvalue::accept(ir_hierarchical_visitor *v) in accept() 75 ir_variable::accept(ir_hierarchical_visitor *v) in accept() 82 ir_loop::accept(ir_hierarchical_visitor *v) in accept() 98 ir_loop_jump::accept(ir_hierarchical_visitor *v) in accept() 105 ir_function_signature::accept(ir_hierarchical_visitor *v) in accept() 121 ir_function::accept(ir_hierarchical_visitor *v) in accept() 133 ir_expression::accept(ir_hierarchical_visitor *v) in accept() 159 ir_texture::accept(ir_hierarchical_visitor *v) in accept() 239 ir_swizzle::accept(ir_hierarchical_visitor *v) in accept() [all …]
|
/external/libcxx/test/std/utilities/variant/variant.get/ |
D | get_type.pass.cpp | 40 constexpr V v(42); in test_const_lvalue_get() local 49 const V v(42); in test_const_lvalue_get() local 56 constexpr V v(42l); in test_const_lvalue_get() local 65 const V v(42l); in test_const_lvalue_get() local 75 const V v(x); in test_const_lvalue_get() local 82 const V v(std::move(x)); in test_const_lvalue_get() local 89 const V v(std::move(x)); in test_const_lvalue_get() local 99 V v(42); in test_lvalue_get() local 106 V v(42l); in test_lvalue_get() local 115 V v(x); in test_lvalue_get() local [all …]
|
D | get_index.pass.cpp | 46 constexpr V v(42); in test_const_lvalue_get() local 55 const V v(42); in test_const_lvalue_get() local 62 constexpr V v(42l); in test_const_lvalue_get() local 71 const V v(42l); in test_const_lvalue_get() local 81 const V v(x); in test_const_lvalue_get() local 88 const V v(std::move(x)); in test_const_lvalue_get() local 95 const V v(std::move(x)); in test_const_lvalue_get() local 105 V v(42); in test_lvalue_get() local 112 V v(42l); in test_lvalue_get() local 121 V v(x); in test_lvalue_get() local [all …]
|
D | get_if_index.pass.cpp | 31 constexpr const V *v = nullptr; in test_const_get_if() local 36 constexpr V v(42); in test_const_get_if() local 44 constexpr V v(42l); in test_const_get_if() local 54 const V v(x); in test_const_get_if() local 61 const V v(std::move(x)); in test_const_get_if() local 68 const V v(std::move(x)); in test_const_get_if() local 78 V *v = nullptr; in test_get_if() local 83 V v(42); in test_get_if() local 91 V v(42l); in test_get_if() local 101 V v(x); in test_get_if() local [all …]
|
D | get_if_type.pass.cpp | 29 constexpr const V *v = nullptr; in test_const_get_if() local 34 constexpr V v(42); in test_const_get_if() local 42 constexpr V v(42l); in test_const_get_if() local 52 const V v(x); in test_const_get_if() local 59 const V v(std::move(x)); in test_const_get_if() local 66 const V v(std::move(x)); in test_const_get_if() local 76 V *v = nullptr; in test_get_if() local 81 V v(42); in test_get_if() local 89 V v(42l); in test_get_if() local 99 V v(x); in test_get_if() local [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/swiftshader/src/Renderer/ |
D | Vector.cpp | 32 Vector &Vector::operator+=(const Vector &v) in operator +=() 41 Vector &Vector::operator-=(const Vector &v) in operator -=() 66 bool operator==(const Vector &U, const Vector &v) in operator ==() 74 bool operator!=(const Vector &U, const Vector &v) in operator !=() 82 bool operator>(const Vector &u, const Vector &v) in operator >() 90 bool operator<(const Vector &u, const Vector &v) in operator <() 98 Vector operator+(const Vector &u, const Vector &v) in operator +() 103 Vector operator-(const Vector &u, const Vector &v) in operator -() 108 float operator*(const Vector &u, const Vector &v) in operator *() 113 Vector operator*(float s, const Vector &v) in operator *() [all …]
|
/external/swiftshader/src/Device/ |
D | Vector.cpp | 32 Vector &Vector::operator+=(const Vector &v) in operator +=() 41 Vector &Vector::operator-=(const Vector &v) in operator -=() 66 bool operator==(const Vector &U, const Vector &v) in operator ==() 74 bool operator!=(const Vector &U, const Vector &v) in operator !=() 82 bool operator>(const Vector &u, const Vector &v) in operator >() 90 bool operator<(const Vector &u, const Vector &v) in operator <() 98 Vector operator+(const Vector &u, const Vector &v) in operator +() 103 Vector operator-(const Vector &u, const Vector &v) in operator -() 108 float operator*(const Vector &u, const Vector &v) in operator *() 113 Vector operator*(float s, const Vector &v) in operator *() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-mx5/ |
D | crm_regs.h | 80 #define MXC_CCM_CCR_OSCNT(v) ((v) & 0xFF) argument 92 #define MXC_CCM_CCSR_STEP_SEL(v) (((v) & 0x3) << 7) argument 96 #define MXC_CCM_CCSR_PLL2_DIV_PODF(v) (((v) & 0x3) << 5) argument 100 #define MXC_CCM_CCSR_PLL3_DIV_PODF(v) (((v) & 0x3) << 3) argument 109 #define MXC_CCM_CACRR_ARM_PODF(v) ((v) & 0x7) argument 116 #define MXC_CCM_CBCDR_DDR_PODF(v) (((v) & 0x7) << 27) argument 122 #define MXC_CCM_CBCDR_EMI_PODF(v) (((v) & 0x7) << 22) argument 126 #define MXC_CCM_CBCDR_AXI_B_PODF(v) (((v) & 0x7) << 19) argument 130 #define MXC_CCM_CBCDR_AXI_A_PODF(v) (((v) & 0x7) << 16) argument 134 #define MXC_CCM_CBCDR_NFC_PODF(v) (((v) & 0x7) << 13) argument [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 | 98 long double v = 0; in main() local 106 long double v = -1; in main() local 114 long double v = 123456789; in main() local 122 long double v = -123456789; in main() local 130 long double v = 0; in main() local 139 long double v = -1; in main() local 148 long double v = 123456789; in main() local 157 long double v = -123456789; in main() local 166 long double v = -123456789; in main() local 178 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 …]
|
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_ru_RU.pass.cpp | 75 long double v = 0; in main() local 83 long double v = -1; in main() local 91 long double v = 123456789; in main() local 99 long double v = -123456789; in main() local 107 long double v = 0; in main() local 116 long double v = -1; in main() local 125 long double v = 123456789; in main() local 134 long double v = -123456789; in main() local 143 long double v = -123456789; in main() local 155 long double v = -123456789; in main() local [all …]
|
D | put_long_double_zh_CN.pass.cpp | 69 long double v = 0; in main() local 77 long double v = -1; in main() local 85 long double v = 123456789; in main() local 93 long double v = -123456789; in main() local 101 long double v = 0; in main() local 110 long double v = -1; in main() local 119 long double v = 123456789; in main() local 128 long double v = -123456789; in main() local 137 long double v = -123456789; in main() local 149 long double v = -123456789; in main() local [all …]
|
/external/u-boot/include/asm-generic/ |
D | atomic-long.h | 29 atomic64_t *v = (atomic64_t *)l; in atomic_long_read() local 36 atomic64_t *v = (atomic64_t *)l; in atomic_long_set() local 43 atomic64_t *v = (atomic64_t *)l; in atomic_long_inc() local 50 atomic64_t *v = (atomic64_t *)l; in atomic_long_dec() local 57 atomic64_t *v = (atomic64_t *)l; in atomic_long_add() local 64 atomic64_t *v = (atomic64_t *)l; in atomic_long_sub() local 72 atomic64_t *v = (atomic64_t *)l; in atomic_long_sub_and_test() local 79 atomic64_t *v = (atomic64_t *)l; in atomic_long_dec_and_test() local 86 atomic64_t *v = (atomic64_t *)l; in atomic_long_inc_and_test() local 93 atomic64_t *v = (atomic64_t *)l; in atomic_long_add_negative() local [all …]
|
/external/ltp/include/ |
D | tst_atomic.h | 67 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return() 72 static inline int tst_atomic_load(int *v) in tst_atomic_load() 77 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store() 83 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return() 88 static inline int tst_atomic_load(int *v) in tst_atomic_load() 98 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store() 108 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return() 122 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return() 141 static inline int tst_atomic_load(int *v) in tst_atomic_load() 152 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store() [all …]
|
/external/fsverity-utils/ |
D | util.h | 60 #define ALIGN(v, alignment) (((v) + ((alignment) - 1)) & ~((alignment) - 1)) argument 75 # define cpu_to_le16(v) ((__force __le16)(u16)(v)) argument 76 # define le16_to_cpu(v) ((__force u16)(__le16)(v)) argument 77 # define cpu_to_le32(v) ((__force __le32)(u32)(v)) argument 78 # define le32_to_cpu(v) ((__force u32)(__le32)(v)) argument 79 # define cpu_to_le64(v) ((__force __le64)(u64)(v)) argument 80 # define le64_to_cpu(v) ((__force u64)(__le64)(v)) argument 81 # define cpu_to_be16(v) ((__force __be16)__builtin_bswap16(v)) argument 82 # define be16_to_cpu(v) (__builtin_bswap16((__force u16)(v))) argument 83 # define cpu_to_be32(v) ((__force __be32)__builtin_bswap32(v)) argument [all …]
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | emplace.pass.cpp | 54 auto & v = opt.emplace(); in test_one_arg() local 62 auto & v = opt.emplace(1); in test_one_arg() local 70 auto & v = opt.emplace(); in test_one_arg() local 78 auto & v = opt.emplace(1); in test_one_arg() local 94 auto &v = opt.emplace(101, 41); in test_multi_arg() local 102 auto &v = opt.emplace({1, 2, 3, 4}); in test_multi_arg() local 110 auto &v = opt.emplace({1, 2, 3, 4, 5}, 6); in test_multi_arg() local 126 auto &v = opt.emplace(); in test_on_test_type() local 138 auto &v = opt.emplace(); in test_on_test_type() local 150 auto &v = opt.emplace(101); in test_on_test_type() local [all …]
|
/external/u-boot/arch/mips/mach-ath79/qca953x/ |
D | lowlevel_init.S | 25 #define SET_FIELD(name, v) (((v) & QCA953X_##name##_MASK) << \ argument 28 #define DPLL2_KI(v) SET_FIELD(SRIF_DPLL2_KI, v) argument 29 #define DPLL2_KD(v) SET_FIELD(SRIF_DPLL2_KD, v) argument 33 #define PLL_CPU_NFRAC(v) SET_FIELD(PLL_CPU_CONFIG_NFRAC, v) argument 34 #define PLL_CPU_NINT(v) SET_FIELD(PLL_CPU_CONFIG_NINT, v) argument 35 #define PLL_CPU_REFDIV(v) SET_FIELD(PLL_CPU_CONFIG_REFDIV, v) argument 36 #define PLL_CPU_OUTDIV(v) SET_FIELD(PLL_CPU_CONFIG_OUTDIV, v) argument 43 #define PLL_DDR_NFRAC(v) SET_FIELD(PLL_DDR_CONFIG_NFRAC, v) argument 44 #define PLL_DDR_NINT(v) SET_FIELD(PLL_DDR_CONFIG_NINT, v) argument 45 #define PLL_DDR_REFDIV(v) SET_FIELD(PLL_DDR_CONFIG_REFDIV, v) argument [all …]
|
/external/u-boot/arch/arm/include/asm/arch-vf610/ |
D | imx-regs.h | 131 #define DDRMC_CR02_DRAM_TINIT(v) ((v) & 0xffffff) argument 132 #define DDRMC_CR10_TRST_PWRON(v) (v) argument 133 #define DDRMC_CR11_CKE_INACTIVE(v) (v) argument 134 #define DDRMC_CR12_WRLAT(v) (((v) & 0x1f) << 8) argument 135 #define DDRMC_CR12_CASLAT_LIN(v) ((v) & 0x3f) argument 136 #define DDRMC_CR13_TRC(v) (((v) & 0xff) << 24) argument 137 #define DDRMC_CR13_TRRD(v) (((v) & 0xff) << 16) argument 138 #define DDRMC_CR13_TCCD(v) (((v) & 0x1f) << 8) argument 139 #define DDRMC_CR13_TBST_INT_INTERVAL(v) ((v) & 0x7) argument 140 #define DDRMC_CR14_TFAW(v) (((v) & 0x3f) << 24) argument [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
D | get_long_double_zh_CN.pass.cpp | 69 std::string v = "0.00"; in main() local 80 std::string v = "-0.01"; in main() local 91 std::string v = "1,234,567.89"; in main() local 102 std::string v = "-1,234,567.89"; in main() local 113 std::string v = "-1234567.89"; in main() local 124 std::string v = "\xEF\xBF\xA5""0.00"; in main() local 135 std::string v = "\xEF\xBF\xA5""0.00"; in main() local 148 std::string v = "\xEF\xBF\xA5""-0.01"; in main() local 159 std::string v = "\xEF\xBF\xA5""-0.01"; in main() local 172 std::string v = "\xEF\xBF\xA5""1,234,567.89"; in main() local [all …]
|
D | get_long_double_fr_FR.pass.cpp | 96 std::string v = "0,00"; in main() local 107 std::string v = "-0,01"; in main() local 118 std::string v = "1 234 567,89 "; in main() local 129 std::string v = "-1 234 567,89"; in main() local 140 std::string v = "-1234567,89"; in main() local 151 std::string v = "0,00 \u20ac"; // EURO SIGN in main() local 163 std::string v = "0,00 \u20ac"; // EURO SIGN in main() local 175 std::string v = "-0,01 \u20ac"; // EURO SIGN in main() local 186 std::string v = "-0,01 \u20ac"; // EURO SIGN in main() local 198 std::string v = "1 234 567,89 \u20ac"; // EURO SIGN in main() local [all …]
|
D | get_long_double_ru_RU.pass.cpp | 75 std::string v = "0,00 "; in main() local 86 std::string v = "-0,01 "; in main() local 97 std::string v = "1 234 567,89 "; in main() local 108 std::string v = "-1 234 567,89 "; in main() local 119 std::string v = "-1234567,89 "; in main() local 130 std::string v = "0,00 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local 141 std::string v = "0,00 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local 154 std::string v = "-0,01 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local 165 std::string v = "-0,01 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local 178 std::string v = "1 234 567,89 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local [all …]
|