/external/curl/tests/libtest/ |
lib518.c | 78 FILE *fpa[3]; local 83 fpa[i] = NULL; 86 fpa[i] = fopen(DEV_NULL, "r"); 87 if (fpa[i] == NULL) { 95 if (fpa[i] != NULL) 96 fclose(fpa[i]);
|
lib537.c | 79 FILE *fpa[3]; local 84 fpa[i] = NULL; 87 fpa[i] = fopen(DEV_NULL, "r"); 88 if (fpa[i] == NULL) { 96 if (fpa[i] != NULL) 97 fclose(fpa[i]);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicColorMatrix.cpp | 176 float fpa[4]; member in class:android::renderscript::RsdCpuScriptIntrinsicColorMatrix 238 if (fabs(fpa[0]) != 0.f) key.u.addMask |= 0x1; 239 if (fabs(fpa[1]) != 0.f) key.u.addMask |= 0x2; 240 if (fabs(fpa[2]) != 0.f) key.u.addMask |= 0x4; 241 if (fabs(fpa[3]) != 0.f) key.u.addMask |= 0x8; 753 tmpFpa[ct] = fpa[ct] * addMul + add; 754 //ALOGE("fpa %i %f %f", ct, fpa[ct], tmpFpa[ct * 4 + 0]); 758 ipa[ct] = (int)(fpa[ct] * 65536.f + 0.5f); 769 memcpy (fpa, data, sizeof(fpa)) [all...] |
/external/v8/test/unittests/compiler/mips/ |
instruction-selector-mips-unittest.cc | 610 const MachInst2 fpa = GetParam(); local 611 StreamBuilder m(this, fpa.machine_type, fpa.machine_type, fpa.machine_type); 612 m.Return((m.*fpa.constructor)(m.Parameter(0), m.Parameter(1))); 615 EXPECT_EQ(fpa.arch_opcode, s[0]->arch_opcode()); [all...] |
/external/v8/test/unittests/compiler/mips64/ |
instruction-selector-mips64-unittest.cc | 773 const MachInst2 fpa = GetParam(); local 774 StreamBuilder m(this, fpa.machine_type, fpa.machine_type, fpa.machine_type); 775 m.Return((m.*fpa.constructor)(m.Parameter(0), m.Parameter(1))); 778 EXPECT_EQ(fpa.arch_opcode, s[0]->arch_opcode()); [all...] |
/external/v8/test/unittests/compiler/arm64/ |
instruction-selector-arm64-unittest.cc | 2010 const MachInst2 fpa = GetParam(); local [all...] |