HomeSort by relevance Sort by last modified time
    Searched refs:p1 (Results 301 - 325 of 1590) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
eors.s 10 eors p0.b, p0/z, p0.b, p1.b
11 // CHECK-INST: eors p0.b, p0/z, p0.b, p1.b
orn-diagnostics.s 58 orn p0.h, p0/z, p0.h, p1.h
60 // CHECK-NEXT: orn p0.h, p0/z, p0.h, p1.h
63 orn p0.s, p0/z, p0.s, p1.s
65 // CHECK-NEXT: orn p0.s, p0/z, p0.s, p1.s
68 orn p0.d, p0/z, p0.d, p1.d
70 // CHECK-NEXT: orn p0.d, p0/z, p0.d, p1.d
76 orn p0.b, p0/m, p1.b, p2.b
78 // CHECK-NEXT: orn p0.b, p0/m, p1.b, p2.b
orrs.s 10 orrs p0.b, p0/z, p0.b, p1.b
11 // CHECK-INST: orrs p0.b, p0/z, p0.b, p1.b
  /external/testng/src/test/java/test/tmp/p1/
ContainerTest.java 1 package test.tmp.p1;
  /external/toolchain-utils/binary_search_tool/ndk/
DO_BISECTION.sh 35 # (This patch file was generated with git, -p1 will remove the a/ and b/)
36 patch -p1 -i PATCH1
58 # (This patch file was generated with git, -p1 will remove the a/ and b/)
59 patch -p1 -i PATCH2
  /external/u-boot/board/nokia/rx51/
tag_omap.h 226 #define OMAP_TAG_UART_CONFIG(p1) \
229 .u.uart.enabled_uarts = p1, \
232 #define OMAP_TAG_SERIAL_CONSOLE_CONFIG(p1, p2) \
236 .u.serial_console.console_uart = p1, \
240 #define OMAP_TAG_LCD_CONFIG(p1, p2, p3, p4) \
243 .u.lcd.panel_name = p1, \
249 #define OMAP_TAG_GPIO_SWITCH_CONFIG(p1, p2, p3, p4, p5) \
253 .u.gpio_switch.name = p1, \
260 #define OMAP_TAG_WLAN_CX3110X_CONFIG(p1, p2, p3, p4, p5) \
264 .u.wlan_cx3110x.chip_type = p1, \
    [all...]
  /external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
Ed25519.java 71 public static BigInteger[] addAffinePoints(BigInteger[] p1, BigInteger[] p2)
73 return toAffine(addExtendedPoints(toExtended(p1), toExtended(p2)));
77 * Returns the result of subtracting p2 from p1 (i.e., p1 - p2) in affine representation. A point
81 public static BigInteger[] subtractAffinePoints(BigInteger[] p1, BigInteger[] p2)
83 return toAffine(subtractExtendedPoints(toExtended(p1), toExtended(p2)));
175 * Returns the result of subtracting p2 from p1 (p1 - p2)
177 static BigInteger[] subtractExtendedPoints(BigInteger[] p1, BigInteger[] p2)
179 checkPointIsInExtendedRepresentation(p1);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ContinuedFraction.java 130 double p1 = getA(0, x); local
133 double c = p1 / q1;
140 double p2 = a * p1 + b * p0;
163 p2 = p1 / lastScaleFactor + (b / scaleFactor * p0);
166 p2 = (a / scaleFactor * p1) + p0 / lastScaleFactor;
194 p0 = p1;
195 p1 = p2;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.c 49 float p1, p2, p3, p4, p5, p6; local
58 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
71 debug_printf("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64, p1, total_64);
77 p1 = 100.0 * (float) lp_count.nr_empty_16 / (float) total_16;
84 debug_printf("llvmpipe: nr_empty_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_16, p1, total_16);
90 p1 = 100.0 * (float) lp_count.nr_empty_4 / (float) total_4;
98 debug_printf("llvmpipe: nr_empty_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_4, p1, total_4);
  /external/skia/src/gpu/ccpr/
GrCCFillGeometry.h 90 inline void appendLine(const Sk2f& p0, const Sk2f& p1);
92 inline void appendQuadratics(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2);
93 inline void appendMonotonicQuadratic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2);
99 void appendCubics(AppendCubicMode, const Sk2f& p0, const Sk2f& p1, const Sk2f& p2,
102 void appendCubics(AppendCubicMode, const Sk2f& p0, const Sk2f& p1, const Sk2f& p2,
104 void chopAndAppendCubicAtMidTangent(AppendCubicMode, const Sk2f& p0, const Sk2f& p1,
108 void appendMonotonicConic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, float w);
GrCCFillGeometry.cpp 40 Sk2f p1 = Sk2f::Load(P+1); local
41 this->appendLine(p0, p1);
44 inline void GrCCFillGeometry::appendLine(const Sk2f& p0, const Sk2f& p1) {
46 if ((p0 == p1).allTrue()) {
49 p1.store(&fPoints.push_back());
64 static inline bool are_collinear(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2,
72 // d = |p1 - p0| dot | l.y|
73 // |-l.x| = distance from p1 to l.
74 Sk2f dd = (p1 - p0) * SkNx_shuffle<1,0>(l);
77 // We are collinear if a box with radius "tolerance", centered on p1, touches the line l
140 Sk2f p1 = Sk2f::Load(P+1); local
478 Sk2f p1 = Sk2f::Load(P+1); local
697 Sk2f p1 = Sk2f::Load(P+1); local
    [all...]
  /external/skqp/src/gpu/ccpr/
GrCCFillGeometry.h 90 inline void appendLine(const Sk2f& p0, const Sk2f& p1);
92 inline void appendQuadratics(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2);
93 inline void appendMonotonicQuadratic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2);
99 void appendCubics(AppendCubicMode, const Sk2f& p0, const Sk2f& p1, const Sk2f& p2,
102 void appendCubics(AppendCubicMode, const Sk2f& p0, const Sk2f& p1, const Sk2f& p2,
104 void chopAndAppendCubicAtMidTangent(AppendCubicMode, const Sk2f& p0, const Sk2f& p1,
108 void appendMonotonicConic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, float w);
GrCCFillGeometry.cpp 40 Sk2f p1 = Sk2f::Load(P+1); local
41 this->appendLine(p0, p1);
44 inline void GrCCFillGeometry::appendLine(const Sk2f& p0, const Sk2f& p1) {
46 if ((p0 == p1).allTrue()) {
49 p1.store(&fPoints.push_back());
64 static inline bool are_collinear(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2,
72 // d = |p1 - p0| dot | l.y|
73 // |-l.x| = distance from p1 to l.
74 Sk2f dd = (p1 - p0) * SkNx_shuffle<1,0>(l);
77 // We are collinear if a box with radius "tolerance", centered on p1, touches the line l
140 Sk2f p1 = Sk2f::Load(P+1); local
478 Sk2f p1 = Sk2f::Load(P+1); local
697 Sk2f p1 = Sk2f::Load(P+1); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
hp_max.cpp 137 Word16 *p, *p1;
162 p1 = &scal_sig[0];
164 for (i = 0; i < L_frame; i++, p++, p1++)
166 t0 = L_mac (t0, *p, *p1);
170 p1 = &scal_sig[-1];
172 for (i = 0; i < L_frame; i++, p++, p1++)
174 t1 = L_mac (t1, *p, *p1);
248 Word16 *p, *p1; local
273 p1 = &scal_sig[0];
275 for (i = 0; i < L_frame; i++, p++, p1++
    [all...]
  /external/antlr/runtime/ObjC/Framework/
ANTLRFileStream.m 93 int p1 = 0;
97 NSLog( @"read %d chars; p was %d is now %d", n, p1, (p1+numRead) );
98 p1 += numRead;
99 n = p1;
  /external/libchrome/base/memory/
ref_counted_unittest.cc 245 scoped_refptr<SelfAssign> p1(new SelfAssign);
248 EXPECT_EQ(p1, p1);
251 EXPECT_NE(p1, p2);
252 EXPECT_NE(p2, p1);
266 scoped_refptr<Derived> p1(new Derived);
269 EXPECT_NE(p1, p2);
270 EXPECT_NE(p2, p1);
272 p2 = p1;
274 EXPECT_EQ(p1, p2)
312 scoped_refptr<ScopedRefPtrCountBase> p1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 142 Word16 *p0, *p1, *p2, *p3, *psign; local
269 p1 = dn;
274 s = L_add((k_cn* (*p0++)), (k_dn * (*p1++)));
276 s = L_add((k_cn* (*p0++)), (k_dn * (*p1++)));
278 s = L_add((k_cn* (*p0++)), (k_dn * (*p1++)));
280 s = L_add((k_cn* (*p0++)), (k_dn * (*p1++)));
360 p1 = h;
365 *p1 = *p0++ >> h_shift;
366 *p2++ = -(*p1++);
367 *p1 = *p0++ >> h_shift
854 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; local
926 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; local
999 Word16 *p0, *p1, *p2; local
    [all...]
  /external/blktrace/
strverscmp.c 91 const unsigned char *p1 = (const unsigned char *) s1; local
123 if (p1 == p2)
126 c1 = *p1++;
134 c1 = *p1++;
147 while (isdigit (*p1++))
  /external/skia/tests/
CubicMapTest.cpp 21 static float accurate_solve(SkPoint p1, SkPoint p2, SkScalar x) {
22 SkPoint array[] = { {0, 0}, p1, p2, {1,1} };
36 static void exercise_cubicmap(SkPoint p1, SkPoint p2, skiatest::Reporter* reporter) {
39 SkCubicMap cmap(p1, p2);
53 SkScalar yy = accurate_solve(p1, p2, x);
  /external/skqp/tests/
CubicMapTest.cpp 21 static float accurate_solve(SkPoint p1, SkPoint p2, SkScalar x) {
22 SkPoint array[] = { {0, 0}, p1, p2, {1,1} };
36 static void exercise_cubicmap(SkPoint p1, SkPoint p2, skiatest::Reporter* reporter) {
39 SkCubicMap cmap(p1, p2);
53 SkScalar yy = accurate_solve(p1, p2, x);
  /bionic/tests/math_data/
round_intel_data.h 27 0x1.80p1,
28 0x1.4p1
71 0x1.p1,
75 0x1.p1,
79 0x1.p1,
83 0x1.p1,
84 0x1.0p1
87 0x1.p1,
88 0x1.0000000000001p1
91 0x1.p1,
    [all...]
nextafter_intel_data.h 249 0x1.p1,
251 0x1.0p1
254 0x1.p1,
256 0x1.0000000000001p1
260 0x1.0p1,
264 0x1.p1,
265 0x1.0p1,
266 0x1.0p1
269 0x1.00000000000010p1,
270 0x1.0p1,
    [all...]
llrint_intel_data.h 59 (long long int)0x1.p1,
63 (long long int)0x1.p1,
67 (long long int)0x1.p1,
71 (long long int)0x1.p1,
72 0x1.0p1
75 (long long int)0x1.p1,
76 0x1.0000000000001p1
79 (long long int)0x1.p1,
83 (long long int)0x1.p1,
84 0x1.4p1
    [all...]
llrintf_intel_data.h 59 (long long int)0x1.p1,
63 (long long int)0x1.p1,
67 (long long int)0x1.p1,
71 (long long int)0x1.p1,
72 0x1.p1
75 (long long int)0x1.p1,
76 0x1.000002p1
79 (long long int)0x1.p1,
83 (long long int)0x1.p1,
84 0x1.40p1
    [all...]
  /external/u-boot/arch/nds32/cpu/n1213/
start.S 43 #define EIT_PREV_P1 $ir13 ! prev $p1
346 li $p1, 0x2 ! TLB MMU
347 bne $p0, $p1, 1f
355 li $p1, DIS_DCAC
356 and $p0, $p0, $p1 ! Set DC_EN bit
385 andi $p1, $t0, ICAC_MEM_KBF_ISET ! get the ISET field
386 addi $t2, $p1, 6 ! $t2= bit width of ISET
387 andi $p1, $t0, ICAC_MEM_KBF_IWAY ! get bitfield of Iway
388 srli $p1, $p1,
    [all...]

Completed in 1080 milliseconds

<<11121314151617181920>>