HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 224 double P0[2],P1[2],P2[2],P3[2];
250 P2[0]=A[10];P2[1]= -1.0;
261 db_MultiplyPoly1_1( neg_three0,P2,two13);
265 db_MultiplyPoly1_1( neg_three1,P2,two03);
273 db_MultiplyPoly1_2( three3,P2,two01);
  /external/mdnsresponder/mDNSShared/
DebugServices.h 705 #define check_ptr_overlap( P1, P1_SIZE, P2, P2_SIZE ) \
708 check( !( ( (uintptr_t)( P1 ) >= (uintptr_t)( P2 ) ) && \
709 ( (uintptr_t)( P1 ) < ( ( (uintptr_t)( P2 ) ) + ( P2_SIZE ) ) ) ) ); \
710 check( !( ( (uintptr_t)( P2 ) >= (uintptr_t)( P1 ) ) && \
711 ( (uintptr_t)( P2 ) < ( ( (uintptr_t)( P1 ) ) + ( P1_SIZE ) ) ) ) ); \
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/llvm/include/llvm/ADT/
VariadicFunction.h 250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const {
251 return Func(P0, P1, P2, None);
255 ResultT operator()(Param0T P0, Param1T P1, Param2T P2, \
258 return Func(P0, P1, P2, makeArrayRef(Args)); \
STLExtras.h 252 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
254 *reinterpret_cast<const T*>(P2)))
256 if (std::less<T>()(*reinterpret_cast<const T*>(P2),
  /external/libgsm/src/
lpc.c 26 static void Autocorrelation P2((s, L_ACF),
149 static void Fast_Autocorrelation P2((s, L_ACF),
177 static void Reflection_coefficients P2( (L_ACF, r),
  /external/openfst/src/test/
algo_test.h 314 ProjectFst<Arc> P2(T, PROJECT_INPUT);
315 CHECK(Equiv(P1, P2));
351 ProjectFst<Arc> P2(I1, PROJECT_OUTPUT);
352 CHECK(Equiv(P1, P2));
360 ProjectFst<Arc> P2(I1, PROJECT_INPUT);
361 CHECK(Equiv(P1, P2));
698 VectorFst<Arc> P2;
699 Push<Arc, REWEIGHT_TO_FINAL>(T, &P2, kPushWeights);
700 CHECK(Equiv(T, P2));
713 VectorFst<Arc> P2;
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 581 let p2 = param fn 1 in var
582 let v1 = build_add p1 p2 "v1" b in
608 let p2 = param fn 1 in var
611 let i = build_add p1 p2 "sum" b in
615 insist ((operand i 1) = p2);
618 insist ((operand i 1) != p2);
747 let p2 = param f 1 in var
749 set_value_name "Two" p2;
751 add_param_attr p2 Attribute.Noalias;
752 remove_param_attr p2 Attribute.Noalias
954 let p2 = param fn 1 ++ set_value_name "P2" in var
    [all...]
  /external/clang/test/Sema/
const-eval.c 90 float _Complex P2 = 3.3f + P;
  /external/deqp/framework/common/
tcuInterval.hpp 234 #define TCU_INTERVAL_APPLY_MONOTONE3(DST, P0, A0, P1, A1, P2, A2, VAR, BODY) \
237 TCU_INTERVAL_APPLY_MONOTONE2(tmp3_, P1, A1, P2, A2, VAR, BODY))
  /external/deqp/framework/delibs/decpp/
deUniquePtr.hpp 179 template<typename T, typename P0, typename P1, typename P2>
180 inline MovePtr<T> newMovePtr (P0 p0, P1 p1, P2 p2) { return MovePtr<T>(new T(p0, p1, p2)); }
  /external/libpng/contrib/pngminus/
makevms.com 57 $! P2 = Command to make it
87 $ write sys$output P2
88 $ 'P2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 49 P2: ADD r2, pc
141 .word armVCM4P10_VMatrixU16-(P2+8)
armVCM4P10_DecodeCoeffsToPair_s.S 186 P2: ADD r6, pc
312 .word (armVCM4P10_CAVLCTotalZeros2x2Tables - 4)-(P2+8)
314 .word (armVCM4P10_CAVLCTotalZeroTables - 4)-(P2+8)
  /ndk/sources/host-tools/make-3.81/
makefile.com 6 $! P2 = DEBUG will build an image with debug information
55 $ if (p2.eqs."DEBUG")
  /external/v8/src/x64/
assembler-x64.h 649 template<class P1, class P2> \
650 void instruction##p(P1 p1, P2 p2) { \
651 emit_##instruction(p1, p2, kPointerSize); \
654 template<class P1, class P2> \
655 void instruction##l(P1 p1, P2 p2) { \
656 emit_##instruction(p1, p2, kInt32Size); \
659 template<class P1, class P2> \
660 void instruction##q(P1 p1, P2 p2) {
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 40 * @param P2
44 public NavCalculator(Position P1, Position P2, int calcType) {
47 mercatorSailing(P1, P2);
50 greatCircleSailing(P1, P2);
65 * @param p2 destination position
67 public GCSailing greatCircleSailing(Position p1, Position p2) {
74 * @param p2 destination position
76 public RLSailing rhumbLineSailing(Position p1, Position p2) {
77 RLSailing rl = mercatorSailing(p1, p2);
84 * @param p2 destination positio
    [all...]
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 476 template <class T, class P1, class P2>
477 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) {
483 res->param2 = (void*)p2;
  /frameworks/base/core/java/android/widget/
Scroller.java 102 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION);
125 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
142 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
  /ndk/
ndk-gdb 171 local P P2
173 P2=${P#/} # remove / prefix, if any
174 [ "$P" != "$P2" ]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 70 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION);
93 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
110 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 62 template<typename P1, typename P2> struct append_places;
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 342 const Value *P2 = Later.Ptr->stripPointerCasts();
346 if (P1 == P2) {
368 *UO2 = GetUnderlyingObject(P2, DL);
387 const Value *BP2 = GetPointerBaseWithConstantOffset(P2, LaterOff, DL);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_product.py 165 P2 = nx.path_graph(2)
168 G=cartesian_product(P2,P2)
169 G=cartesian_product(P2,G)
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 99 #define P2 5.53859446429917461063308081748e-03
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));

Completed in 1913 milliseconds

1 23 4 5 6