HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/clang/test/Index/
complete-method-decls.m 12 @protocol P2<P1>
21 @interface B : A<P2>
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 14 @protocol P2
  /external/clang/test/Preprocessor/
microsoft-ext.c 13 #define GMOCK_INTERNAL_COUNT_AND_2_VALUE_PARAMS(p0, p1) P2
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c 37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
96 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_expf.c 40 P2 = -2.7667332906e-3; /* -0xb55215.0p-32 */
88 c = x - t*(P1+t*P2);
s_exp2f.c 42 P2 = 0x1.ebfbe0p-3f,
132 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
  /external/fdlibm/
e_exp.c 34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/libgsm/src/
decode.c 19 static void Postprocessing P2((S,s),
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/libpng/contrib/gregbook/
makevms.com 97 $! P2 = Command to make it
127 $ write sys$output P2
128 $ 'P2
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 94 P2("print-callgraph", "Print a call graph");
  /external/valgrind/unittest/
thread_wrappers.h 205 template <class P1, class P2>
206 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) {
208 CHECK(sizeof(P2) <= sizeof(void*));
213 res->param2 = (void*)p2;
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1192 eachOf(const M1 &P1, const M2 &P2) {
1194 M2>(P1, P2);
1205 anyOf(const M1 &P1, const M2 &P2) {
1207 M1, M2 >(P1, P2);
1212 anyOf(const M1 &P1, const M2 &P2, const M3 &P3)
    [all...]
  /packages/apps/Camera/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);
  /packages/apps/Gallery2/jni_mosaic/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);
  /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/llvm/test/Bindings/Ocaml/
vmcore.ml 499 let p2 = param fn 1 in var
500 let v1 = build_add p1 p2 "v1" b in
526 let p2 = param fn 1 in var
529 let i = build_add p1 p2 "sum" b in
533 insist ((operand i 1) = p2);
536 insist ((operand i 1) != p2);
664 let p2 = param f 1 in var
666 set_value_name "Two" p2;
668 add_param_attr p2 Attribute.Noalias;
669 remove_param_attr p2 Attribute.Noalias
853 let p2 = param fn 1 ++ set_value_name "P2" in var
    [all...]
  /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...]
  /external/llvm/include/llvm/ADT/
VariadicFunction.h 250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const {
251 return Func(P0, P1, P2, ArrayRef<const ArgT *>());
255 ResultT operator()(Param0T P0, Param1T P1, Param2T P2, \
258 return Func(P0, P1, P2, makeArrayRef(Args)); \
STLExtras.h 241 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
242 if (*reinterpret_cast<const T*>(P1) < *reinterpret_cast<const T*>(P2))
244 if (*reinterpret_cast<const T*>(P2) < *reinterpret_cast<const T*>(P1))
  /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/chromium/base/
bind_internal.h     [all...]
  /external/clang/test/Sema/
const-eval.c 90 float _Complex P2 = 3.3f + P;
  /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 34 P2: ADD r2, pc
126 .word armVCM4P10_VMatrixU16-(P2+8)

Completed in 2002 milliseconds

12 3 4