OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lrintf
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/bionic/libm/upstream-freebsd/lib/msun/src/
s_lrintf.c
7
#define fn
lrintf
/external/valgrind/main/none/tests/mips32/
test_math.cpp
15
fesetround(FE_UPWARD); // lrint/
lrintf
/lrintl obey the rounding mode.
18
printf("
lrintf
(1234.01f): %ld\n",
lrintf
(1234.01f));
20
fesetround(FE_TOWARDZERO); // lrint/
lrintf
/lrintl obey the rounding mode.
23
printf("
lrintf
(1234.01f): %ld\n",
lrintf
(1234.01f));
test_math.stdout.exp
3
lrintf
(1234.01f): 1235
7
lrintf
(1234.01f): 1234
/external/chromium_org/third_party/opus/src/celt/
float_cast.h
44
** Fortunately the ISO C99 specifications define the functions lrint,
lrintf
,
53
** The C99 prototypes for lrint and
lrintf
are as follows:
55
** long int
lrintf
(float x) ;
80
#define float2int(x)
lrintf
(x)
123
#warning "Don't have the functions lrint() and
lrintf
()."
/external/libopus/celt/
float_cast.h
44
** Fortunately the ISO C99 specifications define the functions lrint,
lrintf
,
53
** The C99 prototypes for lrint and
lrintf
are as follows:
55
** long int
lrintf
(float x) ;
80
#define float2int(x)
lrintf
(x)
123
#warning "Don't have the functions lrint() and
lrintf
()."
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_includes.h
121
/* MSVC before 2013 and Borland C do not have
lrintf
*/
123
static INLINE long
lrintf
(float f){
function
/external/valgrind/main/none/tests/mips64/
test_math.stdout.exp
3
lrintf
(1234.01f): 1235
7
lrintf
(1234.01f): 1234
/external/clang/test/CodeGen/
libcall-declarations.c
131
long int
lrintf
(float);
288
F(lrint), F(
lrintf
), F(lrintl), F(lround), F(lroundf),
430
// CHECK-NOERRNO: declare i64 @
lrintf
(float) [[NUW]]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h
355
long
lrintf
(float);
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
math.h
355
long
lrintf
(float);
Completed in 2504 milliseconds
1
2
3
4
5