Home
last modified time | relevance | path

Searched defs:Exp (Results 1 – 25 of 149) sorted by relevance

123456

/external/libcxx/test/std/containers/sequences/array/array.tuple/
Dtuple_element.pass.cpp21 typedef T Exp; in test() typedef
28 typedef T const Exp; in test() typedef
35 typedef T volatile Exp; in test() typedef
42 typedef T const volatile Exp; in test() typedef
/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/array.tuple/
Dtuple_element.pass.cpp22 typedef T Exp; in test() typedef
29 typedef T const Exp; in test() typedef
36 typedef T volatile Exp; in test() typedef
43 typedef T const volatile Exp; in test() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp298 SMTExprRef newExprRef(const SMTExpr &Exp) { in newExprRef()
312 SMTSortRef getSort(const SMTExprRef &Exp) override { in getSort()
333 SMTExprRef mkBVNeg(const SMTExprRef &Exp) override { in mkBVNeg()
338 SMTExprRef mkBVNot(const SMTExprRef &Exp) override { in mkBVNot()
343 SMTExprRef mkNot(const SMTExprRef &Exp) override { in mkNot()
490 SMTExprRef mkFPNeg(const SMTExprRef &Exp) override { in mkFPNeg()
495 SMTExprRef mkFPIsInfinite(const SMTExprRef &Exp) override { in mkFPIsInfinite()
500 SMTExprRef mkFPIsNaN(const SMTExprRef &Exp) override { in mkFPIsNaN()
505 SMTExprRef mkFPIsNormal(const SMTExprRef &Exp) override { in mkFPIsNormal()
510 SMTExprRef mkFPIsZero(const SMTExprRef &Exp) override { in mkFPIsZero()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DZ3Solver.cpp301 SMTExprRef newExprRef(const SMTExpr &Exp) { in newExprRef()
315 SMTSortRef getSort(const SMTExprRef &Exp) override { in getSort()
336 SMTExprRef mkBVNeg(const SMTExprRef &Exp) override { in mkBVNeg()
341 SMTExprRef mkBVNot(const SMTExprRef &Exp) override { in mkBVNot()
346 SMTExprRef mkNot(const SMTExprRef &Exp) override { in mkNot()
493 SMTExprRef mkFPNeg(const SMTExprRef &Exp) override { in mkFPNeg()
498 SMTExprRef mkFPIsInfinite(const SMTExprRef &Exp) override { in mkFPIsInfinite()
503 SMTExprRef mkFPIsNaN(const SMTExprRef &Exp) override { in mkFPIsNaN()
508 SMTExprRef mkFPIsNormal(const SMTExprRef &Exp) override { in mkFPIsNormal()
513 SMTExprRef mkFPIsZero(const SMTExprRef &Exp) override { in mkFPIsZero()
[all …]
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Dmath.cc57 struct Exp : public SqlFunction { struct
58 static base::Status Run(Context*, in Run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp654 const MCExpr *Exp = in EmitInstruction() local
697 const MCExpr *Exp = in EmitInstruction() local
709 const MCExpr *Exp = in EmitInstruction() local
757 const MCExpr *Exp = in EmitInstruction() local
786 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in EmitInstruction() local
816 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in EmitInstruction() local
850 const MCExpr *Exp = in EmitInstruction() local
892 const MCExpr *Exp = in EmitInstruction() local
914 const MCExpr *Exp = in EmitInstruction() local
947 const MCExpr *Exp = MCSymbolRefExpr::create( in EmitInstruction() local
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp543 const MCExpr *Exp = in EmitInstruction() local
588 const MCExpr *Exp = in EmitInstruction() local
595 const MCExpr *Exp = in EmitInstruction() local
633 const MCExpr *Exp = in EmitInstruction() local
674 const MCExpr *Exp = in EmitInstruction() local
717 const MCExpr *Exp = in EmitInstruction() local
748 const MCExpr *Exp = in EmitInstruction() local
781 const MCExpr *Exp = in EmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DError.h23 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &Exp) { in TakeExpected()
27 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &&Exp) { in TakeExpected()
DSupportHelpers.h33 Expected<T> &Exp; member
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h84 LExpr *Exp; variable
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp814 const MCExpr *Exp = in emitInstruction() local
855 const MCExpr *Exp = in emitInstruction() local
869 const MCExpr *Exp = in emitInstruction() local
915 const MCExpr *Exp = in emitInstruction() local
949 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, VKExpr, OutContext); in emitInstruction() local
984 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local
1016 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local
1049 const MCExpr *Exp = in emitInstruction() local
1090 const MCExpr *Exp = in emitInstruction() local
1112 const MCExpr *Exp = in emitInstruction() local
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dexp.h27 inline void Exp(const T* input_data, const size_t num_elements, in Exp() function
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/
DExp.java32 public class Exp implements UnivariateDifferentiableFunction, DifferentiableUnivariateFunction { class
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Testing/Support/
DError.h22 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &Exp) { in TakeExpected()
26 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &&Exp) { in TakeExpected()
/external/clang/lib/Analysis/
DThreadSafety.cpp357 const Expr *Exp; // The expression for this variable, OR member
446 const Expr *Exp = VarDefinitions[i].Exp; in dump() local
486 Context addDefinition(const NamedDecl *D, const Expr *Exp, Context Ctx) { in addDefinition()
504 Context updateDefinition(const NamedDecl *D, Expr *Exp, Context Ctx) { in updateDefinition()
1089 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl()
1251 Expr *Exp, const NamedDecl *D, in getMutexIDs()
1284 Expr *Exp, const NamedDecl *D, in getMutexIDs()
1405 CallExpr *Exp = in getEdgeLockset() local
1501 void BuildLockset::warnIfMutexNotHeld(const NamedDecl *D, const Expr *Exp, in warnIfMutexNotHeld()
1564 void BuildLockset::warnIfMutexHeld(const NamedDecl *D, const Expr *Exp, in warnIfMutexHeld()
[all …]
/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256.cpp72 int32_t CBC_ReedSolomonGF256::Exp(int32_t a) { in Exp() function in CBC_ReedSolomonGF256
/external/clang/lib/ARCMigrate/
DTransARCAssign.cpp42 bool VisitBinaryOperator(BinaryOperator *Exp) { in VisitBinaryOperator()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h659 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local
681 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local
707 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local
735 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h634 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local
655 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local
681 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local
709 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h648 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local
669 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local
707 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local
735 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local
/external/rnnoise/src/
Ddenoise.c311 … float *Ex, float *Ep, float *Exp, float *features, const float *in) { in compute_frame_features()
423 const float *Exp, const float *g) { in pitch_filter()
464 float Exp[NB_BANDS]; in rnnoise_process_frame() local
550 float Exp[NB_BANDS]; in main() local
/external/private-join-and-compute/private_join_and_compute/crypto/
Delgamal.cc69 StatusOr<elgamal::Ciphertext> Exp(const elgamal::Ciphertext& ciphertext, in Exp() function
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h350 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local
372 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local
398 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local
426 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp140 const MCExpr *Exp = in EmitTTypeReference() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h348 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local
370 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local
396 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local
424 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local

123456