OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intpart
(Results
1 - 2
of
2
) sorted by null
/external/clearsilver/util/
snprintf.c
561
long
intpart
;
local
563
intpart
= value;
564
value = value -
intpart
;
566
intpart
++;
568
return
intpart
;
584
long
intpart
;
local
609
intpart
= ufvalue;
621
fracpart = round ((pow10 (max)) * (ufvalue -
intpart
));
625
intpart
++;
630
dprint (1, (debugfile, "fmtfp: %f =? %d.%d\n", fvalue,
intpart
, fracpart))
[
all
...]
/external/openssl/crypto/bio/
b_print.c
592
long
intpart
;
local
593
intpart
= (long) value;
594
value = value -
intpart
;
596
intpart
++;
597
return
intpart
;
620
long
intpart
;
local
634
intpart
= (long)ufvalue;
644
fracpart = roundv(pow_10(max) * (ufvalue -
intpart
));
647
intpart
++;
655
: "0123456789abcdef")[
intpart
% 10]
[
all
...]
Completed in 469 milliseconds