HomeSort by relevance Sort by last modified time
    Searched refs:AP (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /external/cblas/src/
cblas_chpmv.c 14 const void *alpha, const void *AP,
55 F77_chpmv(F77_UL, &F77_N, alpha, AP, X,
132 AP, x, &F77_incX, BETA, Y, &F77_incY);
cblas_zhpmv.c 14 const void *alpha, const void *AP,
55 F77_zhpmv(F77_UL, &F77_N, alpha, AP, X,
132 AP, x, &F77_incX, BETA, Y, &F77_incY);
  /external/cblas/testing/
c_cblas2.c 240 CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx,
243 CBLAS_TEST_COMPLEX *A, *AP;
250 cblas_chpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx,
255 AP = (CBLAS_TEST_COMPLEX* )malloc( (((LDA+1)*LDA)/2)*
260 A[ LDA*i+j ].real=ap[ k ].real;
261 A[ LDA*i+j ].imag=ap[ k ].imag;
265 AP[ k ].real=A[ LDA*i+j ].real;
266 AP[ k ].imag=A[ LDA*i+j ].imag;
272 A[ LDA*i+j ].real=ap[ k ].real;
273 A[ LDA*i+j ].imag=ap[ k ].imag
    [all...]
c_zblas2.c 240 CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx,
243 CBLAS_TEST_ZOMPLEX *A, *AP;
250 cblas_zhpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx,
255 AP = (CBLAS_TEST_ZOMPLEX* )malloc( (((LDA+1)*LDA)/2)*
260 A[ LDA*i+j ].real=ap[ k ].real;
261 A[ LDA*i+j ].imag=ap[ k ].imag;
265 AP[ k ].real=A[ LDA*i+j ].real;
266 AP[ k ].imag=A[ LDA*i+j ].imag;
272 A[ LDA*i+j ].real=ap[ k ].real;
273 A[ LDA*i+j ].imag=ap[ k ].imag
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 72 StackMaps::StackMaps(AsmPrinter &AP) : AP(AP) {
91 const TargetRegisterInfo *TRI = AP.MF->getSubtarget().getRegisterInfo();
97 auto &DL = AP.MF->getDataLayout();
161 AP.MF ? AP.MF->getSubtarget().getRegisterInfo() : nullptr;
242 const TargetRegisterInfo *TRI = AP.MF->getSubtarget().getRegisterInfo();
287 MCContext &OutContext = AP.OutStreamer->getContext();
289 AP.OutStreamer->EmitLabel(MILabel)
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Init16.asm 27 ; @param[out] DI 'AP' to indicate application processor
30 mov di, 'AP'
  /external/llvm/lib/Target/PowerPC/
PPC.h 49 AsmPrinter &AP, bool isDarwin);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 158 AsmPrinter *AP, unsigned LocCookie,
234 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
237 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
256 int AsmPrinterVariant, AsmPrinter *AP,
335 AP->PrintSpecial(MI, OS, Val.c_str());
402 Sym->print(OS, AP->MAI);
405 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
409 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
480 AsmPrinter *AP = const_cast<AsmPrinter*>(this);
483 AP, LocCookie, OS)
    [all...]
DwarfExpression.h 138 const AsmPrinter &AP;
143 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DIEHash.h 85 DIEHash(AsmPrinter *A = nullptr) : AP(A) {}
154 AsmPrinter *AP;
DwarfFile.cpp 21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA)
22 : Asm(AP), StrPool(DA, *Asm, Pref) {}
DwarfFile.h 66 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.permissions/
permissions.pass.cpp 85 const perms AP = perms::add_perms;
96 {file, perms::group_all | AP, perms::owner_all | perms::group_all},
101 {dir, perms::group_all | AP, perms::owner_all | perms::group_all},
106 {sym, perms::group_all | AP, perms::owner_all | perms::group_all},
110 {file, perms::group_all | AP | NF, perms::owner_all | perms::group_all},
111 {dir, perms::group_all | AP | NF, perms::owner_all | perms::group_all}
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 115 ARMAsmPrinter &AP) {
122 if (AP.lowerOperand(MO, MCOp))
  /external/autotest/server/cros/network/
rf_switch_ap_box.py 22 """Class to manage APs in an AP Box."""
26 """Constructor for the AP Box.
28 @param ap_box_host: AP Box AFE Host object."""
41 'AP Box %s does not have ap_box and/or rf_switch labels' %
47 """Returns a list of all APs in the AP Box.
49 @returns a list of autotest_lib.server.cros.AP objects.
64 aps.append(ap_config.AP(bss, ap_config_parser))
69 """Returns a list of all APs in the AP Box.
71 @returns a list of autotest_lib.server.cros.AP objects.
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_ap_iface_hidl_test.cpp 33 * Fixture to use for all AP Iface HIDL interface tests.
60 * Ensures that the correct interface type is returned for AP interface.
65 EXPECT_EQ(IfaceType::AP, status_and_type.second);
  /hardware/interfaces/wifi/1.1/default/
wifi_mode_controller.cpp 30 case IfaceType::AP:
wifi_ap_iface.cpp 82 return {createWifiStatus(WifiStatusCode::SUCCESS), IfaceType::AP};
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/Ia32/
MpAsm.asm 24 ; This lock only allows one AP to use the mTopOfApCommonStack stack at a time
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/X64/
MpAsm.asm 22 ; This lock only allows one AP to use the mTopOfApCommonStack stack at a time
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 165 StackMaps(AsmPrinter &AP);
210 AsmPrinter &AP;
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 108 ARMAsmPrinter &AP) {
143 if (AP.lowerOperand(MO, MCOp)) {
  /external/autotest/server/cros/
ap_config.py 27 Returns the list of AP's from the corresponding configuration file.
31 @returns a list of AP objects.
38 {AP.CONF_RPM_MANAGED: 'False'})
48 aps.append(AP(bss, ap_config))
53 """ Exception raised when AP fails to power on. """
57 """ Exception raised when AP instance does not exist in the config. """
60 class AP(object):
61 """ An instance of an ap defined in the chaos config file.
64 about an AP in the chaos lab, and control its power.
104 """@return string ssid for AP from config file""
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 60 MCInst &MCB, HexagonAsmPrinter &AP);
190 static MCSymbol *smallData(AsmPrinter &AP, const MachineInstr &MI,
217 Sym = AP.OutContext.getOrCreateSymbol(Twine(symbolName));
230 MOSymbol = AP.getSymbol(MO.getGlobal());
232 MOSymbol = AP.GetCPISymbol(MO.getIndex());
234 MOSymbol = AP.GetJTISymbol(MO.getIndex());
245 Sym = AP.OutContext.getOrCreateSymbol(Twine(LitaName));
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
HalDeviceManagerTest.java 320 * Validate creation of AP interface from blank start-up. The remove interface.
341 IfaceType.AP, // ifaceTypeToCreate
449 * Validate creation of AP interface when in STA mode - but with no interface created. Expect
471 IfaceType.AP, // ifaceTypeToCreate
492 * Validate creation of AP interface when in AP mode - but with no interface created. Expect
514 IfaceType.AP, // ifaceTypeToCreate
535 * Validate AP up/down creation of AP interface when a STA already created. Expect:
538 * - When AP requested
    [all...]

Completed in 807 milliseconds

1 23 4 5 6 7