Home
last modified time | relevance | path

Searched refs:t_l (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Ddns.h241 register uint32_t t_l; \
243 t_l = (uint32_t)*t_cp++ << 24; \
244 t_l |= (uint32_t)*t_cp++ << 16; \
245 t_l |= (uint32_t)*t_cp++ << 8; \
246 t_l |= (uint32_t)*t_cp++; \
247 (l) = t_l; \
260 register uint32_t t_l = (uint32_t)(l); \
262 *t_cp++ = t_l >> 24; \
263 *t_cp++ = t_l >> 16; \
264 *t_cp++ = t_l >> 8; \
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-dot/
H A Dtestgen_aux.c240 double t_l, t_t, t1_l, t1_t, t2_l, t2_t; in z_ddmuld() local
244 ddadd(t1_l, t1_t, t2_l, t2_t, &t_l, &t_t); in z_ddmuld()
245 ddc_l[0] = t_l; in z_ddmuld()
250 ddadd(t1_l, t1_t, t2_l, t2_t, &t_l, &t_t); in z_ddmuld()
251 ddc_l[1] = t_l; in z_ddmuld()
266 double t_l[2], t_t[2]; in z_dddivd() local
272 ddmuld(d_l, d_t, d_l, &t_l[0], &t_t[0]); in z_dddivd()
275 ddmuld(d_l, d_t, d_l, &t_l[1], &t_t[1]); in z_dddivd()
276 ddadd(t_l[0], t_t[0], t_l[1], t_t[1], &d_l, &d_t); in z_dddivd()
280 z_ddmuld(dda_l, dda_t, db_conj, t_l, t_t); in z_dddivd()
[all …]
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/include/
H A Dreslib.h42 uint32_t t_l = (uint32_t)(l); \
44 *t_cp++ = t_l >> 24; \
45 *t_cp++ = t_l >> 16; \
46 *t_cp++ = t_l >> 8; \
47 *t_cp = t_l; \
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddns-protocol.h113 uint32_t t_l = (uint32_t)(l); \
115 *t_cp++ = t_l >> 24; \
116 *t_cp++ = t_l >> 16; \
117 *t_cp++ = t_l >> 8; \
118 *t_cp = t_l; \
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/dns/
H A Devloop_reslib.h98 uint32_t t_l = (uint32_t) (l); \
100 *t_cp++ = t_l >> 24; \
101 *t_cp++ = t_l >> 16; \
102 *t_cp++ = t_l >> 8; \
103 *t_cp = t_l; \
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dircd_reslib.h48 uint32_t t_l = (uint32_t)(l); \
50 *t_cp++ = t_l >> 24; \
51 *t_cp++ = t_l >> 16; \
52 *t_cp++ = t_l >> 8; \
53 *t_cp = t_l; \
/dports/irc/atheme-services/atheme-7.2.9/libmowgli-2/src/libmowgli/dns/
H A Devloop_reslib.h98 uint32_t t_l = (uint32_t) (l); \
100 *t_cp++ = t_l >> 24; \
101 *t_cp++ = t_l >> 16; \
102 *t_cp++ = t_l >> 8; \
103 *t_cp = t_l; \
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/resolver/
H A Dreslib.h100 uint32_t t_l = (uint32_t)(l); \
102 *t_cp++ = t_l >> 24; \
103 *t_cp++ = t_l >> 16; \
104 *t_cp++ = t_l >> 8; \
105 *t_cp = t_l; \
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/resolver/
H A Dreslib.h100 uint32_t t_l = (uint32_t)(l); \
102 *t_cp++ = t_l >> 24; \
103 *t_cp++ = t_l >> 16; \
104 *t_cp++ = t_l >> 8; \
105 *t_cp = t_l; \
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Dreslib.h105 uint32_t t_l = (uint32_t)(l); \
107 *t_cp++ = t_l >> 24; \
108 *t_cp++ = t_l >> 16; \
109 *t_cp++ = t_l >> 8; \
110 *t_cp = t_l; \
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcolor.h1330 if((hue > t_l + 0.4f && hue < t_r) && (chrom > 7.0f && chrom < (15.0f))) { in SkinSatCbdl()
1349 if((hue > t_l && hue < (t_r + H7)) && (chrom > 11.0f && chrom < (35.0f + C7))) { in SkinSatCbdl()
1357 if((hue > t_l && hue < (t_r + H4)) && (chrom > 13.0f && chrom < (37.0f + C4))) { in SkinSatCbdl()
1365 if((hue > t_l && hue < (t_r + H3)) && (chrom > 7.0f && chrom < (35.0f + C3) )) { in SkinSatCbdl()
1475 if(hue >= t_l && hue <= t_r) { in SkinSatCbdl2()
1477 } else if(hue > b_l && hue < t_l) { in SkinSatCbdl2()
1479 float aa = (1.f - sc) / (b_l - t_l); in SkinSatCbdl2()
1525 if((hue > t_l + 0.4f && hue < t_r) && (chrom > 7.0f && chrom < (15.0f))) { in SkinSatCbdlCam()
1544 if((hue > t_l && hue < (t_r + H7)) && (chrom > 11.0f && chrom < (35.0f + C7))) { in SkinSatCbdlCam()
1552 if((hue > t_l && hue < (t_r + H4)) && (chrom > 13.0f && chrom < (37.0f + C4))) { in SkinSatCbdlCam()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcolor.h1498 if((hue > t_l + 0.4f && hue < t_r) && (chrom > 7.0f && chrom < (15.0f))) { in SkinSatCbdl()
1517 if((hue > t_l && hue < (t_r + H7)) && (chrom > 11.0f && chrom < (35.0f + C7))) { in SkinSatCbdl()
1525 if((hue > t_l && hue < (t_r + H4)) && (chrom > 13.0f && chrom < (37.0f + C4))) { in SkinSatCbdl()
1533 if((hue > t_l && hue < (t_r + H3)) && (chrom > 7.0f && chrom < (35.0f + C3) )) { in SkinSatCbdl()
1643 if(hue >= t_l && hue <= t_r) { in SkinSatCbdl2()
1645 } else if(hue > b_l && hue < t_l) { in SkinSatCbdl2()
1647 float aa = (1.f - sc) / (b_l - t_l); in SkinSatCbdl2()
1693 if((hue > t_l + 0.4f && hue < t_r) && (chrom > 7.0f && chrom < (15.0f))) { in SkinSatCbdlCam()
1712 if((hue > t_l && hue < (t_r + H7)) && (chrom > 11.0f && chrom < (35.0f + C7))) { in SkinSatCbdlCam()
1720 if((hue > t_l && hue < (t_r + H4)) && (chrom > 13.0f && chrom < (37.0f + C4))) { in SkinSatCbdlCam()
[all …]
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dnameser_def.h323 register u_int32_t t_l = (u_int32_t)(l); \
325 *t_cp++ = t_l >> 24; \
326 *t_cp++ = t_l >> 16; \
327 *t_cp++ = t_l >> 8; \
328 *t_cp = t_l; \
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/
H A Dultrasp7.c21 double s2,s_l,t_l; in __ieee754_pow() local
31 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
37 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
38 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/
H A Dultrasp7.c21 double s2,s_l,t_l; in __ieee754_pow() local
31 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
37 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
38 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; in __ieee754_pow() local
33 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
39 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
40 v = s_l*t_h+t_l*s; in __ieee754_pow()

12345678910>>...14