OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_l
(Results
1 - 10
of
10
) sorted by null
/external/dnsmasq/src/
nameser.h
361
u_int32_t
t_l
= (u_int32_t)(l); \
363
*t_cp++ =
t_l
>> 24; \
364
*t_cp++ =
t_l
>> 16; \
365
*t_cp++ =
t_l
>> 8; \
366
*t_cp =
t_l
; \
/external/tcpdump/
nameser.h
306
register u_int32_t
t_l
= (u_int32_t)(l); \
308
*t_cp++ =
t_l
>> 24; \
309
*t_cp++ =
t_l
>> 16; \
310
*t_cp++ =
t_l
>> 8; \
311
*t_cp =
t_l
; \
/bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c
207
double ss,s2,s_h,s_l,t_h,
t_l
;
local
230
t_l
= ax - (t_h-bp[k]);
231
s_l = v*((u-s_h*t_h)-s_h*
t_l
);
239
t_l
= r-((t_h-3.0)-s2);
242
v = s_l*t_h+
t_l
*ss;
e_powf.c
149
float s2,s_h,s_l,t_h,
t_l
;
local
173
t_l
= ax - (t_h-bp[k]);
174
s_l = v*((u-s_h*t_h)-s_h*
t_l
);
183
t_l
= r-((t_h-(float)3.0)-s2);
186
v = s_l*t_h+
t_l
*s;
/external/fdlibm/
e_pow.c
209
double ss,s2,s_h,s_l,t_h,
t_l
;
local
232
t_l
= ax - (t_h-bp[k]);
233
s_l = v*((u-s_h*t_h)-s_h*
t_l
);
241
t_l
= r-((t_h-3.0)-s2);
244
v = s_l*t_h+
t_l
*ss;
/external/qemu/distrib/sdl-1.2.15/src/video/
e_pow.h
199
double s2,s_h,s_l,t_h,
t_l
;
222
t_l
= ax - (t_h-bp[k]);
223
s_l = v*((u-s_h*t_h)-s_h*
t_l
);
231
t_l
= r-((t_h-3.0)-s2);
234
v = s_l*t_h+
t_l
*s;
/bionic/libc/private/
arpa_nameser.h
460
uint32_t
t_l
= (uint32_t)(l); \
462
*t_cp++ =
t_l
>> 24; \
463
*t_cp++ =
t_l
>> 16; \
464
*t_cp++ =
t_l
>> 8; \
465
*t_cp =
t_l
; \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h
461
register u_int32_t
t_l
= (u_int32_t)(l); \
463
*t_cp++ =
t_l
>> 24; \
464
*t_cp++ =
t_l
>> 16; \
465
*t_cp++ =
t_l
>> 8; \
466
*t_cp =
t_l
; \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h
461
register u_int32_t
t_l
= (u_int32_t)(l); \
463
*t_cp++ =
t_l
>> 24; \
464
*t_cp++ =
t_l
>> 16; \
465
*t_cp++ =
t_l
>> 8; \
466
*t_cp =
t_l
; \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h
461
register u_int32_t
t_l
= (u_int32_t)(l); \
463
*t_cp++ =
t_l
>> 24; \
464
*t_cp++ =
t_l
>> 16; \
465
*t_cp++ =
t_l
>> 8; \
466
*t_cp =
t_l
; \
Completed in 316 milliseconds