/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
mathmodule.c | 461 double x2, a, da, p, p_last, q, q_last, b, result;
local 470 p = 1.0; p_last = 0.0;
477 temp = p; p = b*p - a*p_last; p_last = temp;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
mathmodule.c | 461 double x2, a, da, p, p_last, q, q_last, b, result;
local 470 p = 1.0; p_last = 0.0;
477 temp = p; p = b*p - a*p_last; p_last = temp;
[all...] |
/external/python/cpython2/Modules/ |
mathmodule.c | 460 double x2, a, da, p, p_last, q, q_last, b, result; local 469 p = 1.0; p_last = 0.0; 476 temp = p; p = b*p - a*p_last; p_last = temp; [all...] |
/system/nfc/halimpl/bcm2079x/gki/common/ |
gki.h | 326 TIMER_LIST_ENT* p_last; member in struct:__anon114624 335 void* p_last; member in struct:__anon114625
|
gki_common.h | 78 BUFFER_HDR_T* p_last; /* last buffer in the queue */ member in struct:_free_queue
|
/system/nfc/src/gki/common/ |
gki.h | 322 TIMER_LIST_ENT* p_last; member in struct:__anon114654 331 void* p_last; member in struct:__anon114655
|
gki_common.h | 66 BUFFER_HDR_T* p_last; /* last buffer in the queue */ member in struct:_free_queue
|
/system/nfc/src/nfc/nfc/ |
nfc_ncif.cc | 1525 NFC_HDR* p_last; local [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 669 FT_Int p_last = 0; local 715 p_last = first; 720 p_last = -1; 750 p_last = last; 782 p_last = last; 787 p_last = last; 800 best_on_point_last = p_last; [all...] |