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

12 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 32 P2 = 1.621429720105354466140, /* 0x3ff9f160, 0x4a49d6c2 */
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
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 ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_expf.c 39 P2 = -2.7667332906e-3; /* -0xb55215.0p-32 */
89 c = x - t*(P1+t*P2);
s_exp2f.c 41 P2 = 0x1.ebfbe0p-3f,
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
  /external/libgsm/src/
debug.c 62 void gsm_debug_longword P2( (name, value),
69 void gsm_debug_word P2( (name, value),
decode.c 19 static void Postprocessing P2((S,s),
  /external/libgsm/inc/
proto.h 27 #undef P2
41 # define P2(x, a, b) (a, b)
55 # define P2(x, a, b) x a; b;
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) {
83 return P1 == P2;
84 return isEqual(P1->getValue(), P2);
  /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/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/v8/test/webkit/
dfg-patchable-get-by-id-after-watchpoint.js 47 function P2() {
50 P2.prototype.g = 24;
53 var p2 = new P2();
56 p2.f = 2;
59 var p = (i % 2) ? p1 : p2;
66 P2.prototype.h = 59; // Not necessary, but what the heck - this resets the GetById even more.
  /external/webp/src/dsp/
lossless_mips32.c 281 // P2 = P0 + P1
287 #define ADD_TO_OUT(A, B, C, D, E, P0, P1, P2) \
304 "usw %[temp4], "#A"(%["#P2"]) \n\t" \
305 "usw %[temp5], "#B"(%["#P2"]) \n\t" \
306 "usw %[temp6], "#C"(%["#P2"]) \n\t" \
307 "usw %[temp7], "#D"(%["#P2"]) \n\t" \
308 "addiu %["#P2"], %["#P2"], 16 \n\t" \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 160 , template< typename P1, typename P2 > class F
174 , template< typename P1, typename P2 > class F
190 template< typename P1, typename P2 > class F
242 , template< typename P1, typename P2, typename P3 > class F
256 , template< typename P1, typename P2, typename P3 > class F
272 template< typename P1, typename P2, typename P3 > class F
326 , template< typename P1, typename P2, typename P3, typename P4 > class F
341 , template< typename P1, typename P2, typename P3, typename P4 > class F
358 template< typename P1, typename P2, typename P3, typename P4 > class F
414 , template< typename P1, typename P2, typename P3, typename P4, typename P5 > class
    [all...]
  /external/v8/src/
hydrogen.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 86 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
89 p2 = patcomp.compile_pattern(P2) variable in class:FixDict
107 return self.p2.match(node.parent, results) and results["node"] is node
fix_xrange.py 57 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
61 p2 = patcomp.compile_pattern(P2) variable in class:FixXrange
73 return self.p2.match(node.parent, results) and results["node"] is node
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 86 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
89 p2 = patcomp.compile_pattern(P2) variable in class:FixDict
107 return self.p2.match(node.parent, results) and results["node"] is node
fix_xrange.py 57 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
61 p2 = patcomp.compile_pattern(P2) variable in class:FixXrange
73 return self.p2.match(node.parent, results) and results["node"] is node
  /external/clang/test/Preprocessor/
microsoft-ext.c 13 #define GMOCK_INTERNAL_COUNT_AND_2_VALUE_PARAMS(p0, p1) P2
  /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 93 P2("print-callgraph", "Print a call graph");
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_unary.py 13 P2=path_graph(2)
  /development/perftests/panorama/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/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);

Completed in 1280 milliseconds

12 3 4 5 6