OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnanl
(Results
1 - 25
of
321
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bison/lib/
isnanl-nolibm.h
18
/* Get declaration of isnan macro or (older)
isnanl
function. */
22
# undef
isnanl
macro
23
# define
isnanl
(x) __builtin_isnanl ((long double)(x))
macro
25
# undef
isnanl
macro
26
# define
isnanl
(x) isnan ((long double)(x))
macro
30
# undef
isnanl
macro
31
# define
isnanl
rpl_isnanl
macro
32
extern int
isnanl
(long double x);
signbitl.c
23
#include "
isnanl
-nolibm.h"
50
if (
isnanl
(arg))
ldexpl.c
49
if (!(
isnanl
(x) || x + x == x))
frexp.c
29
# include "
isnanl
-nolibm.h"
42
# define ISNAN
isnanl
isnan.c
23
/* Specification found in math.h or
isnanl
-nolibm.h. */
math.in.h
2132
# undef
isnanl
macro
2133
# define
isnanl
macro
[
all
...]
/external/bison/m4/
isnanl.m4
0
#
isnanl
.m4 serial 17
55
dnl Prerequisites of replacement
isnanl
definition. It does not need -lm.
62
dnl Test whether
isnanl
() can be used without libm.
72
# undef
isnanl
73
# define
isnanl
(x) __builtin_isnanl ((long double)(x))
75
# undef
isnanl
76
# define
isnanl
(x) isnan ((long double)(x))
79
[[return
isnanl
(x);]])],
85
dnl Test whether
isnanl
() can be used with libm.
97
# undef
isnanl
[
all
...]
gnulib-comp.m4
114
# Code from module
isnanl
:
115
# Code from module
isnanl
-nolibm:
435
AC_LIBOBJ([
isnanl
])
438
gl_MATH_MODULE_INDICATOR([
isnanl
])
441
AC_LIBOBJ([
isnanl
])
997
lib/
isnanl
-nolibm.h
998
lib/
isnanl
.c
[
all
...]
/device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
isnanl.c
1
/* $NetBSD:
isnanl
.c,v 1.5.16.1 2007/05/07 19:49:07 pavel Exp $ */
43
__RCSID("$NetBSD:
isnanl
.c,v 1.5.16.1 2007/05/07 19:49:07 pavel Exp $");
/device/linaro/bootloader/edk2/StdLib/LibC/
LibC.inf
48
Main/Ia32/
isnanl
.c
81
Main/X64/
isnanl
.c
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
isnanl.c
1
/* $NetBSD:
isnanl
.c,v 1.5.16.1 2007/05/07 19:49:07 pavel Exp $ */
43
__RCSID("$NetBSD:
isnanl
.c,v 1.5.16.1 2007/05/07 19:49:07 pavel Exp $");
/bionic/libc/bionic/
fpclassify.cpp
169
__strong_alias(
isnanl
, __isnanl);
/development/ndk/platforms/android-21/arch-arm64/symbols/
libc.so.functions.txt
431
isnanl
/development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.functions.txt
431
isnanl
/development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.functions.txt
431
isnanl
/external/bison/
Android.mk
61
lib/
isnanl
.c \
/external/bison/darwin-lib/
math.h
2452
# undef
isnanl
macro
2453
# define
isnanl
macro
[
all
...]
/external/bison/linux-lib/
math.h
2452
# undef
isnanl
macro
2453
# define
isnanl
macro
[
all
...]
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/libx32/
libc.so
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/lib/
libc.so
Completed in 554 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>