/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowRectTest.java | 19 Rect r = new Rect(1, 2, 3, 4); in constructorSetsCoordinates() local 29 Rect r = new Rect(existingRect); in secondConstructorSetsCoordinates() local 38 Rect r = new Rect(0, 0, 10, 10); in width() local 44 Rect r = new Rect(0, 0, 10, 10); in height() local 50 Rect a = new Rect(1, 2, 3, 4); in doesntEqual() local 57 Rect a = new Rect(1, 2, 3, 4); in equals() local 64 Rect r = new Rect(0, 0, 10, 10); in doesntContainPoint() local 70 Rect r = new Rect(0, 0, 10, 10); in containsPoint() local 76 Rect r = new Rect(0, 0, 10, 10); in doesntContainPointOnLeftEdge() local 82 Rect r = new Rect(0, 0, 10, 10); in doesntContainPointOnRightEdge() local [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowRectTest.java | 19 Rect r = new Rect(1, 2, 3, 4); in constructorSetsCoordinates() local 29 Rect r = new Rect(existingRect); in secondConstructorSetsCoordinates() local 38 Rect r = new Rect(0, 0, 10, 10); in width() local 44 Rect r = new Rect(0, 0, 10, 10); in height() local 50 Rect a = new Rect(1, 2, 3, 4); in doesntEqual() local 57 Rect a = new Rect(1, 2, 3, 4); in equals() local 64 Rect r = new Rect(0, 0, 10, 10); in doesntContainPoint() local 70 Rect r = new Rect(0, 0, 10, 10); in containsPoint() local 76 Rect r = new Rect(0, 0, 10, 10); in doesntContainPointOnLeftEdge() local 82 Rect r = new Rect(0, 0, 10, 10); in doesntContainPointOnRightEdge() local [all …]
|
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | gfp_p384.c | 66 static inline Limb is_equal(const Elem a, const Elem b) { in is_equal() 74 static inline void copy_conditional(Elem r, const Elem a, in copy_conditional() 82 static inline void elem_add(Elem r, const Elem a, const Elem b) { in elem_add() 86 static inline void elem_sub(Elem r, const Elem a, const Elem b) { in elem_sub() 90 static void elem_div_by_2(Elem r, const Elem a) { in elem_div_by_2() 157 static inline void elem_mul_mont(Elem r, const Elem a, const Elem b) { in elem_mul_mont() 165 static inline void elem_mul_by_2(Elem r, const Elem a) { in elem_mul_by_2() 169 static INLINE_IF_POSSIBLE void elem_mul_by_3(Elem r, const Elem a) { in elem_mul_by_3() 176 static inline void elem_sqr_mont(Elem r, const Elem a) { in elem_sqr_mont() 181 void GFp_p384_elem_add(Elem r, const Elem a, const Elem b) { in GFp_p384_elem_add() [all …]
|
D | gfp_p256.c | 29 void GFp_nistz256_sqr_mont(Elem r, const Elem a) { in GFp_nistz256_sqr_mont() 36 void GFp_p256_scalar_mul_mont(ScalarMont r, const ScalarMont a, in GFp_p256_scalar_mul_mont() 53 void GFp_p256_scalar_sqr_mont(ScalarMont r, const ScalarMont a) { in GFp_p256_scalar_sqr_mont() 57 void GFp_p256_scalar_sqr_mont(ScalarMont r, const ScalarMont a) { in GFp_p256_scalar_sqr_mont() 61 void GFp_p256_scalar_sqr_rep_mont(ScalarMont r, const ScalarMont a, Limb rep) { in GFp_p256_scalar_sqr_rep_mont()
|
/external/speex/libspeexdsp/ |
D | pseudofloat.h | 63 #define MIN(a,b) ((a)<(b)?(a):(b)) argument 75 spx_float_t r = {0,0}; in PSEUDOFLOAT() local 82 spx_float_t r; in PSEUDOFLOAT() local 89 spx_float_t r; in PSEUDOFLOAT() local 97 static inline spx_float_t FLOAT_ADD(spx_float_t a, spx_float_t b) in FLOAT_ADD() 99 spx_float_t r; in FLOAT_ADD() local 132 static inline spx_float_t FLOAT_SUB(spx_float_t a, spx_float_t b) in FLOAT_SUB() 134 spx_float_t r; in FLOAT_SUB() local 167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b) in FLOAT_LT() 180 static inline int FLOAT_GT(spx_float_t a, spx_float_t b) in FLOAT_GT() [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 34 int ec_scalar_equal_vartime(const EC_GROUP *group, const EC_SCALAR *a, in ec_scalar_equal_vartime() 40 int ec_scalar_is_zero(const EC_GROUP *group, const EC_SCALAR *a) { in ec_scalar_is_zero() 87 void ec_scalar_add(const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a, in ec_scalar_add() 95 void ec_scalar_sub(const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a, in ec_scalar_sub() 103 void ec_scalar_neg(const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) { in ec_scalar_neg() 110 const EC_SCALAR *a, const EC_SCALAR *b) { in ec_scalar_select() 115 void ec_scalar_to_montgomery(const EC_GROUP *group, EC_SCALAR *r, in ec_scalar_to_montgomery() 116 const EC_SCALAR *a) { in ec_scalar_to_montgomery() 121 void ec_scalar_from_montgomery(const EC_GROUP *group, EC_SCALAR *r, in ec_scalar_from_montgomery() 122 const EC_SCALAR *a) { in ec_scalar_from_montgomery() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 34 int ec_scalar_equal_vartime(const EC_GROUP *group, const EC_SCALAR *a, in ec_scalar_equal_vartime() 40 int ec_scalar_is_zero(const EC_GROUP *group, const EC_SCALAR *a) { in ec_scalar_is_zero() 93 void ec_scalar_add(const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a, in ec_scalar_add() 101 void ec_scalar_sub(const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a, in ec_scalar_sub() 109 void ec_scalar_neg(const EC_GROUP *group, EC_SCALAR *r, const EC_SCALAR *a) { in ec_scalar_neg() 116 const EC_SCALAR *a, const EC_SCALAR *b) { in ec_scalar_select() 121 void ec_scalar_to_montgomery(const EC_GROUP *group, EC_SCALAR *r, in ec_scalar_to_montgomery() 122 const EC_SCALAR *a) { in ec_scalar_to_montgomery() 127 void ec_scalar_from_montgomery(const EC_GROUP *group, EC_SCALAR *r, in ec_scalar_from_montgomery() 128 const EC_SCALAR *a) { in ec_scalar_from_montgomery() [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotationIntrospectorPair.java | 131 …public JsonIncludeProperties.Value findPropertyInclusionByName(MapperConfig<?> config, Annotated a) in findPropertyInclusionByName() 201 public JsonIgnoreProperties.Value findPropertyIgnorals(Annotated a) in findPropertyIgnorals() 266 public List<NamedType> findSubtypes(Annotated a) in findSubtypes() 295 ReferenceProperty r = _primary.findReferenceType(member); in findReferenceType() local 301 NameTransformer r = _primary.findUnwrappingNameTransformer(member); in findUnwrappingNameTransformer() local 307 JacksonInject.Value r = _primary.findInjectableValue(m); in findInjectableValue() local 318 Boolean r = _primary.hasRequiredMarker(m); in hasRequiredMarker() local 325 Object r = _primary.findInjectableValueId(m); in findInjectableValueId() local 333 Object r = _primary.findSerializer(am); in findSerializer() local 342 public Object findKeySerializer(Annotated a) { in findKeySerializer() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | div.c | 402 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) { in BN_nnmod() 414 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in bn_reduce_once() 434 BN_ULONG bn_reduce_once_in_place(BN_ULONG *r, BN_ULONG carry, const BN_ULONG *m, in bn_reduce_once_in_place() 443 void bn_mod_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_mod_sub_words() 452 void bn_mod_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_mod_add_words() 476 BIGNUM *q = quotient, *r = remainder; in bn_div_consttime() local 563 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 571 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_add_quick() 580 int bn_mod_add_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_add_consttime() 597 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() [all …]
|
D | mul.c | 75 static void bn_abs_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_abs_sub_words() 82 static void bn_mul_normal(BN_ULONG *r, const BN_ULONG *a, size_t na, in bn_mul_normal() 130 static BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, in bn_sub_part_words() 171 static BN_ULONG bn_abs_sub_part_words(BN_ULONG *r, const BN_ULONG *a, in bn_abs_sub_part_words() 182 int bn_abs_sub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_abs_sub_consttime() 211 static void bn_mul_recursive(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_mul_recursive() 311 static void bn_mul_part_recursive(BN_ULONG *r, const BN_ULONG *a, in bn_mul_part_recursive() 420 static int bn_mul_impl(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mul_impl() 516 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in BN_mul() 526 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in bn_mul_consttime() [all …]
|
D | add.c | 67 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_add() 103 int bn_uadd_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_uadd_consttime() 130 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_uadd() 138 int BN_add_word(BIGNUM *a, BN_ULONG w) { in BN_add_word() 178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub() 226 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_usub_consttime() 260 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_usub() 268 int BN_sub_word(BIGNUM *a, BN_ULONG w) { in BN_sub_word()
|
D | shift.c | 67 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) { in BN_lshift() 105 int BN_lshift1(BIGNUM *r, const BIGNUM *a) { in BN_lshift1() 136 void bn_rshift_words(BN_ULONG *r, const BN_ULONG *a, unsigned shift, in bn_rshift_words() 156 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) { in BN_rshift() 172 int bn_rshift_secret_shift(BIGNUM *r, const BIGNUM *a, unsigned n, in bn_rshift_secret_shift() 200 void bn_rshift1_words(BN_ULONG *r, const BN_ULONG *a, size_t num) { in bn_rshift1_words() 210 int BN_rshift1(BIGNUM *r, const BIGNUM *a) { in BN_rshift1() 221 int BN_set_bit(BIGNUM *a, int n) { in BN_set_bit() 243 int BN_clear_bit(BIGNUM *a, int n) { in BN_clear_bit() 261 int bn_is_bit_set_words(const BN_ULONG *a, size_t num, unsigned bit) { in bn_is_bit_set_words() [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | div.c | 401 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) { in BN_nnmod() 413 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in bn_reduce_once() 433 BN_ULONG bn_reduce_once_in_place(BN_ULONG *r, BN_ULONG carry, const BN_ULONG *m, in bn_reduce_once_in_place() 442 void bn_mod_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_mod_sub_words() 451 void bn_mod_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_mod_add_words() 475 BIGNUM *q = quotient, *r = remainder; in bn_div_consttime() local 580 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 588 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_add_quick() 597 int bn_mod_add_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_add_consttime() 614 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() [all …]
|
D | mul.c | 75 static void bn_abs_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_abs_sub_words() 82 static void bn_mul_normal(BN_ULONG *r, const BN_ULONG *a, size_t na, in bn_mul_normal() 130 static BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, in bn_sub_part_words() 171 static BN_ULONG bn_abs_sub_part_words(BN_ULONG *r, const BN_ULONG *a, in bn_abs_sub_part_words() 182 int bn_abs_sub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_abs_sub_consttime() 211 static void bn_mul_recursive(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_mul_recursive() 311 static void bn_mul_part_recursive(BN_ULONG *r, const BN_ULONG *a, in bn_mul_part_recursive() 420 static int bn_mul_impl(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mul_impl() 516 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in BN_mul() 526 int bn_mul_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in bn_mul_consttime() [all …]
|
D | add.c | 67 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_add() 103 int bn_uadd_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_uadd_consttime() 130 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_uadd() 138 int BN_add_word(BIGNUM *a, BN_ULONG w) { in BN_add_word() 178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub() 226 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_usub_consttime() 260 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_usub() 268 int BN_sub_word(BIGNUM *a, BN_ULONG w) { in BN_sub_word()
|
D | shift.c | 67 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) { in BN_lshift() 105 int BN_lshift1(BIGNUM *r, const BIGNUM *a) { in BN_lshift1() 136 void bn_rshift_words(BN_ULONG *r, const BN_ULONG *a, unsigned shift, in bn_rshift_words() 156 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) { in BN_rshift() 172 int bn_rshift_secret_shift(BIGNUM *r, const BIGNUM *a, unsigned n, in bn_rshift_secret_shift() 200 void bn_rshift1_words(BN_ULONG *r, const BN_ULONG *a, size_t num) { in bn_rshift1_words() 210 int BN_rshift1(BIGNUM *r, const BIGNUM *a) { in BN_rshift1() 221 int BN_set_bit(BIGNUM *a, int n) { in BN_set_bit() 243 int BN_clear_bit(BIGNUM *a, int n) { in BN_clear_bit() 261 int bn_is_bit_set_words(const BN_ULONG *a, size_t num, unsigned bit) { in bn_is_bit_set_words() [all …]
|
/external/skia/tests/ |
D | SkNxTest.cpp | 14 static void test_Nf(skiatest::Reporter* r) { in test_Nf() 17 float a, float b, float c, float d) { in test_Nf() 18 auto close = [=](float a, float b) { return fabsf(a-b) <= eps; }; in test_Nf() 30 auto assert_eq = [&](const SkNx<N, float>& v, float a, float b, float c, float d) { in test_Nf() 35 SkNx<N,float> a = SkNx<N,float>::Load(vals), in test_Nf() local 72 DEF_TEST(SkNf, r) { in DEF_TEST() argument 78 void test_Ni(skiatest::Reporter* r) { in test_Ni() 79 auto assert_eq = [&](const SkNx<N,T>& v, T a, T b, T c, T d, T e, T f, T g, T h) { in test_Ni() 106 SkNx<N,T> a = SkNx<N,T>::Load(vals), in test_Ni() local 127 DEF_TEST(SkNx, r) { in DEF_TEST() argument [all …]
|
D | SkSLDSLTest.cpp | 87 static bool whitespace_insensitive_compare(const char* a, const char* b) { in whitespace_insensitive_compare() 111 DEF_GPUTEST_FOR_MOCK_CONTEXT(DSLStartup, r, ctxInfo) { in DEF_GPUTEST_FOR_MOCK_CONTEXT() argument 119 Var a(kInt_Type, "a"); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 142 static void expect_equal(skiatest::Reporter* r, int lineNumber, T& input, const char* expected) { in expect_equal() 151 static void expect_equal(skiatest::Reporter* r, int lineNumber, T&& dsl, const char* expected) { in expect_equal() 156 #define EXPECT_EQUAL(a, b) expect_equal(r, __LINE__, (a), (b)) argument 158 DEF_GPUTEST_FOR_MOCK_CONTEXT(DSLFlags, r, ctxInfo) { in DEF_GPUTEST_FOR_MOCK_CONTEXT() argument 184 DEF_GPUTEST_FOR_MOCK_CONTEXT(DSLFloat, r, ctxInfo) { in DEF_GPUTEST_FOR_MOCK_CONTEXT() argument 244 DEF_GPUTEST_FOR_MOCK_CONTEXT(DSLHalf, r, ctxInfo) { in DEF_GPUTEST_FOR_MOCK_CONTEXT() argument 296 DEF_GPUTEST_FOR_MOCK_CONTEXT(DSLInt, r, ctxInfo) { in DEF_GPUTEST_FOR_MOCK_CONTEXT() argument [all …]
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 61 uint8_t a = in pack_ubyte_a8b8g8r8_unorm() local 73 uint8_t r = in pack_ubyte_a8b8g8r8_unorm() local 98 uint8_t r = in pack_ubyte_x8b8g8r8_unorm() local 113 uint8_t r = in pack_ubyte_r8g8b8a8_unorm() local 125 uint8_t a = in pack_ubyte_r8g8b8a8_unorm() local 141 uint8_t r = in pack_ubyte_r8g8b8x8_unorm() local 173 uint8_t r = in pack_ubyte_b8g8r8a8_unorm() local 177 uint8_t a = in pack_ubyte_b8g8r8a8_unorm() local 201 uint8_t r = in pack_ubyte_b8g8r8x8_unorm() local 217 uint8_t a = in pack_ubyte_a8r8g8b8_unorm() local [all …]
|
D | format_unpack.c | 60 uint8_t a = UNPACK(*src, 0, 8); in unpack_float_a8b8g8r8_unorm() local 63 uint8_t r = UNPACK(*src, 24, 8); in unpack_float_a8b8g8r8_unorm() local 85 uint8_t r = UNPACK(*src, 24, 8); in unpack_float_x8b8g8r8_unorm() local 104 uint8_t r = UNPACK(*src, 0, 8); in unpack_float_r8g8b8a8_unorm() local 107 uint8_t a = UNPACK(*src, 24, 8); in unpack_float_r8g8b8a8_unorm() local 127 uint8_t r = UNPACK(*src, 0, 8); in unpack_float_r8g8b8x8_unorm() local 150 uint8_t r = UNPACK(*src, 16, 8); in unpack_float_b8g8r8a8_unorm() local 151 uint8_t a = UNPACK(*src, 24, 8); in unpack_float_b8g8r8a8_unorm() local 173 uint8_t r = UNPACK(*src, 16, 8); in unpack_float_b8g8r8x8_unorm() local 192 uint8_t a = UNPACK(*src, 0, 8); in unpack_float_a8r8g8b8_unorm() local [all …]
|
/external/rust/crates/ring/crypto/limbs/ |
D | limbs.inl | 58 static inline Carry limb_adc(Limb *r, Limb a, Limb b, Carry carry_in) { 73 static inline Carry limb_add(Limb *r, Limb a, Limb b) { 88 static inline Carry limb_sbb(Limb *r, Limb a, Limb b, Carry borrow_in) { 103 static inline Carry limb_sub(Limb *r, Limb a, Limb b) { 116 static inline Carry limbs_add(Limb r[], const Limb a[], const Limb b[], 127 static inline Carry limbs_sub(Limb r[], const Limb a[], const Limb b[], 137 static inline void limbs_copy(Limb r[], const Limb a[], size_t num_limbs) { 143 static inline void limbs_select(Limb r[], const Limb table[], 158 static inline void limbs_zero(Limb r[], size_t num_limbs) {
|
/external/mesa3d/src/util/ |
D | timespec.h | 50 timespec_add(struct timespec *r, in timespec_add() 51 const struct timespec *a, const struct timespec *b) in timespec_add() 69 timespec_sub(struct timespec *r, in timespec_sub() 70 const struct timespec *a, const struct timespec *b) in timespec_sub() 88 timespec_add_nsec(struct timespec *r, const struct timespec *a, uint64_t b) in timespec_add_nsec() 110 timespec_add_msec(struct timespec *r, const struct timespec *a, uint64_t b) in timespec_add_msec() 122 timespec_to_nsec(const struct timespec *a) in timespec_to_nsec() 135 timespec_sub_to_nsec(const struct timespec *a, const struct timespec *b) in timespec_sub_to_nsec() 137 struct timespec r; in timespec_sub_to_nsec() local 151 timespec_to_msec(const struct timespec *a) in timespec_to_msec() [all …]
|
/external/musl/src/math/ |
D | sqrtl.c | 44 u128 r; in asu128() local 59 static inline uint32_t mul32(uint32_t a, uint32_t b) in mul32() 65 static inline uint64_t mul64(uint64_t a, uint64_t b) in mul64() 74 static inline u128 add64(u128 a, uint64_t b) in add64() 76 u128 r; in add64() local 84 static inline u128 add128(u128 a, u128 b) in add128() 86 u128 r; in add128() local 94 static inline u128 sub64(u128 a, uint64_t b) in sub64() 96 u128 r; in sub64() local 104 static inline u128 sub128(u128 a, u128 b) in sub128() [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmsmtrx.c | 34 void CMSEXPORT _cmsVEC3init(cmsVEC3* r, cmsFloat64Number x, cmsFloat64Number y, cmsFloat64Number z) in _cmsVEC3init() 42 void CMSEXPORT _cmsVEC3minus(cmsVEC3* r, const cmsVEC3* a, const cmsVEC3* b) in _cmsVEC3minus() 50 void CMSEXPORT _cmsVEC3cross(cmsVEC3* r, const cmsVEC3* u, const cmsVEC3* v) in _cmsVEC3cross() 64 cmsFloat64Number CMSEXPORT _cmsVEC3length(const cmsVEC3* a) in _cmsVEC3length() 72 cmsFloat64Number CMSEXPORT _cmsVEC3distance(const cmsVEC3* a, const cmsVEC3* b) in _cmsVEC3distance() 84 void CMSEXPORT _cmsMAT3identity(cmsMAT3* a) in _cmsMAT3identity() 92 cmsBool CloseEnough(cmsFloat64Number a, cmsFloat64Number b) in CloseEnough() 98 cmsBool CMSEXPORT _cmsMAT3isIdentity(const cmsMAT3* a) in _cmsMAT3isIdentity() 114 void CMSEXPORT _cmsMAT3per(cmsMAT3* r, const cmsMAT3* a, const cmsMAT3* b) in _cmsMAT3per() 129 cmsBool CMSEXPORT _cmsMAT3inverse(const cmsMAT3* a, cmsMAT3* b) in _cmsMAT3inverse() [all …]
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | typearith.h | 52 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words() 63 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words() 74 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words() 130 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t u1, mpd_uint_t u0, in _mpd_div_words() 208 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words() 223 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words() 243 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words() 256 #define DIVMOD(q, r, v, d) *q = v / d; *r = v - *q * d argument 258 _mpd_divmod_pow10(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t v, mpd_uint_t exp) in _mpd_divmod_pow10() 309 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words() [all …]
|