Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 7 of 7) sorted by relevance

/device/asus/fugu/libaudio/
DLinearTransform.cpp251 const T remainder = a % b; in reduce() local
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dbl1_plat_setup.c190 int64_t quotient, remainder, t; in rand() local
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c177 UINT32 remainder; in SecSetTimer() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h417 STRINGLIB_CHAR *remainder; in parse_number() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h417 STRINGLIB_CHAR *remainder; in parse_number() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c2155 set remainder; in MR_backTraceReport() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py5083 def remainder(self, a, b): member in Context