Home
last modified time | relevance | path

Searched refs:Poly (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp2f_1u.c11 static const float Poly[] = { variable
15 #define C0 v_f32 (Poly[0])
16 #define C1 v_f32 (Poly[1])
17 #define C2 v_f32 (Poly[2])
18 #define C3 v_f32 (Poly[3])
19 #define C4 v_f32 (Poly[4])
20 #define C5 v_f32 (Poly[5])
H A Dv_expf_1u.c11 static const float Poly[] = { variable
19 #define C0 v_f32 (Poly[0])
20 #define C1 v_f32 (Poly[1])
21 #define C2 v_f32 (Poly[2])
22 #define C3 v_f32 (Poly[3])
23 #define C4 v_f32 (Poly[4])
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dpolyml16 # Type: Poly/ML saved data
19 0 string POLYSAVE Poly/ML saved state
22 0 string POLYMODU Poly/ML saved module
H A Daudio470 44 string PTMF Poly Tracker PTM Module
/freebsd-14.2/crypto/openssl/doc/man7/
H A DEVP_MAC-Poly1305.pod54 The OpenSSL implementation of the Poly 1305 MAC corresponds to RFC 7539.
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h425 static void mergePolyMatchers(const PolyMatcher &Poly,
430 static void mergePolyMatchers(const PolyMatcher &Poly,
432 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
433 mergePolyMatchers(Poly, Out, typename TypeList::tail());
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp149 Poly, enumerator
192 bool isPoly() const { return Kind == Poly; } in isPoly()
747 T.Kind = Poly; in fromTypedefName()
818 Kind = Poly; in applyTypespec()
888 Kind = Poly; in applyModifiers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td585 list<Type> Poly = [u8, u16]; // Actually p8 and p16
H A Darm_mve.td130 let params = T.Poly, overrideKindLetter = "p" in {
502 let params = T.Poly, overrideKindLetter = "p" in {