HomeSort by relevance Sort by last modified time
    Searched refs:P3 (Results 101 - 125 of 155) sorted by null

1 2 3 45 6 7

  /external/freetype/src/psaux/
pshints.c     [all...]
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary_test.go 261 P3 struct {
280 if p.P0 != 0 || p.P1[0] != 0 || p.P2[0] != 0 || p.P3.F[0] != 0 {
  /prebuilts/go/linux-x86/src/encoding/binary/
binary_test.go 261 P3 struct {
280 if p.P0 != 0 || p.P1[0] != 0 || p.P2[0] != 0 || p.P3.F[0] != 0 {
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 99 P3 = 3.33333333333333333333333333333233795e-1L, /* 0x15555555555555555555555554d42.0p-114L */
549 val_lo = d * d * d * (P3 +
596 f_lo = 0; /* avoid underflow of the P3 term */
650 * another underflow problem for the P3 term; this is also ruled
658 val_lo = d * d * d * (P3 +
  /external/eigen/Eigen/src/Core/arch/AVX/
Complex.h 439 __m256d P3 = _mm256_castps_pd(kernel.packet[3].v);
443 __m256d T2 = _mm256_shuffle_pd(P2, P3, 15);
444 __m256d T3 = _mm256_shuffle_pd(P2, P3, 0);
  /external/v8/src/crankshaft/
hydrogen-instructions.h 879 #define DECLARE_INSTRUCTION_FACTORY_P3(I, P1, P2, P3) \
881 P3 p3) { \
882 return new (zone) I(p1, p2, p3); \
885 #define DECLARE_INSTRUCTION_FACTORY_P4(I, P1, P2, P3, P4) \
887 P3 p3, P4 p4) { \
888 return new (zone) I(p1, p2, p3, p4); \
891 #define DECLARE_INSTRUCTION_FACTORY_P5(I, P1, P2, P3, P4, P5) \
893 P3 p3, P4 p4, P5 p5) {
    [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
ghash-armv4.S 456 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16
494 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16
531 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16
  /external/boringssl/linux-arm/crypto/fipsmodule/
ghash-armv4.S 445 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16
483 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16
520 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16
  /external/libgsm/src/
gsm_encode.c 13 void gsm_encode P3((s, source, c), gsm s, gsm_signal * source, gsm_byte * c)
gsm_implode.c 14 void gsm_implode P3((s, source, c), gsm s, gsm_signal * source, gsm_byte * c)
gsm_decode.c 14 int gsm_decode P3((s, c, target), gsm s, gsm_byte * c, gsm_signal * target)
gsm_explode.c 13 int gsm_explode P3((s, c, target), gsm s, gsm_byte * c, gsm_signal * target)
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCompound.cpp 185 (PredReg == Hexagon::P2) || (PredReg == Hexagon::P3));
  /external/skia/src/core/
SkGeometry.cpp 293 Sk2s P3 = from_point(src[3]);
295 coeff.fA = P3 + Sk2s(3) * (P1 - P2) - P0;
305 Sk2s P3 = from_point(src[3]);
306 Sk2s A = P3 + Sk2s(3) * (P1 - P2) - P0;
364 Sk2s p3 = from_point(src[3]);
369 Sk2s cd = interp(p2, p3, tt);
550 // a1 = p0 . (p3 x p2)
551 // a2 = p1 . (p0 x p3)
    [all...]
  /external/skqp/src/core/
SkGeometry.cpp 293 Sk2s P3 = from_point(src[3]);
295 coeff.fA = P3 + Sk2s(3) * (P1 - P2) - P0;
305 Sk2s P3 = from_point(src[3]);
306 Sk2s A = P3 + Sk2s(3) * (P1 - P2) - P0;
364 Sk2s p3 = from_point(src[3]);
369 Sk2s cd = interp(p2, p3, tt);
550 // a1 = p0 . (p3 x p2)
551 // a2 = p1 . (p0 x p3)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 47 P3, P4, P5,
  /external/v8/src/base/
ieee754.cc     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
parallel3.s 26 R5 = R0 + R1, R6 = R0 - R1|| [p3] = P0;
27 r0 = r7 + r1, r3 = r7 - r1 (s)|| [p3++] = P0;
29 r7 = A1 + A0, r5 = A1 - A0|| [p3--] = P0;
30 r3 = a0 + a1, r6 = a0 - a1 (s)|| [p3+28] = P0;
32 R1 = R3 >>> 15 (V)|| [p3+24] = P0;
64 r0.l = (a0 += R7.l * R6.L), R0.H = (A1 += R7.H * R6.H) (Iss2)|| [p0] = P3;
90 R5 = pack (R2.L, R2.H)|| [p0++p3] = r4;
  /external/llvm/unittests/IR/
ConstantsTest.cpp 210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
271 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR
  /external/v8/src/x64/
assembler-x64.h 634 template<class P1, class P2, class P3> \
635 void instruction##p(P1 p1, P2 p2, P3 p3) { \
636 emit_##instruction(p1, p2, p3, kPointerSize); \
639 template<class P1, class P2, class P3> \
640 void instruction##l(P1 p1, P2 p2, P3 p3) { \
641 emit_##instruction(p1, p2, p3, kInt32Size); \
644 template<class P1, class P2, class P3> \
645 void instruction##q(P1 p1, P2 p2, P3 p3) {
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
core.go 132 // Rules P2, P3.
230 // Determines the paragraph level based on rules P2, P3. This is also used
247 // Rule P3.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
core.go 132 // Rules P2, P3.
230 // Determines the paragraph level based on rules P2, P3. This is also used
247 // Rule P3.
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 645 #define P3(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->range_mapping_fields.bits.x)
647 P3(luma_flag);
648 P3(luma);
649 P3(chroma_flag);
650 P3(chroma);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 651 #define P3(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->range_mapping_fields.bits.x)
653 P3(luma_flag);
654 P3(luma);
655 P3(chroma_flag);
656 P3(chroma);
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_s390x.s     [all...]

Completed in 1336 milliseconds

1 2 3 45 6 7