Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:int_part
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H
A
D
duration.cc
745
int64_t
int_part
= d;
in AppendNumberUnit()
local
746
if (
int_part
!= 0 || frac_part != 0) {
in AppendNumberUnit()
747
char* bp = Format64(ep, 0,
int_part
); // always < 1000
in AppendNumberUnit()
806
// string and stores the result in *
int_part
/*frac_part/*frac_scale. The
808
bool ConsumeDurationNumber(const char** dpp, const char* ep, int64_t*
int_part
,
in ConsumeDurationNumber()
argument
810
*
int_part
= 0;
in ConsumeDurationNumber()
818
if (*
int_part
> kint64max / 10) return false;
in ConsumeDurationNumber()
819
*
int_part
*= 10;
in ConsumeDurationNumber()
820
if (*
int_part
> kint64max - d) return false;
in ConsumeDurationNumber()
821
*
int_part
in ConsumeDurationNumber()
926
int64_t
int_part
;
ParseDuration()
local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
sfdriver.c
673
FT_Int
int_part
;
in fixed2float()
local
693
int_part
= ( fixed >> 16 ) & 0xFFFF;
in fixed2float()
698
while (
int_part
> 0 )
in fixed2float()
700
*q++ = '0' +
int_part
% 10;
in fixed2float()
701
int_part
/= 10;
in fixed2float()
/third_party/ffmpeg/libavcodec/
H
A
D
amrwbdec.c
843
int
int_part
= 0, frac_part;
in upsample_5_4()
local
847
out[i] = in[
int_part
];
in upsample_5_4()
852
out[i] = ctx->dot_productf(in0 +
int_part
,
in upsample_5_4()
855
int_part
++;
in upsample_5_4()
Completed in 6 milliseconds