OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:floorf
(Results
226 - 250
of
338
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h
610
/* Define to 1 if you have the `
floorf
' function. */
1444
# define
floorf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h
610
/* Define to 1 if you have the `
floorf
' function. */
1444
# define
floorf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h
610
/* Define to 1 if you have the `
floorf
' function. */
1444
# define
floorf
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h
610
/* Define to 1 if you have the `
floorf
' function. */
1444
# define
floorf
macro
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/platform/
LayoutUnit.h
83
v.m_value = clampToInteger(
floorf
(value * kFixedPointDenominator));
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.cpp
56
return fabs(value -
floorf
(value)) < std::numeric_limits<float>::epsilon();
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp
542
index = static_cast<unsigned>(
floorf
(percent * (valuesCount - 1)));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_line.c
270
return f -
floorf
(f);
/external/clang/lib/Headers/
tgmath.h
718
__tg_floor(float __x) {return
floorf
(__x);}
/external/llvm/device/include/llvm/Config/
config.h
144
/* Define to 1 if you have the `
floorf
' function. */
/external/llvm/host/include/llvm/Config/
config.h
141
/* Define to 1 if you have the `
floorf
' function. */
/external/llvm/include/llvm/Config/
config.h.cmake
122
/* Define to 1 if you have the `
floorf
' function. */
config.h.in
154
/* Define to 1 if you have the `
floorf
' function. */
/external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp
102
{"
floorf
", "__mips16_call_stub_sf_1"},
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
297
case LibFunc::
floorf
:
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
300
NameBuffer += 'f'; //
floorf
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c
270
return f -
floorf
(f);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so
libm.so
libm.so.6
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libm-2.7.so
libm.so
libm.so.6
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
718
__tg_floor(float __x) {return
floorf
(__x);}
/prebuilts/sdk/renderscript/lib/arm/
libm.so
Completed in 1458 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>