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:aBits
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkPathOpsTypes.cpp
23
int
aBits
= SkFloatAs2sCompliment(a);
in equal_ulps()
local
26
return
aBits
< bBits + epsilon && bBits <
aBits
+ epsilon;
in equal_ulps()
30
int
aBits
= SkFloatAs2sCompliment(a);
in equal_ulps_no_normal_check()
local
33
return
aBits
< bBits + epsilon && bBits <
aBits
+ epsilon;
in equal_ulps_no_normal_check()
43
int
aBits
= SkFloatAs2sCompliment(a);
in equal_ulps_pin()
local
46
return
aBits
< bBits + epsilon && bBits <
aBits
+ epsilon;
in equal_ulps_pin()
50
int
aBits
in d_equal_ulps()
local
60
int
aBits
= SkFloatAs2sCompliment(a);
not_equal_ulps()
local
73
int
aBits
= SkFloatAs2sCompliment(a);
not_equal_ulps_pin()
local
80
int
aBits
= SkFloatAs2sCompliment(a);
d_not_equal_ulps()
local
90
int
aBits
= SkFloatAs2sCompliment(a);
less_ulps()
local
100
int
aBits
= SkFloatAs2sCompliment(a);
less_or_equal_ulps()
local
[all...]
/third_party/popt/tests/
H
A
D
test1.c
42
static void *
aBits
= NULL;
variable
128
{ "bits", '\0', POPT_ARG_BITSET|POPT_ARGFLAG_DOC_HIDDEN, &
aBits
, 0,
181
if (
aBits
)
in resetVars()
182
(void) poptBitsClr(
aBits
);
in resetVars()
267
if (
aBits
) {
in main()
270
fprintf(stdout, "
aBits
:");
in main()
272
if (!poptBitsChk(
aBits
, attributes[i]))
in main()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderPackingFunctionTests.cpp
49
const deUint32
aBits
= tcu::Float32(a).bits();
in getUlpDiff()
local
51
return
aBits
> bBits ?
aBits
- bBits : bBits -
aBits
;
in getUlpDiff()
H
A
D
es3fShaderCommonFunctionTests.cpp
95
const deUint32
aBits
= tcu::Float32(a).bits();
in getUlpDiff()
local
97
return
aBits
> bBits ?
aBits
- bBits : bBits -
aBits
;
in getUlpDiff()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktShaderCommonFunctionTests.cpp
98
const deUint32
aBits
= tcu::Float32(a).bits();
in getUlpDiff()
local
100
return
aBits
> bBits ?
aBits
- bBits : bBits -
aBits
;
in getUlpDiff()
H
A
D
vktShaderPackingFunctionTests.cpp
52
const deUint32
aBits
= tcu::Float32(a).bits();
in getUlpDiff()
local
54
return
aBits
> bBits ?
aBits
- bBits : bBits -
aBits
;
in getUlpDiff()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderCommonFunctionTests.cpp
98
const deUint32
aBits
= tcu::Float32(a).bits();
in getUlpDiff()
local
100
return
aBits
> bBits ?
aBits
- bBits : bBits -
aBits
;
in getUlpDiff()
H
A
D
vktShaderPackingFunctionTests.cpp
52
const deUint32
aBits
= tcu::Float32(a).bits();
in getUlpDiff()
local
54
return
aBits
> bBits ?
aBits
- bBits : bBits -
aBits
;
in getUlpDiff()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
glx_api.c
299
int
aBits
;
in default_alpha_bits()
local
302
aBits
= atoi(aEnv);
in default_alpha_bits()
304
aBits
= 0;
in default_alpha_bits()
305
return
aBits
;
in default_alpha_bits()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fShaderPackingFunctionTests.cpp
49
const deUint32
aBits
= tcu::Float32(a).bits();
in getUlpDiff()
local
51
return
aBits
> bBits ?
aBits
- bBits : bBits -
aBits
;
in getUlpDiff()
H
A
D
es31fShaderCommonFunctionTests.cpp
99
const deUint32
aBits
= tcu::Float32(a).bits();
in getUlpDiff()
local
101
return
aBits
> bBits ?
aBits
- bBits : bBits -
aBits
;
in getUlpDiff()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 47 milliseconds