OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_part
(Results
1 - 5
of
5
) sorted by null
/external/tcpdump/
ntp.h
31
u_int32_t
int_part
;
member in struct:l_fixedpt
36
u_int16_t
int_part
;
member in struct:s_fixedpt
print-ntp.c
192
i = EXTRACT_16BITS(&sfp->
int_part
);
209
i = EXTRACT_32BITS(&lfp->
int_part
);
246
u = EXTRACT_32BITS(&lfp->
int_part
);
247
ou = EXTRACT_32BITS(&olfp->
int_part
);
268
} else { /*
int_part
is zero */
/external/arduino/hardware/arduino/cores/arduino/
Print.cpp
204
unsigned long
int_part
= (unsigned long)number;
local
205
double remainder = number - (double)
int_part
;
206
print(
int_part
);
/external/aac/libFDK/src/
fixpoint_math.cpp
637
INT
int_part
;
local
642
int_part
= exp_m >> exp_bits;
643
frac_part = exp_m - (FIXP_DBL)(
int_part
<< exp_bits);
648
int_part
= 0;
655
int_part
=
int_part
+ 1;
660
int_part
=
int_part
- 1;
680
*result_e =
int_part
+ 1;
/external/webrtc/src/modules/audio_processing/ns/
nsx_core.c
704
WebRtc_Word16
int_part
= 0;
local
[
all
...]
Completed in 634 milliseconds