/external/valgrind/none/tests/s390x/ |
srnm.c | 15 unsigned fpc; local 17 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 19 return fpc & 0x7;
|
srnmb.c | 24 unsigned fpc; local 26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 28 return fpc & 0x7;
|
srnmt.c | 24 unsigned fpc; local 26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 28 return (fpc & 0x70) >> 4;
|
rounding-2.c | 6 /* Basic test that we can set the rounding mode in the FPC and 19 unsigned fpc; local 21 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 23 return fpc & 0x7;
|
rounding-3.c | 8 /* Test "convert to fixed" with "per fpc" rounding. 22 unsigned fpc; local 24 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc)); 26 return fpc & 0x7;
|
test_sig.c | 61 int fpc; local 62 _FPU_GETCW(fpc); 63 printf("fpc= %d\n", fpc);
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
p1.cpp | 41 void fpc(concept int i) {} // expected-error {{'concept' can only appear on the definition of a function template or variable template}} function
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nvfx_fragprog.c | 48 temp(struct nvfx_fpc *fpc) 50 int idx = __builtin_ctzll(~fpc->r_temps); 52 if (idx >= fpc->max_temps) { 57 fpc->r_temps |= (1ULL << idx); 58 fpc->r_temps_discard |= (1ULL << idx); 63 release_temps(struct nvfx_fpc *fpc) 65 fpc->r_temps &= ~fpc->r_temps_discard; 66 fpc->r_temps_discard = 0ULL; 70 nvfx_fp_imm(struct nvfx_fpc *fpc, float a, float b, float c, float d 1093 struct nvfx_fpc *fpc = NULL; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
import.c | 970 FILE *fpc;
local 996 (fpc = check_compiled_module(pathname, st.st_mtime, cpathname))) {
997 co = read_compiled_module(cpathname, fpc);
998 fclose(fpc);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
import.c | 1039 FILE *fpc;
local 1075 (fpc = check_compiled_module(pathname, mtime, cpathname))) {
1076 co = read_compiled_module(cpathname, fpc);
1077 fclose(fpc);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
import.c | 970 FILE *fpc;
local 996 (fpc = check_compiled_module(pathname, st.st_mtime, cpathname))) {
997 co = read_compiled_module(cpathname, fpc);
998 fclose(fpc);
[all...] |
/external/python/cpython2/Python/ |
import.c | 1057 FILE *fpc; local 1093 (fpc = check_compiled_module(pathname, mtime, cpathname))) { 1094 co = read_compiled_module(cpathname, fpc); 1095 fclose(fpc); [all...] |
/bionic/libc/kernel/uapi/linux/ |
omap3isp.h | 227 struct omap3isp_ccdc_fpc __user * fpc; member in struct:omap3isp_ccdc_update_config
|
/external/kernel-headers/original/uapi/linux/ |
omap3isp.h | 364 * @fpcaddr: Memory address of the FPC Table 404 * @fpc: Number of faulty pixels corrected in the frame, address of FPC table. 414 struct omap3isp_ccdc_fpc __user *fpc; member in struct:omap3isp_ccdc_update_config
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
omap3isp.h | 362 * @fpcaddr: Memory address of the FPC Table 402 * @fpc: Number of faulty pixels corrected in the frame, address of FPC table. 412 struct omap3isp_ccdc_fpc *fpc; member in struct:omap3isp_ccdc_update_config
|
/external/valgrind/include/vki/ |
vki-s390x-linux.h | 119 unsigned int fpc; member in struct:__anon42838 666 __vki_u32 fpc; member in struct:__anon42843
|