/external/compiler-rt/lib/builtins/ |
D | divtc3.c | 32 long double _Complex z; in __divtc3() local 33 __real__ z = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divtc3() local 34 __imag__ z = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divtc3() local 39 __real__ z = crt_copysignl(CRT_INFINITY, __c) * __a; in __divtc3() local 40 __imag__ z = crt_copysignl(CRT_INFINITY, __c) * __b; in __divtc3() local 47 __real__ z = CRT_INFINITY * (__a * __c + __b * __d); in __divtc3() local 48 __imag__ z = CRT_INFINITY * (__b * __c - __a * __d); in __divtc3() local 55 __real__ z = 0.0 * (__a * __c + __b * __d); in __divtc3() local 56 __imag__ z = 0.0 * (__b * __c - __a * __d); in __divtc3() local
|
/external/curl/src/ |
D | tool_setopt.h | 100 #define my_setopt(x,y,z) \ argument 103 #define my_setopt_str(x,y,z) \ argument 106 #define my_setopt_enum(x,y,z) \ argument 109 #define my_setopt_flags(x,y,z) \ argument 112 #define my_setopt_bitmask(x,y,z) \ argument 115 #define my_setopt_mimepost(x,y,z) \ argument 118 #define my_setopt_slist(x,y,z) \ argument 121 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, config, #y, y, z) argument 123 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, config, #y, y, z) argument 129 #define my_setopt(x,y,z) \ argument [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP521R1Field.java | 22 public static void add(int[] x, int[] y, int[] z) in add() 33 public static void addOne(int[] x, int[] z) in addOne() 46 int[] z = Nat.fromBigInteger(521, x); in fromBigInteger() local 54 public static void half(int[] x, int[] z) in half() 61 public static void inv(int[] x, int[] z) in inv() 77 public static void multiply(int[] x, int[] y, int[] z) in multiply() 84 public static void negate(int[] x, int[] z) in negate() 96 public static void random(SecureRandom r, int[] z) in random() 108 public static void randomMult(SecureRandom r, int[] z) in randomMult() 117 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP192R1Field.java | 28 public static void add(int[] x, int[] y, int[] z) in add() 49 public static void addOne(int[] x, int[] z) in addOne() 60 int[] z = Nat192.fromBigInteger(x); in fromBigInteger() local 68 public static void half(int[] x, int[] z) in half() 81 public static void inv(int[] x, int[] z) in inv() 97 public static void multiply(int[] x, int[] y, int[] z) in multiply() 116 public static void negate(int[] x, int[] z) in negate() 128 public static void random(SecureRandom r, int[] z) in random() 139 public static void randomMult(SecureRandom r, int[] z) in randomMult() 148 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP224R1Field.java | 29 public static void add(int[] x, int[] y, int[] z) in add() 50 public static void addOne(int[] x, int[] z) in addOne() 61 int[] z = Nat224.fromBigInteger(x); in fromBigInteger() local 69 public static void half(int[] x, int[] z) in half() 82 public static void inv(int[] x, int[] z) in inv() 98 public static void multiply(int[] x, int[] y, int[] z) in multiply() 117 public static void negate(int[] x, int[] z) in negate() 129 public static void random(SecureRandom r, int[] z) in random() 140 public static void randomMult(SecureRandom r, int[] z) in randomMult() 149 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP256R1Field.java | 28 public static void add(int[] x, int[] y, int[] z) in add() 46 public static void addOne(int[] x, int[] z) in addOne() 57 int[] z = Nat256.fromBigInteger(x); in fromBigInteger() local 65 public static void half(int[] x, int[] z) in half() 78 public static void inv(int[] x, int[] z) in inv() 94 public static void multiply(int[] x, int[] y, int[] z) in multiply() 110 public static void negate(int[] x, int[] z) in negate() 122 public static void random(SecureRandom r, int[] z) in random() 133 public static void randomMult(SecureRandom r, int[] z) in randomMult() 142 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP384R1Field.java | 31 public static void add(int[] x, int[] y, int[] z) in add() 52 public static void addOne(int[] x, int[] z) in addOne() 63 int[] z = Nat.fromBigInteger(384, x); in fromBigInteger() local 71 public static void half(int[] x, int[] z) in half() 84 public static void inv(int[] x, int[] z) in inv() 100 public static void multiply(int[] x, int[] y, int[] z) in multiply() 107 public static void negate(int[] x, int[] z) in negate() 119 public static void random(SecureRandom r, int[] z) in random() 130 public static void randomMult(SecureRandom r, int[] z) in randomMult() 139 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP192K1Field.java | 27 public static void add(int[] x, int[] y, int[] z) in add() 48 public static void addOne(int[] x, int[] z) in addOne() 59 int[] z = Nat192.fromBigInteger(x); in fromBigInteger() local 67 public static void half(int[] x, int[] z) in half() 80 public static void inv(int[] x, int[] z) in inv() 96 public static void multiply(int[] x, int[] y, int[] z) in multiply() 115 public static void negate(int[] x, int[] z) in negate() 127 public static void random(SecureRandom r, int[] z) in random() 138 public static void randomMult(SecureRandom r, int[] z) in randomMult() 147 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP224K1Field.java | 28 public static void add(int[] x, int[] y, int[] z) in add() 49 public static void addOne(int[] x, int[] z) in addOne() 60 int[] z = Nat224.fromBigInteger(x); in fromBigInteger() local 68 public static void half(int[] x, int[] z) in half() 81 public static void inv(int[] x, int[] z) in inv() 97 public static void multiply(int[] x, int[] y, int[] z) in multiply() 116 public static void negate(int[] x, int[] z) in negate() 128 public static void random(SecureRandom r, int[] z) in random() 139 public static void randomMult(SecureRandom r, int[] z) in randomMult() 148 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP521R1Field.java | 18 public static void add(int[] x, int[] y, int[] z) in add() 29 public static void addOne(int[] x, int[] z) in addOne() 42 int[] z = Nat.fromBigInteger(521, x); in fromBigInteger() local 50 public static void half(int[] x, int[] z) in half() 57 public static void inv(int[] x, int[] z) in inv() 73 public static void multiply(int[] x, int[] y, int[] z) in multiply() 80 public static void negate(int[] x, int[] z) in negate() 92 public static void random(SecureRandom r, int[] z) in random() 104 public static void randomMult(SecureRandom r, int[] z) in randomMult() 113 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP224R1Field.java | 25 public static void add(int[] x, int[] y, int[] z) in add() 46 public static void addOne(int[] x, int[] z) in addOne() 57 int[] z = Nat224.fromBigInteger(x); in fromBigInteger() local 65 public static void half(int[] x, int[] z) in half() 78 public static void inv(int[] x, int[] z) in inv() 94 public static void multiply(int[] x, int[] y, int[] z) in multiply() 113 public static void negate(int[] x, int[] z) in negate() 125 public static void random(SecureRandom r, int[] z) in random() 136 public static void randomMult(SecureRandom r, int[] z) in randomMult() 145 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP192R1Field.java | 24 public static void add(int[] x, int[] y, int[] z) in add() 45 public static void addOne(int[] x, int[] z) in addOne() 56 int[] z = Nat192.fromBigInteger(x); in fromBigInteger() local 64 public static void half(int[] x, int[] z) in half() 77 public static void inv(int[] x, int[] z) in inv() 93 public static void multiply(int[] x, int[] y, int[] z) in multiply() 112 public static void negate(int[] x, int[] z) in negate() 124 public static void random(SecureRandom r, int[] z) in random() 135 public static void randomMult(SecureRandom r, int[] z) in randomMult() 144 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP384R1Field.java | 27 public static void add(int[] x, int[] y, int[] z) in add() 48 public static void addOne(int[] x, int[] z) in addOne() 59 int[] z = Nat.fromBigInteger(384, x); in fromBigInteger() local 67 public static void half(int[] x, int[] z) in half() 80 public static void inv(int[] x, int[] z) in inv() 96 public static void multiply(int[] x, int[] y, int[] z) in multiply() 103 public static void negate(int[] x, int[] z) in negate() 115 public static void random(SecureRandom r, int[] z) in random() 126 public static void randomMult(SecureRandom r, int[] z) in randomMult() 135 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP256R1Field.java | 24 public static void add(int[] x, int[] y, int[] z) in add() 42 public static void addOne(int[] x, int[] z) in addOne() 53 int[] z = Nat256.fromBigInteger(x); in fromBigInteger() local 61 public static void half(int[] x, int[] z) in half() 74 public static void inv(int[] x, int[] z) in inv() 90 public static void multiply(int[] x, int[] y, int[] z) in multiply() 106 public static void negate(int[] x, int[] z) in negate() 118 public static void random(SecureRandom r, int[] z) in random() 129 public static void randomMult(SecureRandom r, int[] z) in randomMult() 138 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP224K1Field.java | 24 public static void add(int[] x, int[] y, int[] z) in add() 45 public static void addOne(int[] x, int[] z) in addOne() 56 int[] z = Nat224.fromBigInteger(x); in fromBigInteger() local 64 public static void half(int[] x, int[] z) in half() 77 public static void inv(int[] x, int[] z) in inv() 93 public static void multiply(int[] x, int[] y, int[] z) in multiply() 112 public static void negate(int[] x, int[] z) in negate() 124 public static void random(SecureRandom r, int[] z) in random() 135 public static void randomMult(SecureRandom r, int[] z) in randomMult() 144 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP192K1Field.java | 23 public static void add(int[] x, int[] y, int[] z) in add() 44 public static void addOne(int[] x, int[] z) in addOne() 55 int[] z = Nat192.fromBigInteger(x); in fromBigInteger() local 63 public static void half(int[] x, int[] z) in half() 76 public static void inv(int[] x, int[] z) in inv() 92 public static void multiply(int[] x, int[] y, int[] z) in multiply() 111 public static void negate(int[] x, int[] z) in negate() 123 public static void random(SecureRandom r, int[] z) in random() 134 public static void randomMult(SecureRandom r, int[] z) in randomMult() 143 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/custom/sec/ |
D | SecP521R1Field.java | 22 public static void add(int[] x, int[] y, int[] z) in add() 33 public static void addOne(int[] x, int[] z) in addOne() 46 int[] z = Nat.fromBigInteger(521, x); in fromBigInteger() local 54 public static void half(int[] x, int[] z) in half() 61 public static void inv(int[] x, int[] z) in inv() 77 public static void multiply(int[] x, int[] y, int[] z) in multiply() 84 public static void negate(int[] x, int[] z) in negate() 96 public static void random(SecureRandom r, int[] z) in random() 108 public static void randomMult(SecureRandom r, int[] z) in randomMult() 117 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP192R1Field.java | 28 public static void add(int[] x, int[] y, int[] z) in add() 49 public static void addOne(int[] x, int[] z) in addOne() 60 int[] z = Nat192.fromBigInteger(x); in fromBigInteger() local 68 public static void half(int[] x, int[] z) in half() 81 public static void inv(int[] x, int[] z) in inv() 97 public static void multiply(int[] x, int[] y, int[] z) in multiply() 116 public static void negate(int[] x, int[] z) in negate() 128 public static void random(SecureRandom r, int[] z) in random() 139 public static void randomMult(SecureRandom r, int[] z) in randomMult() 148 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP224R1Field.java | 29 public static void add(int[] x, int[] y, int[] z) in add() 50 public static void addOne(int[] x, int[] z) in addOne() 61 int[] z = Nat224.fromBigInteger(x); in fromBigInteger() local 69 public static void half(int[] x, int[] z) in half() 82 public static void inv(int[] x, int[] z) in inv() 98 public static void multiply(int[] x, int[] y, int[] z) in multiply() 117 public static void negate(int[] x, int[] z) in negate() 129 public static void random(SecureRandom r, int[] z) in random() 140 public static void randomMult(SecureRandom r, int[] z) in randomMult() 149 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP384R1Field.java | 31 public static void add(int[] x, int[] y, int[] z) in add() 52 public static void addOne(int[] x, int[] z) in addOne() 63 int[] z = Nat.fromBigInteger(384, x); in fromBigInteger() local 71 public static void half(int[] x, int[] z) in half() 84 public static void inv(int[] x, int[] z) in inv() 100 public static void multiply(int[] x, int[] y, int[] z) in multiply() 107 public static void negate(int[] x, int[] z) in negate() 119 public static void random(SecureRandom r, int[] z) in random() 130 public static void randomMult(SecureRandom r, int[] z) in randomMult() 139 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP256R1Field.java | 28 public static void add(int[] x, int[] y, int[] z) in add() 46 public static void addOne(int[] x, int[] z) in addOne() 57 int[] z = Nat256.fromBigInteger(x); in fromBigInteger() local 65 public static void half(int[] x, int[] z) in half() 78 public static void inv(int[] x, int[] z) in inv() 94 public static void multiply(int[] x, int[] y, int[] z) in multiply() 110 public static void negate(int[] x, int[] z) in negate() 122 public static void random(SecureRandom r, int[] z) in random() 133 public static void randomMult(SecureRandom r, int[] z) in randomMult() 142 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP256K1Field.java | 29 public static void add(int[] x, int[] y, int[] z) in add() 50 public static void addOne(int[] x, int[] z) in addOne() 61 int[] z = Nat256.fromBigInteger(x); in fromBigInteger() local 69 public static void half(int[] x, int[] z) in half() 82 public static void inv(int[] x, int[] z) in inv() 98 public static void multiply(int[] x, int[] y, int[] z) in multiply() 117 public static void negate(int[] x, int[] z) in negate() 129 public static void random(SecureRandom r, int[] z) in random() 140 public static void randomMult(SecureRandom r, int[] z) in randomMult() 149 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
D | SecP192K1Field.java | 27 public static void add(int[] x, int[] y, int[] z) in add() 48 public static void addOne(int[] x, int[] z) in addOne() 59 int[] z = Nat192.fromBigInteger(x); in fromBigInteger() local 67 public static void half(int[] x, int[] z) in half() 80 public static void inv(int[] x, int[] z) in inv() 96 public static void multiply(int[] x, int[] y, int[] z) in multiply() 115 public static void negate(int[] x, int[] z) in negate() 127 public static void random(SecureRandom r, int[] z) in random() 138 public static void randomMult(SecureRandom r, int[] z) in randomMult() 147 public static void reduce(int[] xx, int[] z) in reduce() [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | extended_min_max.inl | 10 T const & z) 20 typename C<T>::T const & z 31 C<T> const & z 42 T const & z, 54 typename C<T>::T const & z, 66 C<T> const & z, 77 T const & z) 87 typename C<T>::T const & z 98 C<T> const & z 109 T const & z, [all …]
|
/external/clang/test/CodeGen/ |
D | libcalls-complex.c | 15 double test_creal(double _Complex z) { in test_creal() 21 long double test_creall(double _Complex z) { in test_creall() 27 float test_crealf(double _Complex z) { in test_crealf() 33 double test_cimag(double _Complex z) { in test_cimag() 39 long double test_cimagl(double _Complex z) { in test_cimagl() 45 float test_cimagf(double _Complex z) { in test_cimagf()
|