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:trunc
(Results
1 - 25
of
41
) sorted by relevance
1
2
/third_party/musl/src/math/s390x/
H
A
D
trunc.c
5
double
trunc
(double x)
in trunc()
function
/third_party/musl/src/math/
H
A
D
trunc.c
3
double
trunc
(double x)
in trunc()
function
/third_party/musl/src/math/powerpc64/
H
A
D
trunc.c
5
double
trunc
(double x)
in trunc()
function
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
trunc.c
3
double
trunc
(double x)
in trunc()
function
/third_party/musl/src/math/aarch64/
H
A
D
trunc.c
3
double
trunc
(double x)
in trunc()
function
/third_party/musl/src/math/i386/
H
A
D
floor.s
50
trunc
:
label
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
write_log.c
114
int wlog_open(struct wlog_file *wfile, int
trunc
, int mode)
in wlog_open()
argument
/third_party/node/deps/v8/src/compiler/
H
A
D
simplified-lowering-verifier.cc
42
CheckAndSet(Node* node, const Type& type, const Truncation&
trunc
)
CheckAndSet()
argument
/third_party/node/deps/v8/src/init/
H
A
D
v8.cc
184
std::ios_base::
trunc
);
in Initialize()
member in v8::internal::std::ios_base
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
KnownBits.h
127
KnownBits
trunc
(unsigned BitWidth) const {
in trunc()
function
/third_party/toybox/toys/pending/
H
A
D
dd.c
143
int
trunc
= O_TRUNC;
in dd_main()
local
/third_party/ffmpeg/compat/cuda/
H
A
D
cuda_runtime.h
179
static inline __device__ float
trunc
(float a) { return __builtin_truncf(a); }
in trunc()
function
180
static inline __device__ double
trunc
(double a) { return __builtin_trunc(a); }
in trunc()
function
/third_party/ffmpeg/libavformat/
H
A
D
file.c
75
int
trunc
;
member
H
A
D
libsmbclient.c
34
int
trunc
;
member
H
A
D
libssh.c
40
int
trunc
;
member
/third_party/ffmpeg/libavutil/
H
A
D
libm.h
458
static av_always_inline av_const double
trunc
(double x)
in trunc()
function
/third_party/icu/icu4c/source/samples/uresb/
H
A
D
uresb.c
58
static UBool
trunc
= false;
variable
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H
A
D
uresb.c
58
static UBool
trunc
= false;
variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
APSInt.h
98
APSInt
trunc
(uint32_t width) const {
in trunc()
function in llvm::APSInt
/third_party/decimal.js/
H
A
D
decimal.js
4887
function
trunc
(x) {
function
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ir_builder.cpp
236
ir_expression *
trunc
(operand a)
in trunc()
function
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
tgmath.h
205
#undef
trunc
macro
268
#define
trunc
(x) __tg_real(
trunc
, (x))
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
tgmath.h
205
#undef
trunc
macro
268
#define
trunc
(x) __tg_real(
trunc
, (x))
macro
/third_party/musl/include/
H
A
D
tgmath.h
205
#undef
trunc
macro
268
#define
trunc
(x) __tg_real(
trunc
, (x))
macro
/third_party/skia/tests/
H
A
D
MathTest.cpp
337
int
trunc
= (int)floorf(s);
in test_muldiv255()
local
Completed in 17 milliseconds
1
2