/external/freetype/src/cff/ |
cf2hints.c | [all...] |
/external/libgsm/src/ |
rpe.c | 22 static void Weighting_filter P2((e, x),
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2hints.c | [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_logl.c | 98 P2 = -0.5L, 544 * we evaluate d * d * P2 separately to take advantage of 545 * by P2 being exact, and this gives a good place to sum the 'lo' 552 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2; 661 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo + d_lo) + d * d * P2;
|
/external/v8/src/ |
hydrogen-instructions.h | 967 #define DECLARE_INSTRUCTION_FACTORY_P2(I, P1, P2) \ 968 static I* New(Zone* zone, HValue* context, P1 p1, P2 p2) { \ 969 return new(zone) I(p1, p2); \ 972 #define DECLARE_INSTRUCTION_FACTORY_P3(I, P1, P2, P3) \ 973 static I* New(Zone* zone, HValue* context, P1 p1, P2 p2, P3 p3) { \ 974 return new(zone) I(p1, p2, p3); \ 977 #define DECLARE_INSTRUCTION_FACTORY_P4(I, P1, P2, P3, P4) \ 981 P2 p2, [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.cpp | [all...] |
/external/boringssl/linux-arm/crypto/modes/ |
ghash-armv4.S | 405 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16 443 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16 480 veor d18, d18, d19 @ t1 = (M) (P2 + P3) << 16
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
StateMachineTest.java | [all...] |
/external/libunwind/src/ia64/ |
unwind_decoder.h | 234 UNW_DEC_BR_GR(P2, ((code & 0xf) << 1) | ((byte1 >> 7) & 1),
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 761 static bool piecesOverlap(DIExpression P1, DIExpression P2) { 762 if (!P1->isBitPiece() || !P2->isBitPiece()) 765 unsigned l2 = P2->getBitPieceOffset(); 767 unsigned r2 = l2 + P2->getBitPieceSize(); [all...] |
/external/skia/src/core/ |
SkGeometry.cpp | 143 Sk2s p2 = from_point(pts[2]); local 147 coeff[0] = to_point(p2 - p1 - p1 + p0); // A * t^2 173 Sk2s P2 = from_point(src[2]); 176 Sk2s A = P2 - P1 - B; 187 Sk2s P2 = from_point(src[2]); 190 Sk2s A = P2 - P1 - B; 205 Sk2s p2 = from_point(src[2]); local 209 Sk2s p12 = interp(p1, p2, tt); 215 dst[4] = to_point(p2); 431 Sk2s p2 = from_point(src[2]) local 454 Sk2s p2 = from_point(pts[2]); local [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
intra_est.cpp | 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2; 1071 P2 = (P_X + 2 * P_I + P_J + 2) >> 2; 1076 temp |= (R0 << 16); //[P2 P0 Q0 R0] 1085 temp = P2 | (P0 << 8); 1102 P2 = (P_X + 2 * P_A + P_B + 2) >> 2; 1120 temp = P0 | (D << 8); //[P0 D P2 Q2] 1122 temp |= (P2 << 16); //[R0 Q1 Q0 P1] [all...] |
/external/svox/pico/lib/ |
picopam.c | 269 #define P2 1 [all...] |
/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 692 private static final double P2 = -2.77777777770155933842e-03; 766 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); [all...] |
/external/opencv/cvaux/src/ |
cvepilines.cpp | 933 /* corr22 = Fund*p2 */ 1047 /* Get cross for piece p1,p2 and direction a,b,c */ [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
psb_VC1.c | 629 #define P2(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->picture_fields.bits.x) 631 P2(picture_type); 632 P2(frame_coding_mode); 633 P2(top_field_first); 634 P2(is_first_field); 635 P2(intensity_compensation); [all...] |
/hardware/intel/img/psb_video/src/ |
pnw_VC1.c | 635 #define P2(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->picture_fields.bits.x) 637 P2(picture_type); 638 P2(frame_coding_mode); 639 P2(top_field_first); 640 P2(is_first_field); 641 P2(intensity_compensation); [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv-android.jar | |
/external/zlib/src/ |
make_vms.com | 260 $! P2 = Command to make it 290 $ write sys$output P2 291 $ 'P2 735 $ IF "''P2'" .EQS. "" 794 $ open/append libopt 'p2' 820 $ open/append libopt 'p2'
|
/external/opencv/cv/include/ |
cv.h | [all...] |
/external/valgrind/drd/tests/ |
tsan_unittest.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | 1107 typename P2 = Void, typename P3 = Void> 1113 typedef P2 Arg2; [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 768 ConstantInt *const *P2) { 770 const ConstantInt *RHS = *P2; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winnt.h | [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-generated-actions.h | [all...] |