Home
last modified time | relevance | path

Searched refs:wx (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfloatobject.c706 double vx, wx; in float_rem() local
709 CONVERT_TO_DOUBLE(w, wx); in float_rem()
711 if (wx == 0.0) { in float_rem()
718 mod = fmod(vx, wx); in float_rem()
721 if ((wx < 0) != (mod < 0)) { in float_rem()
722 mod += wx; in float_rem()
731 if (wx < 0.0) in float_rem()
741 double vx, wx; in float_divmod() local
744 CONVERT_TO_DOUBLE(w, wx); in float_divmod()
745 if (wx == 0.0) { in float_divmod()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfloatobject.c707 double vx, wx; in float_rem() local
710 CONVERT_TO_DOUBLE(w, wx); in float_rem()
712 if (wx == 0.0) { in float_rem()
719 mod = fmod(vx, wx); in float_rem()
722 if ((wx < 0) != (mod < 0)) { in float_rem()
723 mod += wx; in float_rem()
732 if (wx < 0.0) in float_rem()
742 double vx, wx; in float_divmod() local
745 CONVERT_TO_DOUBLE(w, wx); in float_divmod()
746 if (wx == 0.0) { in float_divmod()
[all …]
/device/google/contexthub/firmware/os/algos/
Dfusion.c276 struct Mat33 wx; in fusionPredict() local
277 matrixCross(&wx, &we, 0.0f); in fusionPredict()
280 mat33Multiply(&wx2, &wx, &wx); in fusionPredict()
322 struct Mat33 tmp = wx; in fusionPredict()
333 tmp = wx; in fusionPredict()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkIIWorkspace.py62 … self.Icon = wx.Icon(self.WorkspaceFile('tools/Python/TianoCoreOrgLogo.gif'), wx.BITMAP_TYPE_GIF)