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:midpoint
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/src/gpu/tessellate/
H
A
D
PatchWriter.cpp
88
float2
midpoint
= abc.xy() / abc.w();
in chopAndWriteConics()
local
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H
A
D
sieve.cpp
85
double
midpoint
(double *times, double i, int n) {
in midpoint()
function
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuInterval.hpp
168
double
midpoint
(void) const
in midpoint()
function in tcu::Interval
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
a2dp-codec-sbc.c
278
size_t
midpoint
= (upper_bound + lower_bound) / 2;
in sbc_get_max_bitpool_below_rate()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H
A
D
duration_test.cc
1427
double
midpoint
= low_edge + (high_edge - low_edge) / 2;
in TEST()
local
/third_party/mesa3d/src/mesa/main/
H
A
D
texcompress_bptc_tmp.h
1209
int
midpoint
;
in get_rgba_endpoints_unorm()
local
1513
float
midpoint
;
in get_endpoints_float()
local
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H
A
D
pshints.c
693
CF2_Fixed
midpoint
=
in cf2_hintmap_insertHint()
local
/third_party/python/Modules/
H
A
D
mathmodule.c
1978
unsigned long
midpoint
, num_operands;
in factorial_partial_product()
local
/third_party/vk-gl-cts/modules/gles3/performance/
H
A
D
es3pBufferDataUploadTests.cpp
969
const float
midpoint
= (xmin + xmax) / 2.0f;
in getAreaBetweenLines()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktShaderBuiltinPrecisionTests.cpp
5738
const double
midpoint
= inputRange.
midpoint
();
in randomDouble()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderBuiltinPrecisionTests.cpp
5727
const double
midpoint
= inputRange.
midpoint
();
in randomDouble()
local
Completed in 67 milliseconds