OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remquof
(Results
51 - 57
of
57
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h
360
float
remquof
(float, float, int *);
/bionic/libm/include/
math.h
353
float
remquof
(float, float, int *);
/bionic/tests/
math_test.cpp
1157
TEST(math,
remquof
) {
1159
float f =
remquof
(13.0f, 4.0f, &q);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
557
static_assert((std::is_same<decltype(
remquof
(0,0, &ip)), float>::value), "");
/external/clang/lib/Headers/
tgmath.h
1105
{return
remquof
(__x, __y, __z);}
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1105
{return
remquof
(__x, __y, __z);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
[
all
...]
Completed in 1081 milliseconds
1
2
3