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:vz
(Results
1 - 4
of
4
) sorted by relevance
/third_party/musl/src/math/
H
A
D
fmaf.c
64
volatile float
vz
= z;
in fmaf()
local
65
result = xy +
vz
;
in fmaf()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
fmaf.c
64
volatile float
vz
= z;
in fmaf()
local
65
result = xy +
vz
;
in fmaf()
/third_party/FreeBSD/lib/msun/ld128/
H
A
D
e_lgammal_r.c
187
volatile long double
vz
;
in sin_pil()
local
194
vz
= y+0x1.p112;
in sin_pil()
195
z =
vz
-0x1.p112;
in sin_pil()
199
vz
= y+0x1.p110;
in sin_pil()
200
EXTRACT_LDBL128_WORDS(hx,lx,n,
vz
);
in sin_pil()
201
z =
vz
-0x1.p110;
in sin_pil()
/third_party/glfw/examples/
H
A
D
particles.c
190
float vx,vy,
vz
; // Velocity vector
member
255
p->
vz
= 0.7f + (0.3f / 4096.f) * (float) (rand() & 4095);
in init_particle()
266
p->
vz
*= velocity;
in init_particle()
312
p->
vz
= p->
vz
- GRAVITY * dt;
in update_particle()
317
p->z = p->z + p->
vz
* dt;
in update_particle()
320
if (p->
vz
< 0.f)
in update_particle()
326
p->
vz
= -FRICTION * p->
vz
;
in update_particle()
335
p->
vz
in update_particle()
[all...]
Completed in 3 milliseconds