Searched defs:two (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | s_tanh.c | 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
|
D | e_pow.c | 90 two = 2.0, variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 154 def f3(two, arguments): pass argument 155 def f4(two, (compound, (argument, list))): pass argument 156 def f5((compound, first), two): pass argument 171 def a2(two, args,): pass argument
|
D | py3_test_grammar.py | 167 def f3(two, arguments): pass argument 171 def a2(two, args,): pass argument
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_pow.c | 32 two = 2.0, variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_grammar.py | 149 def f3(two, arguments): pass argument 167 def a2(two, args,): pass argument
|