Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 2705) sorted by relevance

12345678910>>...109

/external/compiler-rt/lib/builtins/
Ddivtc3.c32 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/llvm-project/lld/test/ELF/
Dicf-many-sections.s7 .macro gen_sections4 z argument
14 .macro gen_sections8 z argument
19 .macro gen_sections16 z argument
29 .macro gen_sections64 z argument
34 .macro gen_sections128 z argument
39 .macro gen_sections256 z argument
44 .macro gen_sections512 z argument
49 .macro gen_sections1024 z argument
54 .macro gen_sections2048 z argument
/external/curl/src/
Dtool_setopt.h105 #define my_setopt(x,y,z) \ argument
108 #define my_setopt_str(x,y,z) \ argument
111 #define my_setopt_enum(x,y,z) \ argument
114 #define my_setopt_flags(x,y,z) \ argument
117 #define my_setopt_bitmask(x,y,z) \ argument
120 #define my_setopt_mimepost(x,y,z) \ argument
123 #define my_setopt_slist(x,y,z) \ argument
126 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, config, #y, y, z) argument
128 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, config, #y, y, z) argument
134 #define my_setopt(x,y,z) \ argument
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Field.java22 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 …]
DSecP192R1Field.java28 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 …]
DSecP224R1Field.java29 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 …]
DSecP256R1Field.java28 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 …]
DSecP384R1Field.java31 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 …]
DSecP224K1Field.java28 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 …]
DSecP192K1Field.java27 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 …]
DSecP256K1Field.java29 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 …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Field.java22 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 …]
DSecP192R1Field.java28 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 …]
DSecP224R1Field.java29 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 …]
DSecP256R1Field.java28 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 …]
DSecP384R1Field.java31 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 …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Field.java18 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 …]
DSecP224R1Field.java25 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 …]
DSecP192R1Field.java24 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 …]
DSecP384R1Field.java27 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 …]
DSecP256R1Field.java24 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 …]
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dextended_min_max.inl10 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/llvm-project/flang/test/Semantics/
Dmodfile34.f9020 subroutine test1(x, y, z) argument
22 real :: z(x%add1(y)) local
24 subroutine test1p(x, y, z) argument
26 real :: z(x%add1(y)) local
28 subroutine test2(x, y, z) argument
30 real :: z(x%g(y)) local
32 subroutine test2p(x, y, z) argument
34 real :: z(x%g(y)) local
36 subroutine test3(x, y, z) argument
38 real :: z(x%g(y, x)) local
[all …]
/external/clang/test/CodeGen/
Dlibcalls-complex.c15 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()
/external/llvm-project/clang/test/CodeGen/
Dlibcalls-complex.c15 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()

12345678910>>...109