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:fpd
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/misc/math/float/exp_log/
H
A
D
genldexp.c
56
int fp, fpi,
fpd
;
in create_Result_file()
local
64
fpd
= open(F_namind, O_RDONLY, 0777);
in create_Result_file()
66
if (!fpi || !
fpd
) {
in create_Result_file()
69
close(
fpd
);
in create_Result_file()
74
read(
fpd
, &(tabInpd[i]), sizeof(double));
in create_Result_file()
78
close(
fpd
);
in create_Result_file()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nvfx_fragprog.c
129
struct nv30_fragprog_data *
fpd
;
in emit_src()
local
132
sizeof(*
fpd
));
in emit_src()
133
fpd
= &fp->consts[fp->nr_consts - 1];
in emit_src()
134
fpd
->offset = fpc->inst_offset + 4;
in emit_src()
135
fpd
->index = src.reg.index;
in emit_src()
136
memset(&fp->insn[
fpd
->offset], 0, sizeof(uint32_t) * 4);
in emit_src()
Completed in 2 milliseconds