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
defs:d32
(Results
1 - 11
of
11
) sorted by relevance
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H
A
D
ieee.h
39
static float uint32_to_float(uint32_t
d32
) { return BitCast<float>(
d32
); }
in uint32_to_float()
argument
298
explicit Single(uint32_t
d32
) : d32_(
d32
) {}
in Single()
argument
323
uint32_t
d32
= AsUint32();
in Significand()
local
334
uint32_t
d32
= AsUint32();
in IsDenormal()
local
341
uint32_t
d32
= AsUint32();
IsSpecial()
local
346
uint32_t
d32
= AsUint32();
IsNan()
local
369
uint32_t
d32
= AsUint32();
IsInfinite()
local
375
uint32_t
d32
= AsUint32();
Sign()
local
[all...]
/third_party/icu/icu4c/source/i18n/
H
A
D
double-conversion-ieee.h
53
static float uint32_to_float(uint32_t
d32
) { return BitCast<float>(
d32
); }
in uint32_to_float()
argument
312
explicit Single(uint32_t
d32
) : d32_(
d32
) {}
in Single()
argument
337
uint32_t
d32
= AsUint32();
in Significand()
local
348
uint32_t
d32
= AsUint32();
in IsDenormal()
local
355
uint32_t
d32
= AsUint32();
IsSpecial()
local
360
uint32_t
d32
= AsUint32();
IsNan()
local
383
uint32_t
d32
= AsUint32();
IsInfinite()
local
389
uint32_t
d32
= AsUint32();
Sign()
local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H
A
D
double-conversion-ieee.h
53
static float uint32_to_float(uint32_t
d32
) { return BitCast<float>(
d32
); }
in uint32_to_float()
argument
312
explicit Single(uint32_t
d32
) : d32_(
d32
) {}
in Single()
argument
337
uint32_t
d32
= AsUint32();
in Significand()
local
348
uint32_t
d32
= AsUint32();
in IsDenormal()
local
355
uint32_t
d32
= AsUint32();
IsSpecial()
local
360
uint32_t
d32
= AsUint32();
IsNan()
local
383
uint32_t
d32
= AsUint32();
IsInfinite()
local
389
uint32_t
d32
= AsUint32();
Sign()
local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
double-conversion-ieee.h
53
static float uint32_to_float(uint32_t
d32
) { return BitCast<float>(
d32
); }
in uint32_to_float()
argument
299
explicit Single(uint32_t
d32
) : d32_(
d32
) {}
in Single()
argument
324
uint32_t
d32
= AsUint32();
in Significand()
local
335
uint32_t
d32
= AsUint32();
in IsDenormal()
local
342
uint32_t
d32
= AsUint32();
IsSpecial()
local
347
uint32_t
d32
= AsUint32();
IsNan()
local
362
uint32_t
d32
= AsUint32();
IsInfinite()
local
368
uint32_t
d32
= AsUint32();
Sign()
local
[all...]
/third_party/ffmpeg/libswscale/
H
A
D
yuv2rgb.c
501
const uint8_t *
d32
= ff_dither_8x8_32[yd & 7];
variable
531
const uint8_t *
d32
= ff_dither_8x8_32[yd & 7];
variable
542
const uint8_t *
d32
= ff_dither_8x8_32[yd & 7];
variable
H
A
D
output.c
1655
const uint8_t * const
d32
= ff_dither_8x8_32[y & 7];
in yuv2rgb_write()
local
/third_party/ffmpeg/libavutil/
H
A
D
imgutils.c
536
uint32_t *
d32
= (uint32_t *)dst;
in av_image_copy_to_buffer()
local
/third_party/elfutils/libdwfl/
H
A
D
dwfl_segment_report_module.c
834
Elf32_Dyn *
d32
= dyns;
in dwfl_segment_report_module()
local
/third_party/alsa-lib/include/
H
A
D
seq_event.h
290
unsigned int
d32
[2]; /**< any data */
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H
A
D
X86Disassembler.cpp
572
int32_t
d32
;
in readDisplacement()
local
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asequencer.h
260
unsigned int
d32
[2];
member
Completed in 18 milliseconds