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:precompute
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imstb_truetype.h
4444
float *
precompute
;
4448
precompute
= (float *) STBTT_malloc(num_verts * sizeof(float), info->userdata);
4455
precompute
[i] = (dist == 0) ? 0.0f : 1.0f / dist;
4463
precompute
[i] = 1.0f / (bx*bx + by*by);
4465
precompute
[i] = 0.0f;
4467
precompute
[i] = 0.0f;
4495
float dist = (float) STBTT_fabs((x1-x0)*(y0-sy) - (y1-y0)*(x0-sx)) *
precompute
[i];
4523
float a_inv =
precompute
[i];
4544
float b = 3*(ax*bx + ay*by) * a_inv; // could
precompute
this as it doesn't depend on sample point
4586
STBTT_free(
precompute
, inf
[all...]
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_truetype.h
4444
float *
precompute
;
4448
precompute
= (float *) STBTT_malloc(num_verts * sizeof(float), info->userdata);
4455
precompute
[i] = (dist == 0) ? 0.0f : 1.0f / dist;
4463
precompute
[i] = 1.0f / (bx*bx + by*by);
4465
precompute
[i] = 0.0f;
4467
precompute
[i] = 0.0f;
4495
float dist = (float) STBTT_fabs((x1-x0)*(y0-sy) - (y1-y0)*(x0-sx)) *
precompute
[i];
4523
float a_inv =
precompute
[i];
4544
float b = 3*(ax*bx + ay*by) * a_inv; // could
precompute
this as it doesn't depend on sample point
4586
STBTT_free(
precompute
, inf
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
1677
uint8_t
precompute
;
in xhci_setup_generic_chain_sub()
local
1685
precompute
= 1;
in xhci_setup_generic_chain_sub()
1723
if (
precompute
) {
in xhci_setup_generic_chain_sub()
1926
if (
precompute
) {
in xhci_setup_generic_chain_sub()
1927
precompute
= 0;
in xhci_setup_generic_chain_sub()
H
A
D
ehci.c
1495
uint8_t
precompute
;
in ehci_setup_standard_chain_sub()
local
1503
precompute
= 1;
in ehci_setup_standard_chain_sub()
1541
if (
precompute
) {
in ehci_setup_standard_chain_sub()
1659
if (
precompute
) {
in ehci_setup_standard_chain_sub()
1660
precompute
= 0;
in ehci_setup_standard_chain_sub()
Completed in 20 milliseconds