HomeSort by relevance Sort by last modified time
    Searched refs:fpa (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-mfpu-fpa.d 1 # name: attributes for -mfpu=fpa
3 # as: -mfpu=fpa
fp-save.d 4 #as: -mfpu=fpa
group-reloc-ldc-parsing-bad.s 35 .fpu fpa
float.d 2 # as: -mcpu=arm7tdmi -mfpu=fpa
group-reloc-ldc-encoding-bad.s 55 .fpu fpa
group-reloc-ldc.s 50 .fpu fpa
fpa-dyadic.d 2 #name: FPA Dyadic instructions
3 #as: -mfpu=fpa -mcpu=arm7m
5 # Test FPA Dyadic instructions
fpa-monadic.d 2 #name: FPA Monadic instructions
3 #as: -mfpu=fpa -mcpu=arm7m
5 # Test FPA Monadic instructions
  /external/curl/tests/libtest/
lib518.c 79 FILE *fpa[3]; local
84 fpa[i] = NULL;
87 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT);
88 if(fpa[i] == NULL) {
96 if(fpa[i] != NULL)
97 fclose(fpa[i]);
lib537.c 80 FILE *fpa[3]; local
85 fpa[i] = NULL;
88 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT);
89 if(fpa[i] == NULL) {
97 if(fpa[i] != NULL)
98 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 2235 const MachInst2 fpa = GetParam(); local
    [all...]

Completed in 479 milliseconds