HomeSort by relevance Sort by last modified time
    Searched refs:P5 (Results 1 - 25 of 40) sorted by null

1 2

  /external/libgsm/inc/
unproto.h 18 #undef P5
proto.h 30 #undef P5
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e)
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_product.py 42 P5 = nx.path_graph(5)
46 G=tensor_product(P5,K3)
54 P5 = nx.path_graph(5)
56 G=tensor_product(P5,K3)
58 G=tensor_product(P5,nx.MultiGraph(K3))
60 G=tensor_product(nx.MultiGraph(P5),K3)
62 G=tensor_product(nx.MultiGraph(P5),nx.MultiGraph(K3))
65 G=tensor_product(nx.DiGraph(P5),nx.DiGraph(K3))
150 P5=nx.path_graph(5)
152 G=cartesian_product(P5,K3
    [all...]
test_unary.py 15 P5=path_graph(5)
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Field.java 16 private static final int P5 = 0xFFFFFFFF;
23 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
44 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
53 if (z[5] == P5 && Nat192.gte(z, P))
111 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
120 || (z[5] == P5 && Nat192.gte(z, P)))
172 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
SecP192R1Field.java 18 private static final int P5 = 0xFFFFFFFF;
24 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
45 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
54 if (z[5] == P5 && Nat192.gte(z, P))
158 || (z[5] == P5 && Nat192.gte(z, P)))
189 || (z[5] == P5 && Nat192.gte(z, P)))
241 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
  /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
38 * (where z=r*r, and the values of P1 to P5 are listed below)
41 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_pow.c 84 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_powf.c 43 P5 = 4.1381369442e-08, /* 0x3331bb4c */
241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/fdlibm/
e_exp.c 34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
35 * (where z=r*r, and the values of P1 to P5 are listed below)
38 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_pow.c 88 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
template_arity.hpp 61 , typename P5
72 , typename P5, typename P6
quote.hpp 100 , typename P5
full_lambda.hpp 414 , template< typename P1, typename P2, typename P3, typename P4, typename P5 > class F
429 , template< typename P1, typename P2, typename P3, typename P4, typename P5 > class F
448 , typename P5
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/classes/tests/
historical_tests.py 312 P5=nx.path_graph(5)
316 assert_equal(sorted(P5.degree(P3).values()),[1, 2, 2])
318 assert_equal(sorted(P3.degree(P5).values()),[1, 1, 2])
319 assert_equal(P5.degree([]),{})
320 assert_equal(list(P5.degree_iter([])),[])
321 assert_equal(dict(P5.degree_iter([])),{})
  /external/libgsm/src/
rpe.c 256 static void APCM_quantization P5((xM,xMc,mant_out,exp_out,xmaxc_out),
449 void Gsm_RPE_Encoding P5((S,e,xmaxc,Mc,xMc),
472 void Gsm_RPE_Decoding P5((S, xmaxcr, Mcr, xMcr, erp),
short_term.c 265 static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
309 static void Fast_Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
  /external/v8/src/
hydrogen.h     [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
254 P5[0]=A[13];
280 db_SubtractPolyProduct0_2(p,P5,neg_three1);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
254 P5[0]=A[13];
280 db_SubtractPolyProduct0_2(p,P5,neg_three1);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
254 P5[0]=A[13];
280 db_SubtractPolyProduct0_2(p,P5,neg_three1);
  /external/libvpx/libvpx/vp8/common/ppc/
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
73 Msum v16, v17, \P5, v5, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
95 Msum v21, v22, \P5, v18, v25
111 .macro Vinterp P0 P1 P2 P3 P4 P5
112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5
118 .macro luma_v P0, P1, P2, P3, P4, P5
119 addi r9, r9, 16 ;# P5 = newest input row
120 lvx \P5, 0, r9
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
73 Msum v16, v17, \P5, v5, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
95 Msum v21, v22, \P5, v18, v25
111 .macro Vinterp P0 P1 P2 P3 P4 P5
112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5
118 .macro luma_v P0, P1, P2, P3, P4, P5
119 addi r9, r9, 16 ;# P5 = newest input row
120 lvx \P5, 0, r9
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h     [all...]

Completed in 982 milliseconds

1 2