OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__isnanf
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h
109
__DEVICE__ bool isnan(float __x) { return ::
__isnanf
(__x); }
/bionic/tests/
math_test.cpp
256
TEST(math,
__isnanf
) {
257
ASSERT_FALSE(
__isnanf
(123.0f));
258
ASSERT_TRUE(
__isnanf
(nanf("")));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h
521
extern int __cdecl
__isnanf
(float);
546
__CRT_INLINE int __cdecl
__isnanf
(float _x)
function
597
__isnanf
(x), \
[
all
...]
Completed in 368 milliseconds
1
2
3