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:llround
(Results
1 - 23
of
23
) sorted by relevance
/third_party/musl/src/math/
H
A
D
llround.c
3
long long
llround
(double x)
in llround()
function
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
llround.c
3
long long
llround
(double x)
in llround()
function
/third_party/musl/libc-test/src/api/
H
A
D
tgmath.c
181
#ifdef
llround
in f()
182
{double r =
llround
(x);}
in f()
184
#error no
llround
(x)
in f()
H
A
D
math.c
149
{long long(*p)(double) =
llround
;}
in f()
/third_party/musl/src/math/aarch64/
H
A
D
llround.c
3
long long
llround
(double x)
in llround()
function
/third_party/musl/libc-test/src/math/
H
A
D
llround.c
6
#include "sanity/
llround
.h"
7
#include "special/
llround
.h"
25
yi =
llround
(p->x);
in main()
29
printf("%s:%d: bad fp exception: %s
llround
(%a)=%lld, want %s",
in main()
35
printf("%s:%d: %s
llround
(%a) want %lld got %lld\n",
in main()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
tgmath.h
181
#undef
llround
macro
244
#define
llround
(x) __tg_real_nocast(
llround
, (x))
macro
H
A
D
math.h
255
long long
llround
(double);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
tgmath.h
181
#undef
llround
macro
244
#define
llround
(x) __tg_real_nocast(
llround
, (x))
macro
H
A
D
math.h
255
long long
llround
(double);
/third_party/musl/include/
H
A
D
tgmath.h
181
#undef
llround
macro
244
#define
llround
(x) __tg_real_nocast(
llround
, (x))
macro
H
A
D
math.h
255
long long
llround
(double);
/third_party/node/src/
H
A
D
node_platform.cc
7
#include <cmath> //
llround
()
134
uint64_t delay_millis =
llround
(delay_in_seconds_ * 1000);
466
uint64_t delay_millis =
llround
(delayed->timeout * 1000);
in FlushForegroundTasksInternal()
/third_party/mesa3d/src/mesa/main/
H
A
D
get.c
2141
params[7] =
llround
(((GLfloat *) p)[7]);
in _mesa_GetInteger64v()
2142
params[6] =
llround
(((GLfloat *) p)[6]);
in _mesa_GetInteger64v()
2143
params[5] =
llround
(((GLfloat *) p)[5]);
in _mesa_GetInteger64v()
2144
params[4] =
llround
(((GLfloat *) p)[4]);
in _mesa_GetInteger64v()
2147
params[3] =
llround
(((GLfloat *) p)[3]);
in _mesa_GetInteger64v()
2150
params[2] =
llround
(((GLfloat *) p)[2]);
in _mesa_GetInteger64v()
2153
params[1] =
llround
(((GLfloat *) p)[1]);
in _mesa_GetInteger64v()
2156
params[0] =
llround
(((GLfloat *) p)[0]);
in _mesa_GetInteger64v()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
math.h
255
long long
llround
(double);
/third_party/musl/libc-test/src/math/gen/
H
A
D
mplibm.c
332
mp_f_i(
llround
)
in mp_f_i()
H
A
D
mp.c
795
mp_f_i(
llround
)
in mp_f_i()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCTargetTransformInfo.cpp
321
case Intrinsic::
llround
: Opcode = ISD::LLROUND; break;
in mightUseCTR()
/third_party/nghttp2/src/
H
A
D
util.cc
1335
auto m =
llround
(100. * n);
in dtos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMTargetTransformInfo.cpp
880
case Intrinsic::
llround
:
in isLoweredToCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
SelectionDAGBuilder.cpp
6202
case Intrinsic::
llround
:
in visitIntrinsicCall()
6209
case Intrinsic::
llround
: Opcode = ISD::LLROUND; break;
in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
Verifier.cpp
4731
case Intrinsic::
llround
:
in visitIntrinsicCall()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
33732
extern long long int
llround
(double __x) throw (); extern long long int __llround (double __x) throw ();
35281
using ::
llround
;
35675
llround
(float __x)
35679
llround
(long double __x)
35687
llround
(_Tp __x)
[all...]
Completed in 68 milliseconds