/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_poly.h | 300 double d01,d02,d03,d12,d13,d23; local 314 d02=a0*A[6] -A[2]*A[4]; 340 C[9]= -(A[12]*d23-A[14]*d03+a15 *d02); 342 C[11]= -(A[12]*d12-A[13]*d02+A[14]*d01); 345 C[13]= (A[8]*d23-a10 *d03+A[11]*d02); 347 C[15]= (A[8]*d12-A[9]*d02+a10 *d01);
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 300 double d01,d02,d03,d12,d13,d23; local 314 d02=a0*A[6] -A[2]*A[4]; 340 C[9]= -(A[12]*d23-A[14]*d03+a15 *d02); 342 C[11]= -(A[12]*d12-A[13]*d02+A[14]*d01); 345 C[13]= (A[8]*d23-a10 *d03+A[11]*d02); 347 C[15]= (A[8]*d12-A[9]*d02+a10 *d01);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_grammar.py | 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef 222 d02() 223 d02(1) 224 d02(1, 2) 225 d02(*(1, 2)) 226 d02(1, *(2,)) 227 d02(1, **{'b':2}) 228 d02(**{'a': 1, 'b': 2})
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_grammar.py | 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef 222 d02() 223 d02(1) 224 d02(1, 2) 225 d02(*(1, 2)) 226 d02(1, *(2,)) 227 d02(1, **{'b':2}) 228 d02(**{'a': 1, 'b': 2})
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 224 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef 225 d02() 226 d02(1) 227 d02(1, 2) 228 d02(*(1, 2)) 229 d02(1, *(2,)) 230 d02(1, **{'b':2}) 231 d02(**{'a': 1, 'b': 2})
|
py3_test_grammar.py | 212 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef 213 d02() 214 d02(1) 215 d02(1, 2) 216 d02(*(1, 2)) 217 d02(1, *(2,)) 218 d02(1, **{'b':2}) 219 d02(**{'a': 1, 'b': 2})
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef 222 d02() 223 d02(1) 224 d02(1, 2) 225 d02(*(1, 2)) 226 d02(1, *(2,)) 227 d02(1, **{'b':2}) 228 d02(**{'a': 1, 'b': 2})
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 224 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef 225 d02() 226 d02(1) 227 d02(1, 2) 228 d02(*(1, 2)) 229 d02(1, *(2,)) 230 d02(1, **{'b':2}) 231 d02(**{'a': 1, 'b': 2})
|
py3_test_grammar.py | 212 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef 213 d02() 214 d02(1) 215 d02(1, 2) 216 d02(*(1, 2)) 217 d02(1, *(2,)) 218 d02(1, **{'b':2}) 219 d02(**{'a': 1, 'b': 2})
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef 222 d02() 223 d02(1) 224 d02(1, 2) 225 d02(*(1, 2)) 226 d02(1, *(2,)) 227 d02(1, **{'b':2}) 228 d02(**{'a': 1, 'b': 2})
|