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:lroundf
(Results
1 - 22
of
22
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
drawpix.c
64
lroundf
(ctx->Current.RasterPos[0]),
in _mesa_DrawPixels()
65
lroundf
(ctx->Current.RasterPos[1]));
in _mesa_DrawPixels()
152
GLint x =
lroundf
(ctx->Current.RasterPos[0]);
in _mesa_DrawPixels()
153
GLint y =
lroundf
(ctx->Current.RasterPos[1]);
in _mesa_DrawPixels()
213
lroundf
(ctx->Current.RasterPos[0]),
in _mesa_CopyPixels()
214
lroundf
(ctx->Current.RasterPos[1]));
in _mesa_CopyPixels()
291
GLint destx =
lroundf
(ctx->Current.RasterPos[0]);
in _mesa_CopyPixels()
292
GLint desty =
lroundf
(ctx->Current.RasterPos[1]);
in _mesa_CopyPixels()
H
A
D
eval.c
709
v[i] =
lroundf
(data[i]);
in _mesa_GetnMapivARB()
733
v[0] =
lroundf
(map1d->u1);
in _mesa_GetnMapivARB()
734
v[1] =
lroundf
(map1d->u2);
in _mesa_GetnMapivARB()
740
v[0] =
lroundf
(map2d->u1);
in _mesa_GetnMapivARB()
741
v[1] =
lroundf
(map2d->u2);
in _mesa_GetnMapivARB()
742
v[2] =
lroundf
(map2d->v1);
in _mesa_GetnMapivARB()
743
v[3] =
lroundf
(map2d->v2);
in _mesa_GetnMapivARB()
H
A
D
pixelstore.c
243
_mesa_PixelStorei(pname,
lroundf
(param));
in _mesa_PixelStoref()
257
_mesa_PixelStorei_no_error(pname,
lroundf
(param));
in _mesa_PixelStoref_no_error()
H
A
D
get.c
2006
params[7] =
lroundf
(((GLfloat *) p)[7]);
in _mesa_GetIntegerv()
2007
params[6] =
lroundf
(((GLfloat *) p)[6]);
in _mesa_GetIntegerv()
2008
params[5] =
lroundf
(((GLfloat *) p)[5]);
in _mesa_GetIntegerv()
2009
params[4] =
lroundf
(((GLfloat *) p)[4]);
in _mesa_GetIntegerv()
2012
params[3] =
lroundf
(((GLfloat *) p)[3]);
in _mesa_GetIntegerv()
2015
params[2] =
lroundf
(((GLfloat *) p)[2]);
in _mesa_GetIntegerv()
2018
params[1] =
lroundf
(((GLfloat *) p)[1]);
in _mesa_GetIntegerv()
2021
params[0] =
lroundf
(((GLfloat *) p)[0]);
in _mesa_GetIntegerv()
3023
params[3] =
lroundf
(v.value_float_4[3]);
in _mesa_GetIntegeri_v()
3027
params[2] =
lroundf
(
in _mesa_GetIntegeri_v()
[all...]
H
A
D
light.c
921
*params =
lroundf
( mat[MAT_ATTRIB_SHININESS(f)][0] );
in _mesa_GetMaterialiv()
924
params[0] =
lroundf
( mat[MAT_ATTRIB_INDEXES(f)][0] );
in _mesa_GetMaterialiv()
925
params[1] =
lroundf
( mat[MAT_ATTRIB_INDEXES(f)][1] );
in _mesa_GetMaterialiv()
926
params[2] =
lroundf
( mat[MAT_ATTRIB_INDEXES(f)][2] );
in _mesa_GetMaterialiv()
H
A
D
samplerobj.c
1452
*params =
lroundf
(sampObj->Attrib.MinLod);
in _mesa_GetSamplerParameteriv()
1458
*params =
lroundf
(sampObj->Attrib.MaxLod);
in _mesa_GetSamplerParameteriv()
1464
*params =
lroundf
(sampObj->Attrib.LodBias);
in _mesa_GetSamplerParameteriv()
1482
*params =
lroundf
(sampObj->Attrib.MaxAnisotropy);
in _mesa_GetSamplerParameteriv()
H
A
D
texparam.c
55
* Use macro to resolve undefined clamping behaviour when using
lroundf
57
#define LCLAMPF(a, lmin, lmax) ((a) > (lmin) ? ( (a) >= (lmax) ? (lmax) : (
lroundf
(a)) ) : (lmin))
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
lroundf.c
3
long
lroundf
(float x)
in lroundf()
function
/third_party/musl/src/math/
H
A
D
lroundf.c
3
long
lroundf
(float x)
in lroundf()
function
/third_party/musl/src/math/powerpc64/
H
A
D
lroundf.c
5
long
lroundf
(float x)
in lroundf()
function
16
#include "../
lroundf
.c"
/third_party/musl/src/math/aarch64/
H
A
D
lroundf.c
3
long
lroundf
(float x)
in lroundf()
function
/third_party/musl/libc-test/src/math/
H
A
D
lroundf.c
6
#include "sanity/
lroundf
.h"
7
#include "special/
lroundf
.h"
25
yi =
lroundf
(p->x);
in main()
29
printf("%s:%d: bad fp exception: %s
lroundf
(%a)=%lld, want %s",
in main()
35
printf("%s:%d: %s
lroundf
(%a) want %lld got %lld\n",
in main()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
math.h
284
long
lroundf
(float);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
284
long
lroundf
(float);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
284
long
lroundf
(float);
/third_party/musl/include/
H
A
D
math.h
284
long
lroundf
(float);
/third_party/musl/libc-test/src/api/
H
A
D
math.c
171
{long(*p)(float) =
lroundf
;}
in f()
/third_party/musl/libc-test/src/math/gen/
H
A
D
mplibm.c
336
mp_f_i(
lroundf
)
in mp_f_i()
H
A
D
mp.c
799
mp_f_i(
lroundf
)
in mp_f_i()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_clear.c
607
const uint32_t zmin =
lroundf
(depth * max_z_value);
in si_get_htile_clear_value()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_meta_clear.c
737
zmin =
lroundf
(value.depth * max_zval);
in radv_get_htile_fast_clear_value()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
34043
extern long int
lroundf
(float __x) throw (); extern long int __lroundf (float __x) throw ();
35302
using ::
lroundf
;
[all...]
Completed in 47 milliseconds