Home
last modified time | relevance | path

Searched defs:t4 (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/
Dconstructors_destructor_fn_imps.hpp79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in PB_DS_CLASS_NAME()
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in PB_DS_CLASS_NAME()
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in PB_DS_CLASS_NAME()
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in PB_DS_CLASS_NAME()
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) in PB_DS_CLASS_NAME()
/freebsd-10-stable/sys/compat/svr4/
Dsvr4_termios.c72 #define undefined_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) /**/ argument
99 #define svr4_to_bsd_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \ argument
130 #define bsd_to_svr4_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \ argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h171 #define AST_POLYMORPHIC_SUPPORTED_TYPES_4(t1, t2, t3, t4) \ argument
173 #define AST_POLYMORPHIC_SUPPORTED_TYPES_5(t1, t2, t3, t4, t5) \ argument
/freebsd-10-stable/crypto/openssh/regress/
DMakefile139 t4: target
/freebsd-10-stable/sys/contrib/octeon-sdk/
Dcvmx-compactflash.c260 int t4; in cvmx_compactflash_set_piomode() local
/freebsd-10-stable/sys/mips/include/
Dregdef.h66 #define t4 $12 macro
Dframe.h65 register_t t4; member
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DAlignOf.h175 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; variable
/freebsd-10-stable/crypto/openssl/crypto/ec/
Dec2_mult.c177 BIGNUM *t3, *t4, *t5; in gf2m_Mxy() local
/freebsd-10-stable/lib/msun/src/
De_lgammaf_r.c50 t4 = 6.46013096e-02, /* 0x3d844db1 */ variable
De_lgamma_r.c115 t4 = 1.79706750811820387126e-02, /* 0x3F9266E7, 0x970AF9EC */ variable
/freebsd-10-stable/crypto/openssl/crypto/bn/
Dbn_mont.c260 BN_ULONG t1, t2, t3, t4; in BN_from_montgomery_word() local
/freebsd-10-stable/contrib/ntp/ntpd/
Dntpsim.c271 double t1, t2, t3, t4; /* The four timestamps in the packet */ in simulate_server() local
Dntp_util.c679 l_fp *t4, /* destination timestamp */ in record_raw_stats()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3854 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandExp() local
3870 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandExp() local
3892 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandExp() local
3970 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandLog() local
3995 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandLog() local
4064 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandLog2() local
4090 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandLog2() local
4160 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandLog10() local
4181 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandLog10() local
4228 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); in expandExp2() local
[all …]
/freebsd-10-stable/contrib/gcc/config/
Ddfp-bit.c233 uint32_t t1, t2, t3, t4; in __swap128() local
/freebsd-10-stable/contrib/gcc/
Dexpmed.c4075 rtx t1, t2, t3, t4; in expand_divmod() local
4268 rtx t1, t2, t3, t4; in expand_divmod() local
4356 rtx t1, t2, t3, t4; in expand_divmod() local
4392 rtx nsign, t1, t2, t3, t4; in expand_divmod() local
Dtree-complex.c983 tree t1, t2, t3, t4; in expand_complex_multiplication() local
Dtree.h3626 #define build3(c,t1,t2,t3,t4) build3_stat (c,t1,t2,t3,t4 MEM_STAT_INFO) argument
3629 #define build4(c,t1,t2,t3,t4,t5) build4_stat (c,t1,t2,t3,t4,t5 MEM_STAT_INFO) argument
3632 #define build5(c,t1,t2,t3,t4,t5,t6) build5_stat (c,t1,t2,t3,t4,t5,t6 MEM_STAT_INFO) argument
3635 #define build7(c,t1,t2,t3,t4,t5,t6,t7,t8) \ argument
4307 #define fold_build3(c,t1,t2,t3,t4) fold_build3_stat (c, t1, t2, t3, t4 MEM_STAT_INFO) argument
Dtree-data-ref.c2793 tree t4 = chrec_convert (integer_type_node, *overlaps_b, NULL_TREE); in compute_overlap_steps_for_affine_1_2() local
/freebsd-10-stable/lib/msun/ld128/
De_lgammal_r.c76 t4 = 6.46249402389127526561003464202671923e-02L, variable
/freebsd-10-stable/lib/msun/ld80/
De_lgammal_r.c107 #define t4 (t4u.e) macro
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dhashtab.c247 hashval_t t1, t2, t3, t4, q, r; in htab_mod_1() local
/freebsd-10-stable/contrib/binutils/libiberty/
Dhashtab.c247 hashval_t t1, t2, t3, t4, q, r; in htab_mod_1() local
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4.h487 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, in t4_ring_sq_db()
520 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, u8 t4, u8 len16, in t4_ring_rq_db()

12