HomeSort by relevance Sort by last modified time
    Searched refs:F4 (Results 101 - 125 of 316) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
sh-mem.c 17 typedef float F4;
213 DO(4, F4, U4, /*isF4*/1);
  /art/runtime/arch/mips/
registers_mips.h 75 F4 = 4,
  /art/runtime/arch/mips64/
registers_mips64.h 76 F4 = 4,
context_mips64.cc 90 fprs_[F4] = nullptr;
  /external/llvm/unittests/Support/
Casting.cpp 115 const foo *F4 = cast<foo>(B2);
116 EXPECT_NE(F4, null_foo);
149 // foo *F4 = dyn_cast<foo>(fub());
150 // EXPECT_EQ(F4, null_foo);
162 foo *F4 = dyn_cast_or_null<foo>(fub());
163 EXPECT_EQ(F4, null_foo);
  /external/vboot_reference/utility/
dev_make_keypair 51 openssl genrsa -F4 -out "${base}_${len}.pem" $len
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 118 Float4 f4 = new Float4(); local
119 f4.x = 1.0f;
120 f4.y = 2.0f;
121 f4.x = 3.0f;
122 f4.w = 4.0f;
123 f4 = new Float4(1.0f, 2.0f, 3.0f, 4.0f);
124 assertTrue(f4.x == 1.0f);
125 assertTrue(f4.y == 2.0f);
126 assertTrue(f4.z == 3.0f);
127 assertTrue(f4.w == 4.0f)
    [all...]
  /external/cblas/testing/
c_cblat3.f 403 $ 7( '(', F4.1, ',', F4.1, ') ', : ) )
405 $ 7( '(', F4.1, ',', F4.1, ') ', : ) )
711 $ 3( I3, ',' ), '(', F4.1, ',', F4.1, '), A,', I3, ', B,', I3,
712 $ ',(', F4.1, ',', F4.1, '), C,', I3, ').' )
751 9994 FORMAT( 10X, 3( I3, ',' ) ,' (', F4.1,',',F4.1,') , A,'
    [all...]
c_zblat3.f 404 $ 7( '(', F4.1, ',', F4.1, ') ', : ) )
406 $ 7( '(', F4.1, ',', F4.1, ') ', : ) )
712 $ 3( I3, ',' ), '(', F4.1, ',', F4.1, '), A,', I3, ', B,', I3,
713 $ ',(', F4.1, ',', F4.1, '), C,', I3, ').' )
752 9994 FORMAT( 10X, 3( I3, ',' ) ,' (', F4.1,',',F4.1,') , A,'
    [all...]
c_cblat2.f 441 $ 7('(', F4.1, ',', F4.1, ') ', : ) )
443 $ 7('(', F4.1, ',', F4.1, ') ', : ) )
806 $ F4.1, ',', F4.1, '), A,',/ 10x, I3, ', X,', I2, ',(',
807 $ F4.1, ',', F4.1, '), Y,', I2, ') .' )
809 $ F4.1, ',', F4.1, '), A,',/ 10x, I3, ', X,', I2, ',('
    [all...]
c_zblat2.f 441 $ 7('(', F4.1, ',', F4.1, ') ', : ) )
443 $ 7('(', F4.1, ',', F4.1, ') ', : ) )
807 $ F4.1, ',', F4.1, '), A,',/ 10x, I3, ', X,', I2, ',(',
808 $ F4.1, ',', F4.1, '), Y,', I2, ') .' )
810 $ F4.1, ',', F4.1, '), A,',/ 10x, I3, ', X,', I2, ',('
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
opGen.go     [all...]
  /external/clang/test/Parser/
cxx-class.cpp 94 typedef void F4() {} // expected-error{{function definition declared 'typedef'}}
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 35 case R4 : case X4 : case F4 : case V4 : case CR4: case CR1LT: return 4;
  /external/v8/src/x64/
sse-instr.h 30 V(pmuludq, 66, 0F, F4) \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
registers.s 58 ldf F0,F4
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.h 66 #define F4 IA64_OPND_F4
  /device/lge/bullhead/nfc/
libnfc-nxp.conf 95 # A0, 0D, 06, 06, 42, 00, 03, F2, F4, RF_CLIF_CFG_TARGET CLIF_ANA_TX_AMPLITUDE_REG
115 A0, 0D, 06, 04, 35, F4, 02, FF, 03,
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 85 func F4() float32 { return 0 }
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 85 func F4() float32 { return 0 }
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 112 OwningPtr<Function> F4(makeFakeFunction());
114 uint8_t *FunctionBody4 = MemMgr->startFunctionBody(F4.get(), size);
117 MemMgr->endFunctionBody(F4.get(), FunctionBody4,
  /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
common.sh 65 openssl genrsa -F4 -out "${base}_${len}.pem" $len
  /external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/files/
common.sh 65 openssl genrsa -F4 -out "${base}_${len}.pem" $len
  /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/
common.sh 65 openssl genrsa -F4 -out "${base}_${len}.pem" $len

Completed in 835 milliseconds

1 2 3 45 6 7 8 91011>>